Public Member Functions | Properties

CC3OpenGLES11StateTrackerVector4 Class Reference

A CC3OpenGLES11StateTrackerPrimitive that tracks a 4D vector GL state value. More...

#import <CC3OpenGLES11StateTracker.h>

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

List of all members.

Public Member Functions

(BOOL) - attemptSetValue:

Properties

CC3Vector4 originalValue
CC3Vector4 value

Detailed Description

A CC3OpenGLES11StateTrackerPrimitive that tracks a 4D vector GL state value.


Member Function Documentation

- (BOOL) attemptSetValue: (CC3Vector4 aValue

Attempts to set the value to the specified value.

If the value has not changed, it will not be set. Returns whether the value was set in GL.

The application should not invoke this method directly.


Property Documentation

- (CC3Vector4) originalValue [read, write, assign]

The value of the GL state when the open method was invoked.

- (CC3Vector4) value [read, write, assign]

The current value of the GL state.


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