CC3OpenGLES11StateTrackerMaterialFloat Class Reference

CC3OpenGLES11StateTrackerMaterialFloat tracks a float GL state value for materials. More...

#import <CC3OpenGLES11Materials.h>

Inheritance diagram for CC3OpenGLES11StateTrackerMaterialFloat:
CC3OpenGLES11StateTrackerFloat CC3OpenGLES11StateTrackerPrimitive CC3OpenGLES11StateTracker

List of all members.


Detailed Description

This implementation uses GL function glGetMaterialfv to read the value from the GL engine, and GL function glMaterialf to set the value in the GL engine.

The originalValueHandling property is set to kCC3GLESStateOriginalValueIgnore, which will not read the GL value from the GL engine in the open method, and will not restore the value in the close method.


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