Properties

CC3OpenGLES11Matrices Class Reference

CC3OpenGLES11Matrices manages trackers for matrix state. More...

#import <CC3OpenGLES11Matrices.h>

Inheritance diagram for CC3OpenGLES11Matrices:
Inheritance graph
[legend]
Collaboration diagram for CC3OpenGLES11Matrices:
Collaboration graph
[legend]

List of all members.

Properties

CC3OpenGLES11StateTrackerEnumerationmode
CC3OpenGLES11MatrixStackmodelview
CC3OpenGLES11MatrixStackprojection

Detailed Description

CC3OpenGLES11Matrices manages trackers for matrix state.


Property Documentation

- (CC3OpenGLES11StateTrackerEnumeration *) mode [read, write, retain]

Tracks matrix mode (GL get name GL_MATRIX_MODE and set function glMatrixMode).

- (CC3OpenGLES11MatrixStack *) modelview [read, write, retain]

Manages the modelview matrix stack.

- (CC3OpenGLES11MatrixStack *) projection [read, write, retain]

Manages the projection matrix stack.


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