rest of animation coding

animation , animator , keyframe & quaterions
compiling but not debuged at all
This commit is contained in:
Youssef Assem
2019-12-17 04:48:20 +02:00
parent 23dd149d48
commit c2882035b5
16 changed files with 492 additions and 17 deletions
+6
View File
@@ -121,8 +121,11 @@
<ClCompile Include="colladamodel.cpp" />
<ClCompile Include="geometry.cpp" />
<ClCompile Include="joint.cpp" />
<ClCompile Include="jointtransform.cpp" />
<ClCompile Include="keyframe.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="model.cpp" />
<ClCompile Include="quaternion.cpp" />
<ClCompile Include="renderer.cpp" />
<ClCompile Include="tgaimage.cpp" />
<ClCompile Include="tinyxml2.cpp" />
@@ -136,7 +139,10 @@
<ClInclude Include="geometry.h" />
<ClInclude Include="camera.h" />
<ClInclude Include="joint.h" />
<ClInclude Include="jointtransform.h" />
<ClInclude Include="keyframe.h" />
<ClInclude Include="model.h" />
<ClInclude Include="quaternion.h" />
<ClInclude Include="renderer.h" />
<ClInclude Include="tgaimage.h" />
<ClInclude Include="tinyxml2.h" />