Inherits from CC3Mesh : CC3Identifiable : NSObject
Declared in CC3PODMesh.h
CC3PODMesh.mm

Overview

A CC3Mesh whose content originates from POD resource data.

Instance Methods

deprecatedAlign:withInvertedTexture:

- (void)deprecatedAlign:(CC3VertexTextureCoordinates *)texCoords withInvertedTexture:(CC3Texture *)aTexture

podIndex

The index of this object in the POD resource data. This generally means the podIndex'th type of object of the class.

- (GLint)podIndex

Declared In

CC3IdentifiablePODExtensions.h

populateFrom:

Template method that populates this instance from the specified other instance.

- (void)populateFrom:(CC3PODMesh *)another

Discussion

This method is invoked automatically during object copying via the copy or copyWithZone: method. In most situations, the application should use the copy method, and should never need to invoke this method directly.

Subclasses that add additional instance state (instance variables) should extend copying by overriding this method to copy that additional state. Superclass that override this method should be sure to invoke the superclass implementation to ensure that superclass state is copied as well.

Declared In

CC3Identifiable.h

setPodIndex:

The index of this object in the POD resource data. This generally means the podIndex'th type of object of the class.

- (void)setPodIndex:(GLint)aPODIndex

Declared In

CC3IdentifiablePODExtensions.h