![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
#include <WS35Cameras.h>
Public Member Functions | |
WS35CameraManager () | |
![]() | |
CameraManager (CameraBase **cameras, uint8_t count) | |
Constructs a CameraManager object. | |
CameraBase ** | GetCameras () |
Retrieves the array of CameraBase objects. | |
uint8_t | GetCameraCount () |
Retrieves the count of cameras managed by the CameraManager. | |
Private Attributes | |
CameraLayout | cameraLayout = CameraLayout(CameraLayout::ZForward, CameraLayout::YUp) |
Transform | camTransform = Transform(Vector3D(), Vector3D(0, 0, -500.0f), Vector3D(1, 1, 1)) |
PixelGroup< 571 > | camPixels = PixelGroup<571>(WS35Pixels, IPixelGroup::ZEROTOMAX) |
Camera< 571 > | cam = Camera<571>(&camTransform, &cameraLayout, &camPixels) |
Additional Inherited Members | |
![]() | |
CameraBase ** | cameras |
Array of pointers to CameraBase objects. | |
uint8_t | count |
Number of CameraBase objects managed. | |
Definition at line 9 of file WS35Cameras.h.
|
inline |
Definition at line 17 of file WS35Cameras.h.
References cam.
|
private |
Definition at line 14 of file WS35Cameras.h.
Referenced by WS35CameraManager().
|
private |
Definition at line 11 of file WS35Cameras.h.
|
private |
Definition at line 13 of file WS35Cameras.h.
Definition at line 12 of file WS35Cameras.h.