View Single Post
  #5  
Old 02-26-2016, 09:08 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you load one of the corridor models and turn off it's visibility is the scene dark?

Code:
import viz
viz.go()

model = viz.addChild('corridor1.osgb')
model.visible(viz.OFF)
Can you post sample code that replicates the issue for you?
Reply With Quote