OpenGL ES SDK for Android
ARM Developer Center
|
#include <ProjectedLights.h>
Structure holding information needed to set up the (perspective) view from camera point of view.
Definition at line 201 of file ProjectedLights.h.
ModelViewProperties MaliSDK::CameraViewProperties::cubeViewProperties |
Definition at line 203 of file ProjectedLights.h.
Vec3f MaliSDK::CameraViewProperties::lookAtPoint |
Definition at line 204 of file ProjectedLights.h.
ModelViewProperties MaliSDK::CameraViewProperties::planeViewProperties |
Definition at line 205 of file ProjectedLights.h.
Vec3f MaliSDK::CameraViewProperties::position |
Definition at line 206 of file ProjectedLights.h.
Matrix MaliSDK::CameraViewProperties::projectionMatrix |
Definition at line 207 of file ProjectedLights.h.
Vec4f MaliSDK::CameraViewProperties::spotLightLookAtPointInEyeSpace |
Definition at line 208 of file ProjectedLights.h.
Vec4f MaliSDK::CameraViewProperties::spotLightPositionInEyeSpace |
Definition at line 209 of file ProjectedLights.h.
Vec3f MaliSDK::CameraViewProperties::upVector |
Definition at line 210 of file ProjectedLights.h.
Matrix MaliSDK::CameraViewProperties::viewMatrix |
Definition at line 211 of file ProjectedLights.h.
Matrix MaliSDK::CameraViewProperties::viewToColorTextureMatrix |
Definition at line 212 of file ProjectedLights.h.
Matrix MaliSDK::CameraViewProperties::viewToDepthTextureMatrix |
Definition at line 213 of file ProjectedLights.h.