viz.addChild
: Loads model without effects. Only per vertex lighting is supportedvizfx.addChild
: Loads a model with effects. Per pixel lighting, ambient light, and shadows are supported#house = viz.addChild('house1.osgb')
house = vizfx.addChild('house1.osgb')
viz.MainView.getHeadLight().disable()