#import <CC3VertexArraysPODExtensions.h>
Instance Methods | |
| (id) | - initFromSPODMesh:forTextureUnit: |
Class Methods | |
| (id) | + arrayFromSPODMesh:forTextureUnit: |
Extensions to CC3VertexTextureCoordinates to support PVR POD data.
| + (id) arrayFromSPODMesh: | (PODStructPtr) | aSPODMesh | |
| forTextureUnit: | (GLuint) | texUnit | |
Allocates and initializes an autoreleased instance from the specified SPODMesh structure, using the specified texture channel.
Extends class CC3VertexTextureCoordinates.
| - (id) initFromSPODMesh: | (PODStructPtr) | aSPODMesh | |
| forTextureUnit: | (GLuint) | texUnit | |
Initializes this instance from the specified SPODMesh structure, using the specified texture channel.
Extends class CC3VertexTextureCoordinates.