├── .gitignore ├── CharacterAnimation.pdf ├── CharacterAnimation.tex ├── LICENSE ├── README.md ├── elegantbook.cls ├── figure ├── cover.jpg └── logo-blue.png ├── image ├── BellmanPrinciple.png ├── CMA-ES.png ├── CharacterAnimationMethods.png ├── CharacterPD.png ├── Contact.png ├── DynamicProgramming.png ├── EulerIntegration.png ├── Feedback-Control.png ├── Feedforward-Control.png ├── FullCharacterPD.png ├── GenerativeControlPolicies.png ├── GenerativeModels.png ├── IPM-Control.png ├── IPM.png ├── JacobianTransposeControl.png ├── JointType.png ├── LearningMotionModel.png ├── MDP.png ├── MomentofInertia.png ├── OptimalControl.png ├── PDController.png ├── Physics-basedCharacterAnimation.png ├── Retargeting.png ├── RigidBodySystem.png ├── RotationRepresentations.png ├── SAMCON.png ├── SamplingbasedPolicyOptimization.png ├── SimulatingCharacter.png ├── SimulatingControllingCharacter.png ├── SkiningDeformation.png ├── TwoLinksJoint.png ├── UsingMotionData.png ├── ZMP-GRF.png ├── ZMP-stance-phase.png ├── actuatedun.png ├── founder.png ├── games105.png ├── scatter.jpg ├── taujoint.png └── trajectoriesPD.png └── reference.bib /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/.gitignore -------------------------------------------------------------------------------- /CharacterAnimation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/CharacterAnimation.pdf -------------------------------------------------------------------------------- /CharacterAnimation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/CharacterAnimation.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CharacterAnimation 2 | Games105的学习笔记,待优化。 -------------------------------------------------------------------------------- /elegantbook.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/elegantbook.cls -------------------------------------------------------------------------------- /figure/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/figure/cover.jpg -------------------------------------------------------------------------------- /figure/logo-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/figure/logo-blue.png -------------------------------------------------------------------------------- /image/BellmanPrinciple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/BellmanPrinciple.png -------------------------------------------------------------------------------- /image/CMA-ES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/CMA-ES.png -------------------------------------------------------------------------------- /image/CharacterAnimationMethods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/CharacterAnimationMethods.png -------------------------------------------------------------------------------- /image/CharacterPD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/CharacterPD.png -------------------------------------------------------------------------------- /image/Contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/Contact.png -------------------------------------------------------------------------------- /image/DynamicProgramming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/DynamicProgramming.png -------------------------------------------------------------------------------- /image/EulerIntegration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/EulerIntegration.png -------------------------------------------------------------------------------- /image/Feedback-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/Feedback-Control.png -------------------------------------------------------------------------------- /image/Feedforward-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/Feedforward-Control.png -------------------------------------------------------------------------------- /image/FullCharacterPD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/FullCharacterPD.png -------------------------------------------------------------------------------- /image/GenerativeControlPolicies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/GenerativeControlPolicies.png -------------------------------------------------------------------------------- /image/GenerativeModels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/GenerativeModels.png -------------------------------------------------------------------------------- /image/IPM-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/IPM-Control.png -------------------------------------------------------------------------------- /image/IPM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/IPM.png -------------------------------------------------------------------------------- /image/JacobianTransposeControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/JacobianTransposeControl.png -------------------------------------------------------------------------------- /image/JointType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/JointType.png -------------------------------------------------------------------------------- /image/LearningMotionModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/LearningMotionModel.png -------------------------------------------------------------------------------- /image/MDP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/MDP.png -------------------------------------------------------------------------------- /image/MomentofInertia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/MomentofInertia.png -------------------------------------------------------------------------------- /image/OptimalControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/OptimalControl.png -------------------------------------------------------------------------------- /image/PDController.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/PDController.png -------------------------------------------------------------------------------- /image/Physics-basedCharacterAnimation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/Physics-basedCharacterAnimation.png -------------------------------------------------------------------------------- /image/Retargeting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/Retargeting.png -------------------------------------------------------------------------------- /image/RigidBodySystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/RigidBodySystem.png -------------------------------------------------------------------------------- /image/RotationRepresentations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/RotationRepresentations.png -------------------------------------------------------------------------------- /image/SAMCON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/SAMCON.png -------------------------------------------------------------------------------- /image/SamplingbasedPolicyOptimization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/SamplingbasedPolicyOptimization.png -------------------------------------------------------------------------------- /image/SimulatingCharacter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/SimulatingCharacter.png -------------------------------------------------------------------------------- /image/SimulatingControllingCharacter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/SimulatingControllingCharacter.png -------------------------------------------------------------------------------- /image/SkiningDeformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/SkiningDeformation.png -------------------------------------------------------------------------------- /image/TwoLinksJoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/TwoLinksJoint.png -------------------------------------------------------------------------------- /image/UsingMotionData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/UsingMotionData.png -------------------------------------------------------------------------------- /image/ZMP-GRF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/ZMP-GRF.png -------------------------------------------------------------------------------- /image/ZMP-stance-phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/ZMP-stance-phase.png -------------------------------------------------------------------------------- /image/actuatedun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/actuatedun.png -------------------------------------------------------------------------------- /image/founder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/founder.png -------------------------------------------------------------------------------- /image/games105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/games105.png -------------------------------------------------------------------------------- /image/scatter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/scatter.jpg -------------------------------------------------------------------------------- /image/taujoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/taujoint.png -------------------------------------------------------------------------------- /image/trajectoriesPD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/image/trajectoriesPD.png -------------------------------------------------------------------------------- /reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foocker/CharacterAnimation/HEAD/reference.bib --------------------------------------------------------------------------------