Development of a 3D Simulation and Visualization Engine - PowerPoint PPT Presentation

About This Presentation
Title:

Development of a 3D Simulation and Visualization Engine

Description:

Goal is to develop an engine to facilitate the creation of 3D ... Similar to the open source engines: Irrlicht, OGRE, Sauerbraten, CrystalSpace. Design ... – PowerPoint PPT presentation

Number of Views:22
Avg rating:3.0/5.0
Slides: 8
Provided by: tjh5
Learn more at: https://www.tjhsst.edu
Category:

less

Transcript and Presenter's Notes

Title: Development of a 3D Simulation and Visualization Engine


1
Development of a 3D Simulation and Visualization
Engine
Kevin Kassing Period 5
2
Abstract
  • Goal is to develop an engine to facilitate the
    creation of 3D applications and the 3D
    visualization of data
  • Areas of study 3D perspective calculations, 3D
    rendering optimizations, visualization techniques
  • Similar to the open source engines Irrlicht,
    OGRE, Sauerbraten, CrystalSpace

3
Design
  • Centered on the separation of static and animated
    objects, managed and unmanaged geometry
  • Static geometry has extra optimizations
  • Managed objects are stored by the engine,
    rendered automatically
  • Additional resources (meshes, textures) are also
    managed

4
Tools
  • Programming language C
  • Graphics language OpenGL
  • Window management Simple DirectMedia Layer (SDL)

5
Interoperability
  • Support for rendering and animating 3D mesh
    formats
  • MD2
  • MD3
  • MD5

6
Interoperability
  • Support for loading the following texture
    formats
  • PNG
  • WAL
  • PCX
  • TGA
  • BMP

7
Class Diagram
Write a Comment
User Comments (0)
About PowerShow.com