YBot-Simulation

This is a 3D graphic demo developed with NFGE. Project Features: Implemented skeleton animation playing and blending use `NFGE::Animator` Implemented partially animating the model with `NFGE::PartialAnimator` Implemented a skeleton animation controller that can blend more than two animation with `ControlContext` and `BlendPolicy` using `NFGE::BlendTree` More about project: http://www.peterzmzprojects.com/2020/08/3d-graphic-demo-ybot-simulationin.html

Other Credits

My Instructor: Peter Chan

The UI of the Demo is using Dear Imgui(https://github.com/ocornut/imgui)