OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Private Attributes | List of all members
StaticModel Class Reference

#include <RoomData.h>

Public Member Functions

 StaticModel (glm::vec3 pos, float angle, int i)
 
void display (glm::mat4 VP)
 

Private Attributes

int id
 
int cache
 
glm::mat4 model
 

Detailed Description

Definition at line 51 of file RoomData.h.

Constructor & Destructor Documentation

StaticModel::StaticModel ( glm::vec3  pos,
float  angle,
int  i 
)

Definition at line 66 of file RoomData.cpp.

Member Function Documentation

void StaticModel::display ( glm::mat4  VP)

Definition at line 72 of file RoomData.cpp.

Member Data Documentation

int StaticModel::id
private

Definition at line 57 of file RoomData.h.

int StaticModel::cache
private

Definition at line 58 of file RoomData.h.

glm::mat4 StaticModel::model
private

Definition at line 59 of file RoomData.h.


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