Hi Guys,
Tripped over an error in the listing of 3DDEMO:
if (xand=0) then
yplus=y+twotop
ymind=y-twotop
if (yplus>size) yplus=1
if (ymins<1) ymins=size
average=(array(x,yplus)+array(x,ymins))*0.5
col=average+roughness*(ran()-0.5)
goto nxt
The line "ymind=y-twotop" should read "ymins"
It does work with ymind, but looking at the rest of the code, it's pretty clear this should be ymins.
Cheers,
Wenlock



