listen I tried to do something along those lines and got it to work at first but now I can't get it to work
do I need to put the equation that I put in? can I get help with this?
for r = 255 to 511
PDist=Sqrt ((pX# - mX#)^2 + (pY#-mY#+50 - pY#)^2 + (mZ# - Z#)^2)
if pdist>1500 then load object "GFrost.3DS",1
Rem texture matrix
Load image "Ice.bmp",1
else
if pdist<1500 and pdist>1000 then make matrix 1,10000,10000,20,20
Rem texture matrix
Load image "grass09.bmp",1
Prepare matrix texture 1,1,1,1
Fill matrix 1,0,1
rem Randomize the matrix
randomize matrix 1,450
update matrix 1
X#=20000
Z#=20000
set gamma r,255,255
set gamma r,255,255
next r