WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 02-10-2016, 05:46 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 11:40 PM.


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