View Single Post
  #6  
Old 09-11-2006, 11:35 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Can you please run the following script on your laptop:
Code:
import viz
viz.go(viz.FULLSCREEN)


viz.add('tut_ground.wrl')
box = viz.add('box.wrl')
box.translate(0,1.8,5)

viz.clearcolor(viz.GRAY)

viz.screencapture('giuseppe_screenshot.jpg')
After you run the script it will create a file called giuseppe_screenshot.jpg in the directory of your script. Can you post this image file on the forum so I can understand exactly what you are seeing. Thanks.
Reply With Quote