View Single Post
  #2  
Old 02-23-2015, 01:46 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you want to apply a collision shape to a sub-part of the model, try using the node parameter with the sub-part name:

Code:
#Create a collideBox surrounding a child node
table = viz.add( 'table.osgb' )
table.collideBox( node = 'Top')
Reply With Quote