OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MaliSDK::CameraViewProperties Struct Reference

#include <ProjectedLights.h>

Public Attributes

ModelViewProperties cubeViewProperties
 
Vec3f lookAtPoint
 
ModelViewProperties planeViewProperties
 
Vec3f position
 
Matrix projectionMatrix
 
Vec4f spotLightLookAtPointInEyeSpace
 
Vec4f spotLightPositionInEyeSpace
 
Vec3f upVector
 
Matrix viewMatrix
 
Matrix viewToColorTextureMatrix
 
Matrix viewToDepthTextureMatrix
 

Detailed Description

Structure holding information needed to set up the (perspective) view from camera point of view.

Definition at line 201 of file ProjectedLights.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: