View Single Post
  #1  
Old 02-02-2009, 07:50 AM
Sandro Holzer Sandro Holzer is offline
Member
 
Join Date: Jul 2008
Posts: 19
node3d.visible(viz.OFF) Problem

Hello

I have a small problems with the node3d.visible command.

if I have 2 bodies like in the following code, when I swith off the visibility of the first body, then the second body also disapears.
Is there a workaround?

Thank you

Sandro


Code:
body1 = viz.add('body1.obj')
body2 = body1.add('body2.obj')

body1.visible(viz.OFF)
Reply With Quote