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.

view
Implemented projection methods, scene randering, camera transitions(roll, pitch, yaw, zoom in/out), view volume rendering.

robot
Implemented shading, different light methods, texture mapping, lighting effects, billboards, fog effect.

paint
Before doing 3D, we practice 2D first and made a drawing plane.