Easy : )
Any reason there is no feature like this already implemented? : p
This is something most of the game developers need to find a solution on i guess?
Problem with selecting node
I actually looked for this kind of functionality myself even though I did not intended to use it(out of curiosity) and I found some discussion about it. I think this is not added because its "not safe" to do so, though I cannot find any reason why its not safe, because it would not affect any other parts of library and the only one responsible for the crashes would be the user for using it incorrectly.Virror wrote:Easy : )
Any reason there is no feature like this already implemented? : p
This is something most of the game developers need to find a solution on i guess?
For me it is really useful in bullet to have user pointers and it would be nice to have them in irrlicht, maybe some macros that would let us to choose whether to compile with it or not would be a good sollution
Working on game: Marrbles (Currently stopped).
Well, im making an RPG, so this functionality is a absolute must have ; )
Having trouble checking out the source : /
Using Turtoise SVN client and tried to checkout "https://irrlicht.svn.sourceforge.net/sv ... icht/trunk irrlicht"
Got message that it could not find it...
Edit: Solved by using "https://irrlicht.svn.sourceforge.net/svnroot/irrlicht" instead and abort when done with trunk : p
Having trouble checking out the source : /
Using Turtoise SVN client and tried to checkout "https://irrlicht.svn.sourceforge.net/sv ... icht/trunk irrlicht"
Got message that it could not find it...
Edit: Solved by using "https://irrlicht.svn.sourceforge.net/svnroot/irrlicht" instead and abort when done with trunk : p
Glad I could help, just be careful and initialize the pointer to NULL first in ISceneNodes constructor, and do all the checks needed to prevent segfauls.Virror wrote:Woooooot, it works! : D
You are my new hero ; )
Now i can examine and pick up stuff. Time to work on that tree-cutting : )
Working on game: Marrbles (Currently stopped).