Classes

CC3MeshNode.h File Reference

#import "CC3Node.h"
#import "CC3Mesh.h"
#import "CC3Material.h"

Classes

class  CC3BoxNode
 CC3BoxNode is a type of CC3MeshNode that is specialized to display simple box or cube meshes. More...
class  CC3DirectionMarkerNode
 CC3DirectionMarkerNode is a type of CC3LineNode specialized for drawing a line from the pivot point of its parent node to a point outside the bounding box of the parent node, in a particular direction. More...
class  CC3LineNode
 CC3LineNode is a type of CC3MeshNode that is specialized to display lines. More...
class  CC3MeshNode
 A CC3Node that draws a 3D mesh. More...
class  CC3PlaneNode
 CC3PlaneNode is a type of CC3MeshNode that is specialized to display planes and simple rectanglular meshes. More...
class  CC3WireframeBoundingBoxNode
 CC3WireframeBoundingBoxNode is a type of CC3LineNode specialized for drawing a wireframe bounding box around another node. More...
class  CC3WireframeLocalContentBoundingBoxNode
 CC3WireframeLocalContentBoundingBoxNode is a CC3WireframeBoundingBoxNode that further specializes in drawing a bounding box around the local content of another node with local content. More...

Detailed Description