Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 965 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 965 Bytes

Fun with WebGL 2.0 - 029 - Animating on a Bezier Splines Path

Description: Continuing our work on bezier splines, we now look at the bezier derivative that gives us the direction or tangent of a position sample. This allows us to use look rotation algorithm to set the correct rotation on our cube so it's forward direction is always at the direction its moving. We get to modify our path and watch the cube follow your changes in real time. Fun Stuff, indeed !

Other References

Links