]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/ISkinnedMesh.h
de-deprecate clearZBuffer
[irrlicht.git] / include / ISkinnedMesh.h
index 783b26ebd0c61999e406553eda975fb629a48164..44d05e588ad5b36ffb0c2386560d8377e648899d 100644 (file)
@@ -79,6 +79,12 @@ namespace scene
                /* This feature is not implemented in Irrlicht yet */\r
                virtual bool setHardwareSkinning(bool on) = 0;\r
 \r
+               //! Refreshes vertex data cached in joints such as positions and normals\r
+               virtual void refreshJointCache() = 0;\r
+\r
+               //! Moves the mesh into static position.\r
+               virtual void resetAnimation() = 0;\r
+\r
                //! A vertex weight\r
                struct SWeight\r
                {\r