Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::SpaceGame::Cabin Class Reference

#include <Cabin.h>

List of all members.

Public Methods

 Cabin (char *name)
 Cabin constructor. More...

virtual void drawSelf ()
 Draw cabin - currently not implemented. More...


Protected Attributes

Mesh * mesh


Detailed Description

A cabin mesh can be drawn on top of shipcamera view to add feeling of being inside a ship.

Definition at line 45 of file Cabin.h.


Constructor & Destructor Documentation

Teddy::SpaceGame::Cabin::Cabin char *    name
 

Cabin constructor.

Definition at line 43 of file Cabin.cpp.

References mesh.


Member Function Documentation

void Teddy::SpaceGame::Cabin::drawSelf   [virtual]
 

Draw cabin - currently not implemented.

Bug:
Mesh::drawNoMaterial() needs to be fixed for this

Definition at line 58 of file Cabin.cpp.


Member Data Documentation

Mesh* Teddy::SpaceGame::Cabin::mesh [protected]
 

Definition at line 52 of file Cabin.h.

Referenced by Cabin().


The documentation for this class was generated from the following files: