I make level in obj-format
I need enable per-polygonal collision with FPS-camera. How make this ?
How to apply collision to OBJ file?
Re: How to apply collision to OBJ file?
Take a look at example 07 - it explains collisions. If you have any problems with that examples just ask here again about specific problems.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: How to apply collision to OBJ file?
Does createOctreeTriangleSelector work with OBJ ?CuteAlien wrote:Take a look at example 07 - it explains collisions. If you have any problems with that examples just ask here again about specific problems.
I thought he was processing only BSP-map (Quake)
Re: How to apply collision to OBJ file?
It does work, but you can also use createTriangleSelector.
BSP-trees from quake are not supported to my knowledge.
BSP-trees from quake are not supported to my knowledge.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm