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.
- Loading branch information
1 parent
0632492
commit 275a46c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule HavokLib
updated
20 files
+3 −0 | HavokLib.vcxproj | |
+9 −0 | HavokLib.vcxproj.filters | |
+1 −2 | README.md | |
+ − | _samples/Bin/samples_to_unpack.7z | |
+17 −2 | _samples/HavokLibSamples.cpp | |
+145 −0 | _samples/InterleavedTesting.h | |
+1 −0 | _samples/SkeletonTesting.h | |
+6 −7 | include/HavokApi.hpp | |
+2 −2 | include/HavokXMLApi.hpp | |
+13 −0 | include/hkInternalInterfaces.h | |
+1 −1 | source/hkNewHeader.cpp | |
+13 −0 | source/hkRegistry.cpp | |
+1 −0 | source/hkaDecompressor.h | |
+2 −3 | source/hkaDeltaCompressedAnimation.h | |
+5 −5 | source/hkaDeltaDecompressor.h | |
+2 −2 | source/hkaInterleavedAnimation.h | |
+168 −0 | source/hkaSplineCompressedAnimation.h | |
+633 −0 | source/hkaSplineDecompressor.cpp | |
+214 −0 | source/hkaSplineDecompressor.h | |
+2 −2 | source/hkaWaveletCompressedAnimation.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