OctTree Doesn't support PARALLAX_SOLID

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Falcon
Posts: 36
Joined: Sun Jan 13, 2008 9:24 pm
Location: Z_California

OctTree Doesn't support PARALLAX_SOLID

Post by Falcon »

It seems that OctTree meshes do not work with PARALLAX_SOLID.

Is this possible to do? Why doesn't it work? I've been touching upon this portion of the engine's support for Bump and Parallax mapping a lot lately.

This seems to be the only problem that is holding me back at the moment, I very much like programming with IrrLicht so far, I recommend it to all my friends in the Game Industry.
-< Dante >
< Industry Senior QA Tester>
< IT Project Manager>
< Independent Programmer>-
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The part for that vertex type is simply missing. It can be easily added using copy'n'paste. That's why I did not do it, yet, because a nicer solution would be preferred. But now that someone needs it I can do the simple way first.
Falcon
Posts: 36
Joined: Sun Jan 13, 2008 9:24 pm
Location: Z_California

Post by Falcon »

Thank you for such quick and efficient help.
-< Dante >
< Industry Senior QA Tester>
< IT Project Manager>
< Independent Programmer>-
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I hope that it works, I didn't test the code. Moreover, some things with octree seem to be problematic, so please report back if it's working or which problems you encounter.
Falcon
Posts: 36
Joined: Sun Jan 13, 2008 9:24 pm
Location: Z_California

Post by Falcon »

This seems to be working great so far Hybrid!

Thanks again!
-< Dante >
< Industry Senior QA Tester>
< IT Project Manager>
< Independent Programmer>-
Post Reply