Finished camera for now
This commit is contained in:
parent
06614dd1b0
commit
a5ab0c9adb
5 changed files with 46 additions and 16 deletions
|
@ -250,17 +250,17 @@ namespace oglu
|
|||
return transformation;
|
||||
}
|
||||
|
||||
const float* Transformable::GetPosition()
|
||||
const float* Transformable::GetPosition() const
|
||||
{
|
||||
return position;
|
||||
}
|
||||
|
||||
const float* Transformable::GetRotation()
|
||||
const float* Transformable::GetRotation() const
|
||||
{
|
||||
return rotation;
|
||||
}
|
||||
|
||||
const float* Transformable::GetScaling()
|
||||
const float* Transformable::GetScaling() const
|
||||
{
|
||||
return scaling;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue