PDA

View Full Version : Some ideas...


djdesmangles
12-05-2007, 02:20 PM
Yo Wizards !!

What's up ? One idea: why don't you try to develop a portal renderering system ? Check this out: http://en.wikipedia.org/wiki/Portal_rendering.

See ya !!
viz.FOREVER
D.

farshizzo
12-06-2007, 03:38 PM
Portal rendering would be nice for large indoor environments. Vizard supports Quake3 BSP maps, which is a form of PVS. Our Max exporter also supports visibility groups and occluders, which can be used to control when an object is drawn. However, it can be difficult to get dynamic objects working with these techniques.

djdesmangles
12-07-2007, 05:54 AM
ok, I'll try it. What do you think about ctypes python modules to deal with C/C++ dll ? Do you think there's a better way ?

viz.FOREVER
D.

farshizzo
12-07-2007, 09:29 AM
The ctypes module is really nice. It is included with Python in versions 2.5 and greater.

djdesmangles
12-08-2007, 04:08 AM
Yo Farshi !!

I think it'll be cool to add to the Vizard toolkit a visual editor for creating or editing path within Vizard, especially if you have a big path with a lot of control points. I'm having a bad time with it...

viz.FOREVER
D.

k_iwan
12-20-2007, 07:53 PM
Hi djdesmangles,

We use blender to create boxes as control points (box.001, box.002,...), and we get vizard to read the midpoint of these boxes and set these points as path node. This is how we build one of our previous rollercoaster.

Kind Regards,
Iwan

djdesmangles
12-21-2007, 08:06 AM
Eh !! It's not a bad idea... I've recorded a gamepad navigation and dump it to an XML file. My code read the XML and convert it to control points... :D

See ya !!!!
D.