This is OpenGL(3.3) implementation of billiard simulator using ray tracing method.
Libraries below should be installed before running.
- assimp
- glfw
- glm
Colors of ball, ground plane, guide-line are converted for every episode.
You may choose to exclude frictional force with setting 'damp_speed' as zero vector in main.cpp file.
- Learn OpenGL