1 / 7

Development of a 3D Simulation and Visualization Engine

Development of a 3D Simulation and Visualization Engine. Kevin Kassing Period 5. Abstract. Goal is to develop an engine to facilitate the creation of 3D applications and the 3D visualization of data

Rita
Download Presentation

Development of a 3D Simulation and Visualization Engine

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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

More Related