aUCBLogo Demos and Tests / testsetpixel


to testsetpixel
   
perspective
   
ht
   
enablePointSmooth
   
disableDepthTest
   
disableLighting
   
s=100
   
zoom=1
   
for [s]
   
[   for [s]
      
[   for [s]
         
[   setpixel (list x y z)*zoom rgba x/s y/s z/0.02
         
]
      
]
      
updateGraph
   
]
   
rotatescene
end