View Single Post
  #4  
Old 01-30-2009, 03:46 AM
omidbrb omidbrb is offline
Member
 
Join Date: Dec 2008
Posts: 27
Collisions with InfiniteTerrain

I also noticed that collisions with InfiniteTerrain are not handled automatically. Is it true? This is the code that I used to enable collisions:

Code:
view = viz.add(viz.VIEWPOINT)
view.collision(viz.ON)
view.collisionbuffer(1)
but the viewer goes through the terrain. Should I handle it manually?

Best Regards,
Omid
Reply With Quote