Search found 1 match
- Thu Dec 24, 2009 5:12 pm
- Forum: Code Snippets
- Topic: IAnimatedMeshSceneNode with tangents(animated parallax)
- Replies: 3
- Views: 2673
IAnimatedMeshSceneNode with tangents(animated parallax)
Here is simple function to add tangents to animation... that means animated parallax ,normal ... void ConvertToAnimatedWithTangents(scene::IAnimatedMeshSceneNode *node,scene::ISceneManager* smgr) { scene::IAnimatedMesh* Mesh = node->getMesh(); scene::SAnimatedMesh* am = new scene::SAnimatedMesh(); f...