![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include <ProjectedLights.h>
Public Member Functions | |
| GeometryProperties () | |
Public Attributes | |
| Vec4f | color |
| float * | coordinates |
| float * | normals |
| int | numberOfElementsInCoordinatesArray |
| int | numberOfElementsInNormalsArray |
| Vec3f | position |
Structure holding all data needed to set the geometry properties.
Definition at line 66 of file ProjectedLights.h.
|
inline |
Definition at line 75 of file ProjectedLights.h.
| Vec4f MaliSDK::GeometryProperties::color |
Definition at line 68 of file ProjectedLights.h.
| float* MaliSDK::GeometryProperties::coordinates |
Definition at line 69 of file ProjectedLights.h.
| float* MaliSDK::GeometryProperties::normals |
Definition at line 70 of file ProjectedLights.h.
| int MaliSDK::GeometryProperties::numberOfElementsInCoordinatesArray |
Definition at line 71 of file ProjectedLights.h.
| int MaliSDK::GeometryProperties::numberOfElementsInNormalsArray |
Definition at line 72 of file ProjectedLights.h.
| Vec3f MaliSDK::GeometryProperties::position |
Definition at line 73 of file ProjectedLights.h.