terrain texture
Blitz3D Forums/Blitz3D Programming/terrain texture
| ||
| Hi! I'd like to stretch a texture on a terrain so that it does not tile in X and Y (the texture becomes just as big as the terrain). How can I do this? Thanks, Jeroen |
| ||
| Got it. Easy: texture size must be equal to bitmap (heightmap). |
| ||
| or you do scaletexture terraintexture, imagewidth( heightmap ), imageheight( heightmap ) |