View Single Post
  #3  
Old 04-11-2012, 09:20 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Along with using a lower poly mesh for collision tests, you can also use the viz.OPTIMIZE_INTERSECT_HINT flag to speed up collision tests with a particular mesh:
Code:
model.hint(viz.OPTIMIZE_INTERSECT_HINT)
Reply With Quote