Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 513 Bytes

File metadata and controls

19 lines (10 loc) · 513 Bytes

Graphics

Some of the Graphics Projects I have implemented during course Computer Graphics

  1. 3D viewing Pipeline

    Simulates the real world in 3D and the viewing plane with reference to viewing co-ordinate system(eye).

  2. Ray Tracer

    Implemented Recursive RayTracing with global and local illumination model

  3. PixarAnimation

    Pixar animation is implemented with Hierarchical modeling

  4. 3D Bike Racing Game (Single Player)

    3D game using OpenGL