View Single Post
  #2  
Old 05-09-2011, 01:28 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
To load a .ive model you exported use the viz.addChild command in your script:
Code:
myModel = viz.addChild('model.ive')
Using the code above the .ive file should be in the same directory as the script to be found.

Also, download the Vizard 4 Beta to use the Inspector tool. That allows you to view Vizard compatible models without running a script.
Reply With Quote