mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-05-11 22:52:11 +02:00
Camera uml.
This commit is contained in:
parent
29d51c92e9
commit
b7d38578a9
@ -1,17 +1,18 @@
|
|||||||
|
|
||||||
|
|---------------------------------------------------------------------------------------|
|
||||||
class Camera {
|
| class Camera |
|
||||||
public:
|
|---------------------------------------------------------------------------------------|
|
||||||
void bind();
|
| + void bind(); |
|
||||||
|
| |
|
||||||
Camera();
|
| + Camera(); |
|
||||||
virtual ~Camera();
|
| + virtual ~Camera(); |
|
||||||
|
| |
|
||||||
bool integer_scaling;
|
| + bool integer_scaling; |
|
||||||
float scale_w;
|
| + float scale_w; |
|
||||||
float scale_h;
|
| + float scale_h; |
|
||||||
Rect2 viewport;
|
| + viewport; |
|
||||||
Rect2 clip_rect;
|
| + Rect2 clip_rect; |
|
||||||
|
|---------------------------------------------------------------------------------------|
|
||||||
|
|
||||||
|
|
||||||
#include "camera.h"
|
#include "camera.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user