1 / 9

3D Pong

3D Pong. Boone Howard Chad Meyer Dr. Mitch Roth. C ++. Evolved from C, a general purpose programming language. The language used to write our program. Uses commands and functions to describe actions. A streamlined, high-performance graphics rendering library.

beth
Télécharger la présentation

3D Pong

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. 3D Pong Boone Howard Chad Meyer Dr. Mitch Roth

  2. C ++ • Evolved from C, a general purpose programming language. • The language used to write our program. • Uses commands and functions to describe actions.

  3. A streamlined, high-performance graphics rendering library. • Helps harness the power of 3D acceleration. • Can be used on any computer platform.

  4. The First Pong Basic Idea: A game like the original Pong with 3D play. The original Pong.

  5. Our 3D Version Of Pong To make it simple: Simple scoring. No opponent. No angle shots. Single color graphics. We made it in two days.

  6. Lars Osborne plays 3D Pong in the CAVE.

  7. Collision detection code of 3D Pong.

  8. Pong Version 2.0 • Sound effects. • More realistic graphics. • Better racquet physics. • Realistic scoreboard and timer. • Include real rules.

  9. Questions? ?????

More Related