suggestion for getCollisionPoint

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
sader
Posts: 28
Joined: Sat Sep 29, 2007 1:38 pm

suggestion for getCollisionPoint

Post by sader »

I have discovered function getCollisionPoint and found that I can't set NULL for third or fourth parameter I think that this possibility shoul'd be implemented.
In my case I need get only info about triagle and not point where collision is detected, so to make this function to work I must declere some dump vector3df variable :/ which is useless in my case
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

It's a perfectly sensible suggestion, but bear in mind that Irrlicht is a collaborative project. Most of the functionality in it was contributed by people who needed it themselves.

So the best way to make this happen is to do it yourself, and upload a patch to the tracker.

If you have any problems with that, please let us know. You can get real-time support via IRC.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Post Reply