|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| MonoView (const Viewport &viewport) | |
| virtual void | setViewport (const Viewport &viewport) override |
| virtual float | fovy () const override |
| virtual float | zNear () const override |
| virtual float | aspectRatio () const override |
| virtual void | draw (const Scene &scene, const CameraHead &cameraHead) override |
Public Member Functions inherited from View | |
| View (const Viewport &viewport) | |
Protected Attributes | |
| std::unique_ptr< Camera > | m_camera |
| Property< std::string > | m_antialiasing |
Protected Attributes inherited from View | |
| Viewport | m_viewport |