3d pong

9
3D Pong Boone Howard Chad Meyer Dr. Mitch Roth

Upload: beth

Post on 13-Jan-2016

42 views

Category:

Documents


0 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 3D Pong

3D PongBoone Howard

Chad Meyer

Dr. Mitch Roth

Page 2: 3D Pong

C ++• Evolved from C, a general

purpose programming language.

• The language used to write our program.

• Uses commands and functions to describe actions.

Page 3: 3D Pong

• A streamlined, high-performance graphics rendering library.

• Helps harness the power of 3D acceleration.

• Can be used on any computer platform.

Page 4: 3D Pong

The First Pong

Basic Idea:

A game like the original Pong with 3D play.

The original Pong.

Page 5: 3D Pong

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.

Page 6: 3D Pong

Lars Osborne plays 3D Pong in the CAVE.

Page 7: 3D Pong

Collision detection code of 3D Pong.

Page 8: 3D Pong

Pong Version 2.0

• Sound effects.

• More realistic graphics.

• Better racquet physics.

• Realistic scoreboard and timer.

• Include real rules.

Page 9: 3D Pong

Questions?

?????