#1
|
|||
|
|||
3d models in vizard 5
Hi,
I'm trying to use code written in vizard4 with vizard5. It's quite simple: contains walls, animations and two 3d models. Everything except models works fine. Does anybody know why models (.dae) don't show up and how to fix it? Many thanks in advance |
#2
|
|||
|
|||
Are you getting any error messages when loading the model?
If not, then it's most likely a scaling issue. The Vizard 5 Upgrade Guide mentions that Collada models will be automatically scaled to meters by default. You can disable this option by adding the following line to the beginning of your script, before any models are loaded: Code:
viz.setOption('viz.model.apply_collada_scale', 0) |
#3
|
|||
|
|||
3d models
Hey Hi,
Where can i get free 3d models, I'm working on a project of developing virtual environment of a Mall. So where can i get 3d models related to that. Please suggest something. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blender .obj 3D models to Vizard 5 | VirtuallyInsane | Vizard | 3 | 10-14-2014 12:36 AM |
Higher Quality Models | apanza | Vizard | 1 | 01-23-2012 11:21 AM |
Vizard 4 Beta Testing | farshizzo | Announcements | 0 | 02-01-2011 10:46 AM |
Vizard 4 Beta Testing | farshizzo | Vizard | 0 | 02-01-2011 10:46 AM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |