#1
|
|||
|
|||
3ds Exported .IVE Model mirrors movement of Mainview
Hey all,
I am working on importing some large scale Building model into the Vizard environment. While using our production code and some recent versions of said model a strange error emerged: The Mainview is magically linked to the model. This has the effect, that none of the movements of the Mainview are visible on the screen, because the model just moves along. I am aware of the link() function and assure we didn't use it. It was pretty hard to find this problem in the first place, because it just seems as if the movement was stuck, but printing the Mainview position during execution reveals that movement actually takes place. As to ensure that it is not the complex engine code we wrote that is responsible for this problem I distilled the model loading code into this 7 Liner: Code:
import viz model = viz.add("hospital.reduced.ive") model.collideMesh() viz.MainView.eyeheight(1.6) viz.MainView.setPosition([0, 0, 0]) viz.MainView.lookat([0, 0, 1]) viz.collision(1) viz.go() We work with 3ds MAX and export the models according to the Vizard Knowledge Base to the .IVE Format, using the Vizard supplied OSG Exporter. We are using Vizard 4.0 to load the Model. I hope someone could point me in the right direction because I am literally out of ideas on this one. Thanks in advance, Felix |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Weird texture on .ive model viewed from Sensics HMD | Zhi | Vizard | 11 | 02-25-2013 04:38 AM |
texture invisible on .IVE model | jacky | Vizard | 1 | 11-09-2011 01:36 PM |
The problem of adding two .ive models | hengshan.li | Vizard | 1 | 08-08-2011 12:04 AM |
Change model alpha and memory leak | hosier | Vizard | 2 | 06-25-2009 10:55 AM |