Подскажите как затекстурить террейн несколькими текстурами (камни, земля, песок). Пробовал бленд текстур, но они перекрываются и эффекта нет.
tex0=LoadTexture( "files\terrain\texture.jpg")
ScaleTexture tex0,128,128;64,64
tex1=LoadTexture( "files\terrain\4.jpg" )
ScaleTexture tex1,64,64
tex2=LoadTexture( "files\terrain\layer_1.png" )
ScaleTexture tex2,12,12
TextureBlend tex2,3
tex3=LoadTexture( "files\terrain\lmap.BMP" )
ScaleTexture tex3,64,64
EntityTexture terrain,tex0,0,0
EntityTexture terrain,tex1,0,1
EntityTexture terrain,tex2,0,2
EntityTexture terrain,tex3,0,3
Мне нужно вот что в результате:
[img=http://i.piccy.info/i4/e1/38/f334a08b32d956b86436b7e294ff.jpeg]