View Single Post
  #5  
Old 01-12-2011, 09:07 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It's not necessary to modify the file's extension. If you have the model lantern.ivex in the folder of your script you should be able to load it using:
Code:
lantern = viz.add('lantern.ive')
Reply With Quote