-
- Downloads
Allow the LUA API to set animations to meshes as well as the animation speed....
Allow the LUA API to set animations to meshes as well as the animation speed. Also update animations only when needed. Support for animation blending, though for some reason it doesn't work. Don't enable animation transitions by default for many reaosons Object property to store individual bone positions. LUA can specify a bone name followed by a bone position. No functionality yet. Bone rotation to be added in the following commit Same system for bone rotation, plus a few other things I missed
Showing
- doc/lua_api.txt 5 additions, 0 deletionsdoc/lua_api.txt
- src/content_cao.cpp 16 additions, 4 deletionssrc/content_cao.cpp
- src/object_properties.cpp 61 additions, 0 deletionssrc/object_properties.cpp
- src/object_properties.h 7 additions, 0 deletionssrc/object_properties.h
- src/scriptapi.cpp 39 additions, 0 deletionssrc/scriptapi.cpp
Loading
Please register or sign in to comment