CC3BoxNode Class Reference

CC3BoxNode is a type of CC3MeshNode that is specialized to display simple box or cube meshes. More...

#import <CC3MeshNode.h>

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

List of all members.


Detailed Description

CC3BoxNode is a type of CC3MeshNode that is specialized to display simple box or cube meshes.

Since a cube or box is a mesh like any other mesh, the functionality required to create and manipulate plane meshes is present in the CC3MeshNode class, and if you choose, you can create and manage box meshes using that class alone. At present, CC3BoxNode exists for the most part simply to identify box meshes as such. However, in future, additional state or behaviour may be added to this class.

You can use the following convenience method to aid in constructing a CC3BoxNode instance:


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