Robot - vanilla GLUT & OpenGL projects
Published:
A series of 3d rendering projects using vanilla GLUT and OpenGL.
Mentor: Shyh-Kuang Ueng
The robot can swing his arms, walk around, make turns, jump, kneel down. Using local coordinate system concept to build the robot and his dynamic motions.
Implemented projection methods, scene randering, camera transitions(roll, pitch, yaw, zoom in/out), view volume rendering.
Implemented shading, different light methods, texture mapping, lighting effects, billboards, fog effect.
Before doing 3D, we practice 2D first and made a drawing plane.