Initial commit
parents
No related branches found
No related tags found
Showing
- .gitattributes 2 additions, 0 deletions.gitattributes
- .gitignore 304 additions, 0 deletions.gitignore
- README.md 45 additions, 0 deletionsREADME.md
- cartwheel-3d/Core/ActionCollectionPolicy.cpp 80 additions, 0 deletionscartwheel-3d/Core/ActionCollectionPolicy.cpp
- cartwheel-3d/Core/ActionCollectionPolicy.h 74 additions, 0 deletionscartwheel-3d/Core/ActionCollectionPolicy.h
- cartwheel-3d/Core/BalanceFeedback.cpp 241 additions, 0 deletionscartwheel-3d/Core/BalanceFeedback.cpp
- cartwheel-3d/Core/BalanceFeedback.h 168 additions, 0 deletionscartwheel-3d/Core/BalanceFeedback.h
- cartwheel-3d/Core/BehaviourController.cpp 474 additions, 0 deletionscartwheel-3d/Core/BehaviourController.cpp
- cartwheel-3d/Core/BehaviourController.h 149 additions, 0 deletionscartwheel-3d/Core/BehaviourController.h
- cartwheel-3d/Core/BipV3BalanceController.cpp 176 additions, 0 deletionscartwheel-3d/Core/BipV3BalanceController.cpp
- cartwheel-3d/Core/BipV3BalanceController.h 34 additions, 0 deletionscartwheel-3d/Core/BipV3BalanceController.h
- cartwheel-3d/Core/Character.cpp 498 additions, 0 deletionscartwheel-3d/Core/Character.cpp
- cartwheel-3d/Core/Character.h 433 additions, 0 deletionscartwheel-3d/Core/Character.h
- cartwheel-3d/Core/CompositeController.cpp 213 additions, 0 deletionscartwheel-3d/Core/CompositeController.cpp
- cartwheel-3d/Core/CompositeController.h 166 additions, 0 deletionscartwheel-3d/Core/CompositeController.h
- cartwheel-3d/Core/ConUtils.cpp 111 additions, 0 deletionscartwheel-3d/Core/ConUtils.cpp
- cartwheel-3d/Core/ConUtils.h 85 additions, 0 deletionscartwheel-3d/Core/ConUtils.h
- cartwheel-3d/Core/Controller.cpp 67 additions, 0 deletionscartwheel-3d/Core/Controller.cpp
- cartwheel-3d/Core/Controller.h 69 additions, 0 deletionscartwheel-3d/Core/Controller.h
- cartwheel-3d/Core/ControllerPerturbator.cpp 117 additions, 0 deletionscartwheel-3d/Core/ControllerPerturbator.cpp
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
cartwheel-3d/Core/ActionCollectionPolicy.cpp
0 → 100644
cartwheel-3d/Core/ActionCollectionPolicy.h
0 → 100644
cartwheel-3d/Core/BalanceFeedback.cpp
0 → 100644
cartwheel-3d/Core/BalanceFeedback.h
0 → 100644
cartwheel-3d/Core/BehaviourController.cpp
0 → 100644
cartwheel-3d/Core/BehaviourController.h
0 → 100644
cartwheel-3d/Core/BipV3BalanceController.cpp
0 → 100644
cartwheel-3d/Core/BipV3BalanceController.h
0 → 100644
cartwheel-3d/Core/Character.cpp
0 → 100644
cartwheel-3d/Core/Character.h
0 → 100644
cartwheel-3d/Core/CompositeController.cpp
0 → 100644
cartwheel-3d/Core/CompositeController.h
0 → 100644
cartwheel-3d/Core/ConUtils.cpp
0 → 100644
cartwheel-3d/Core/ConUtils.h
0 → 100644
cartwheel-3d/Core/Controller.cpp
0 → 100644
cartwheel-3d/Core/Controller.h
0 → 100644
cartwheel-3d/Core/ControllerPerturbator.cpp
0 → 100644
Please register or sign in to comment