Hi all.
I use this code ( Travis ) http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=19725
why i can chose name nodes to "CollisionResponseAnimator" in irr files?
( Nodes name= SOLID -> setCollision )
Thanks for any help
irr files collision
Not sure what you're asking. Are you having problems setting node names in the .irr file, or are you trying to find nodes with a given name? If you only want to add collision for nodes with the name "SOLID", then you just need to check the name before you go and assign a triangle selector to it. If the name isn't right, then don't bother setting the selector.
Travis
Travis