diff options
author | sanine <sanine.not@pm.me> | 2022-03-04 10:47:15 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-03-04 10:47:15 -0600 |
commit | 058f98a63658dc1a2579826ba167fd61bed1e21f (patch) | |
tree | bcba07a1615a14d943f3af3f815a42f3be86b2f3 /src/mesh/assimp-master/test/models/X/anim_test.txt | |
parent | 2f8028ac9e0812cb6f3cbb08f0f419e4e717bd22 (diff) |
add assimp submodule
Diffstat (limited to 'src/mesh/assimp-master/test/models/X/anim_test.txt')
-rw-r--r-- | src/mesh/assimp-master/test/models/X/anim_test.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesh/assimp-master/test/models/X/anim_test.txt b/src/mesh/assimp-master/test/models/X/anim_test.txt new file mode 100644 index 0000000..f2ef6c0 --- /dev/null +++ b/src/mesh/assimp-master/test/models/X/anim_test.txt @@ -0,0 +1,9 @@ +Zylinder animation: + +Frame 1 - 10: Zylinder knickt ein, so dass der Knick in Richtung z+ zeigt. +Frame 10 - 18: Zylinder-Spitze streckt sich in Richtung z-. +Frame 18 - 24: Zylinder-Spitze bewegt sich zu Position in Richtung x+ + +Remarks: The exporter failed here for some reasons... although the mesh referres to four bones, only two of them are stored in the corresponding node hierarchy. So you have a mesh with 4 bones, a hirarchy with 2 nodes and a animation that affects only those two nodes. + +There is no timing given for the animation. You have to scale the animation manually. For this file, the timing seems to be 24 ticks per second. |