In file src/CarWorld.h:

class CarWorld


Public Fields

[more]CWLandscape* m_Landscape
[more]CWCamera* m_Camera
the current camera
[more]bool draw_console
[more]bool draw_background
[more]Point3D LightDirection

Public Methods

[more] CarWorld(int TimeRefreshRate)
[more] ~CarWorld()
[more]void add(CWFeature *AFeature)
[more]void next_camera()
[more]void DrawOnScreen()
[more]void reset()
[more]void update(int ElapsedTimeMs)
[more]void draw_init()
[more]void draw_shutdown()
[more]void draw()

Private Fields

[more]CWBackground* m_Background
[more]list<CWFeature*> m_Features
[more]int RealTime
in ms since start
[more]int Frames
[more]int NbTimeClicksPerFrame
[more]REAL fps
[more]int MyTimeRefreshRate


Documentation

o CarWorld(int TimeRefreshRate)

o ~CarWorld()

ovoid add(CWFeature *AFeature)

ovoid next_camera()

ovoid DrawOnScreen()

ovoid reset()

ovoid update(int ElapsedTimeMs)

ovoid draw_init()

ovoid draw_shutdown()

ovoid draw()

oCWLandscape* m_Landscape

oCWCamera* m_Camera
the current camera

oCWBackground* m_Background

olist<CWFeature*> m_Features

oint RealTime
in ms since start

oint Frames

oint NbTimeClicksPerFrame

oREAL fps

oint MyTimeRefreshRate

obool draw_console

obool draw_background

oPoint3D LightDirection


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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