/Computer-Graphics

Implementation of Computer Graphics concepts in OpenGL

Primary LanguageC++

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