class GameIntro: public GameSection

This class represent the intro of the game

Inheritance:


Public Fields

[more]Mesh A
The Mesh of the rotating A

Public Methods

[more]void Key(unsigned char key)
Manage key pression
[more]void Init()
Initializing Stuff
[more]void Draw()
Draw the Rotating A and the "press key..." string
[more]void Reshape(int w, int h)
Typical Reshape

Inherited from GameSection:

Public Fields

oint ScreenW
oint ScreenH

Documentation

This class represent the intro of the game. Version History
  • 0.4 First Release.

ovoid Key(unsigned char key)
Manage key pression.

oMesh A
The Mesh of the rotating A

ovoid Init()
Initializing Stuff

ovoid Draw()
Draw the Rotating A and the "press key..." string

ovoid Reshape(int w, int h)
Typical Reshape. Very similar to GameSession


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.