Terrain Textur + texture blend
Übersicht

![]() |
Boris0190Betreff: Terrain Textur + texture blend |
![]() Antworten mit Zitat ![]() |
---|---|---|
Hi, ich habe folgendes Problem:
Ich habe ein Terrain mit einer highmap erstellt. Dann habe ich 3 Texturen geladen: -Gras -Sand -Die highmaptextur vom Terrain nochmal Das habe ich dann auf das Terrain geklebt und dann Texture Blend drüber gemacht! Das ganze sieht so aus: Code: [AUSKLAPPEN] terrain=LoadTerrain("heightmap.bmp") text1=LoadTexture("gras.bmp",1) text2=LoadTexture("sand.jpg",1) text3=LoadTexture("heightmap1.bmp") EntityTexture terrain,text2,0,3 EntityTexture terrain,text3,0,2 EntityTexture terrain,text1,0,1 TextureBlend text3,3 Damit wollte ich erreichen, das meine Insel (terrain) einen schmalen sandstreifen hat und der rest gras ist! Das funktioniert aber nich! Der sandstrand ist vorhanden, der auch nach ein paar metern von der wiese überblendet wird, blos dass der Sand überall noch zu sehen ist! er verschwindet sozusagen nicht vollständig unter dem Gras, sondern ist immer noch zu sehen! Was hab ich falsch gemacht? [/code] |
||
If windows is the sollution, I want my problems back! -
The only way to have a friend is to be one |
![]() |
Boris0190 |
![]() Antworten mit Zitat ![]() |
---|---|---|
kann mir keiner helfen? ![]() |
||
If windows is the sollution, I want my problems back! -
The only way to have a friend is to be one |
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group