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

#include <ProjectedLights.h>

Public Member Functions

 GeometryProperties ()
 

Public Attributes

Vec4f color
 
floatcoordinates
 
floatnormals
 
int numberOfElementsInCoordinatesArray
 
int numberOfElementsInNormalsArray
 
Vec3f position
 

Detailed Description

Structure holding all data needed to set the geometry properties.

Definition at line 66 of file ProjectedLights.h.

Constructor & Destructor Documentation

MaliSDK::GeometryProperties::GeometryProperties ( )
inline

Definition at line 75 of file ProjectedLights.h.

Member Data Documentation

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.


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