View Single Post
  #2  
Old 11-15-2016, 05:24 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Does it work if you load the models in a simple script that does not connect to the Vive?

Code:
import viz
viz.go()

object1 = viz.addChild('object1.osgb')
object2 = viz.addChild('object2.osgb')
.
.
.
object15 = viz.addChild('object15.osgb')
How much memory do the 15 objects take up altogether?
Reply With Quote