FunProject(OpenGL C++) |
Here are some project are made for training my skill on mathematic or only for fun.
For instance, you can see here a project i have made on OpenGL with C++.
I have used tutorials given by OpenGl as starting point and ihave modified on e
one the result.
On this project, i have created a camera class and extend it to have a Third Person Camera.
My objective was to change the camera onto a third person camera and follow the cube.
Finally I've get the results.
I have learned many concepts on mathematic from this project especially Vector3 , Matrix and Quaternion.