Page 1 of 1
BSP Collision
Posted: Wed Jan 19, 2005 2:02 pm
by eviral
How can i test collisions in my BSP Quake level file ?
My .map file is generated by Gmax tempest.
I don't know if BSP can store precalculated collisions...
Thanks a lot !
Eviral
Posted: Wed Jan 19, 2005 2:45 pm
by haffax
Never heard of precalculated collisions, and I can't figure out what it could be. But collisions from dynamic objects against the bsp map can be tested. For an example on how to do it look at the BspCollision-Example that comes with the Ogre source.
Posted: Wed Jan 19, 2005 4:45 pm
by Antiarc
tanis wrote:Never heard of precalculated collisions, and I can't figure out what it could be.
Some kind of proxy objects for collision against world geometry or something?