SURESH ANGADI EDUCATION FOUNDATION
ANGADI INSTITUTE OF TECHNOLOGY& MANANAGEMENT
SAVAGAON ROAD, BELAGAVI – 590 009
(APPROVED BY AICTE, NEW DELHI & AFFILIATED TO VISVESVARAYA TECHNOLOGICAL
UNIVERSITY, BELAGAVI)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Computer Graphics Mini Project for the Academic year 2022-23
Project Title:
3D CAR SIMULATION
Project Guide : Prof. Pavan K
Team Members:
1.Ritesh Sharma (2AG20CS054)
2.Sunil Patrut (2AG20CS078)
INTRODUCTION
OpenGL is an application program interface (API) offering various
functions to implement primitives, models and images. This offers
functions to create and manipulate render lighting, coloring,
viewing the models. OpenGL offers different coordinate system and
frames. OpenGL offers translation, rotation and scaling of objects.
Functions in the main GL library have names that begins with GL
and are stored in a library usually referred to as GL. The second is
the OpenGL Utility Library(GLU). The library uses only GL functions
but contains code for creating common objects and simplifying
viewing.
Using OpenGL function we can show a 3D model of a car and its
function like movement of wheels and surrounding .
OBJECTIVE
The main aim of the 3D Car Simulation Computer Graphics is to illustrate the concepts and
usage of pre-built functions in OpenGL. Simulation of a 3d Car Simulation is being done using
computer graphics. 3D Car Simulation is a project where we can also change the weather &
color of the car and other graphics and we can also move the car in 3D Car Simulation, animate
in different directions, We can demonstrates all the animation of 3D car including standalone
car.
METHODOLOGY
This program is implemented using various OpenGL functions and user defined functions.
First we need to code a car using C program. There are different module for car coding -
front module, body, window and wheels. This OpenGL function run on code blocks
application and Glut function.
CONCLUSION
Using code blocks this program clearly illustrate the 3D Car Simulation using OpenGL There are
various function which can be use to change the design function of the 3D car
THANK YOU

3D Car.pptx

  • 2.
    SURESH ANGADI EDUCATIONFOUNDATION ANGADI INSTITUTE OF TECHNOLOGY& MANANAGEMENT SAVAGAON ROAD, BELAGAVI – 590 009 (APPROVED BY AICTE, NEW DELHI & AFFILIATED TO VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Computer Graphics Mini Project for the Academic year 2022-23 Project Title: 3D CAR SIMULATION Project Guide : Prof. Pavan K Team Members: 1.Ritesh Sharma (2AG20CS054) 2.Sunil Patrut (2AG20CS078)
  • 3.
    INTRODUCTION OpenGL is anapplication program interface (API) offering various functions to implement primitives, models and images. This offers functions to create and manipulate render lighting, coloring, viewing the models. OpenGL offers different coordinate system and frames. OpenGL offers translation, rotation and scaling of objects. Functions in the main GL library have names that begins with GL and are stored in a library usually referred to as GL. The second is the OpenGL Utility Library(GLU). The library uses only GL functions but contains code for creating common objects and simplifying viewing. Using OpenGL function we can show a 3D model of a car and its function like movement of wheels and surrounding .
  • 4.
    OBJECTIVE The main aimof the 3D Car Simulation Computer Graphics is to illustrate the concepts and usage of pre-built functions in OpenGL. Simulation of a 3d Car Simulation is being done using computer graphics. 3D Car Simulation is a project where we can also change the weather & color of the car and other graphics and we can also move the car in 3D Car Simulation, animate in different directions, We can demonstrates all the animation of 3D car including standalone car.
  • 5.
    METHODOLOGY This program isimplemented using various OpenGL functions and user defined functions. First we need to code a car using C program. There are different module for car coding - front module, body, window and wheels. This OpenGL function run on code blocks application and Glut function.
  • 6.
    CONCLUSION Using code blocksthis program clearly illustrate the 3D Car Simulation using OpenGL There are various function which can be use to change the design function of the 3D car
  • 7.