How good is power render...

Started by
20 comments, last by shaft 22 years, 9 months ago
Chris, You mentioned that 3D math is not required. Are there built in collision detection routines somewhere i missed. If not it would seem you would need to know some 3d math to get collision detection working with wall sliding, gravity, etc. Am i missing something?
Advertisement
There are 3 examples of collision detection in the engine:
collide (polytopes), portal (planes), and SimpleLand (BSP).

All of those examples show how to slide along walls and have gravity so the code is already done for you.

Author of Power Render (http:/www.powerrender.com)

This topic is closed to new replies.

Advertisement