WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Import 3DS to Vizard (https://forum.worldviz.com/showthread.php?t=3740)

suwan116 05-08-2011 11:29 AM

Import 3DS to Vizard
 
Hello,

Im new to Vizard so im a total noob! lol.

Basically i wanted to import a residential property i developed in 3ds max to vizard. I exported the .IVE file, but im not sure how to open it. I downloaded Vizard 3.0 (i hope this was the right one) from there website, but how do i import it?

Please could you help

Jeff 05-09-2011 01:28 PM

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.


All times are GMT -7. The time now is 03:22 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC