View Single Post
  #2  
Old 04-17-2008, 02:33 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can enabled viewpoint collision detection by using the following code:
Code:
viz.collision(1)
If you don't want the viewpoint to collide with the blueglass, then add the following line as well:
Code:
blueglass.disable(viz.INTERSECTION)
Also, I noticed that you set the eyeheight to 10000 in the script stage settings. You should set it to a smaller value like 1.8.
Reply With Quote