this is definitely off the topic of irrlicht
i know that by using parenting we can attach weapons , but how are the clothings attached since the cloth needs to animate with the character, stretch and bend ???? anyone know? or even have a guess
attaching clothing to mesh question
attaching clothing to mesh question
irrlicht game character project
http://picasaweb.google.com/juliusctw/FinishedArt
http://picasaweb.google.com/juliusctw/FinishedArt
cloth
in a lot of games, they shape the character such that it appears to be wearing clothing all the time, and it's "clothes" are merely a different skin. NWN does this for example. Wow is an example where most clothing is just skins, but some adds solid attached meshes to parts of the character's body, like helms or pauldrons. also they will swap the character's feet for a different mesh to simulate them wearing a robe. much like in quake 3 the feet are actually a seperate mesh attached at the waist to the torso.
actually simulating real cloth, is done with physics, and is very expensive in terms of resources. advanced physics SDK's like havok and ageia(which CAN be used with irrlicht if you so choose...) will include this sort of functionality. i am not aware whether ODE of Newton would do this too. I don't think so...
in either case, you are best off swapping meshes or skins rather than try to actually simulate cloth
actually simulating real cloth, is done with physics, and is very expensive in terms of resources. advanced physics SDK's like havok and ageia(which CAN be used with irrlicht if you so choose...) will include this sort of functionality. i am not aware whether ODE of Newton would do this too. I don't think so...
in either case, you are best off swapping meshes or skins rather than try to actually simulate cloth
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
oh i get it
yeah, i get it now, i wasn't sure that the industry standard is , swapping mesh is definitely the way to go
irrlicht game character project
http://picasaweb.google.com/juliusctw/FinishedArt
http://picasaweb.google.com/juliusctw/FinishedArt