![]() |
#7
|
|||
|
|||
It looks like the scale of the model is off. Vizard's unit of measurement is the meter and the modeling software probably uses something else. If you look in Inspector, the bounding box of the model is around 5000 x 300 x 5000 meters. Try scaling the model down in Vizard:
Code:
import viz viz.go() sample = viz.addChild('sample.ive') sample.setScale([0.001]*3) import vizcam vizcam.PivotNavigate(distance=10) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
3ds Exported .IVE Model mirrors movement of Mainview | Felix | Vizard | 9 | 05-18-2012 09:17 AM |
Change model alpha and memory leak | hosier | Vizard | 2 | 06-25-2009 10:55 AM |
Loading morph mesh error. | vEsotu | Vizard | 2 | 03-14-2009 06:29 PM |
Error loading plugin | djdesmangles | Vizard | 2 | 10-02-2008 07:13 AM |
Error when loading a lot of avatars | dan12345 | Vizard | 7 | 07-28-2008 04:24 AM |