PDA

View Full Version : Vizard Models


Zephyrale
02-16-2017, 06:10 PM
Hi everyone,
So I'm new to Vizard, 3d modeling, and programming in general. I was reading through the Vizard tutorials and I noticed that the tutorials use a lot of pre-built models such as piazza.osgb, dojo.osgb, gallery.osgb etc. Is there a list of these models available that I can view?

Also, I made my own simple model in Blender and exported it as a Collada file. However, when I try to call it with the viz.addChild() function, it says that it failed to load it. What is the reason for this?

Thanks :)

Jeff
02-16-2017, 10:31 PM
The resources folder in the Vizard installation contains all the osgb models included with Vizard. From within Vizard, press F12 to open the installation folder.

Zephyrale
02-20-2017, 01:18 PM
Thanks a lot!