|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| Viewport (int x, int y, int width, int height) | |
| int | x () const |
| int | y () const |
| int | width () const |
| int | height () const |
| glm::vec2 | offset () const |
| glm::vec2 | scale () const |
Protected Attributes | |
| int | m_x |
| int | m_y |
| int | m_width |
| int | m_height |