View Single Post
  #2  
Old 09-27-2010, 11:23 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Just don't apply the scale factor to the chair object, and let it inherit the scale from the parent.
Code:
van=viz.add("van.osg",scale=(0.1,0.1,0.1))
chair=viz.add("chair.osg",parent=van)
Reply With Quote