MY ROLE
Play with mathematic.
Solo programming with C++ and OpenGL.
PROJECTS
Roller-coaster is created with OpenGL pipeline and C++;
Ray-tracing is purely using C++;
Computer Graphic
Projects
2019.9 - 2019.12
SUMMARY
To learn more about the game engine and elevate
my programming skill. I took a computer graphic
class during the fall semester of 2019.
Rending a Roller Coaster with OpenGL
1. Using the raw data in the first left image to get each Catmull-Rom Spline;
2. Based on the giving splines, calculating 12 splines both tracks and eight splines for the railroad tie. Using normal and binormal to calculate.
3. Creating Skybox by mapping uv
4. Creating Phong shading
5. Simulating the camera move
Basic Ray Tracing with Raw Data