This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to export/import animtions. Added Envirinment generation for exported file. Added skeleton pose capture frame for export.
- Loading branch information
1 parent
3118e3d
commit 31b4b96
Showing
7 changed files
with
497 additions
and
53 deletions.
There are no files selected for viewing
Submodule HavokLib
updated
29 files
+1 −1 | 3rd_party/PreCore | |
+3 −0 | HavokLib.vcxproj | |
+9 −0 | HavokLib.vcxproj.filters | |
+8 −0 | README.md | |
+ − | _samples/Bin/samples_to_unpack.7z | |
+14 −4 | _samples/HavokLibSamples.cpp | |
+1 −0 | _samples/HavokLibSamples.vcxproj | |
+3 −0 | _samples/HavokLibSamples.vcxproj.filters | |
+119 −0 | _samples/InterleavedTesting.h | |
+93 −93 | _samples/SkeletonTesting.h | |
+144 −20 | include/HavokApi.hpp | |
+152 −1 | include/HavokXMLApi.hpp | |
+31 −3 | include/hkInternalInterfaces.h | |
+324 −4 | source/hkBin2XML.cpp | |
+1 −1 | source/hkCore.cpp | |
+5 −137 | source/hkHeader.cpp | |
+1 −6 | source/hkHeader.hpp | |
+1 −1 | source/hkNewHeader.cpp | |
+28 −17 | source/hkObjectBase.h | |
+44 −12 | source/hkRegistry.cpp | |
+3 −0 | source/hkXML.h | |
+46 −13 | source/hkaAnimation.h | |
+164 −0 | source/hkaAnimationBinding.h | |
+14 −0 | source/hkaDecompressor.h | |
+4 −0 | source/hkaDeltaCompressedAnimation.h | |
+66 −0 | source/hkaDeltaDecompressor.h | |
+143 −0 | source/hkaInterleavedAnimation.h | |
+4 −0 | source/hkaWaveletCompressedAnimation.h | |
+73 −0 | source/hkxEnvironment.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.