Wednesday, 17 October 2012

Wire Frame Rendering



Project : Wire Frame Rendering
Semester : Fall 2011
Platform : Processing
Course : Computer Graphics
Instructor : Prof. Saty Raghavachary


I implemented a Wire Frame Renderer in Processing, which could read a scene file and render the wire frame of multiple objects in the scene.
My scene consisted of three airplanes. The object data read from the scene file was transformed from object space coordinates to world space coordinates to camera space coordinates to normalized device coordinates to screen space coordinates.The rendering used line drawing and z-buffer algorithms.

Here is a snapshot from the animation created..