Added basic camera functionality
This commit is contained in:
parent
6c55ba6339
commit
06614dd1b0
7 changed files with 200 additions and 17 deletions
|
@ -262,6 +262,7 @@ namespace oglu
|
|||
float* rotation; ///< Rotation matrix
|
||||
float* scaling; ///< Scaling vector
|
||||
|
||||
float* transformation;
|
||||
bool calculateMatrix; ///< Wether GetMatrix() needs to re-calculate the transformation matrix
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue