From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- src/mesh/assimp-master/test/models/X/anim_test.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mesh/assimp-master/test/models/X/anim_test.txt (limited to 'src/mesh/assimp-master/test/models/X/anim_test.txt') 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. -- cgit v1.2.1