Cocos3D  2.0.1
List of all members
CC3WireframeLocalContentBoundingBoxNode Class Reference

#import <CC3UtilityMeshNodes.h>

Inheritance diagram for CC3WireframeLocalContentBoundingBoxNode:
Inheritance graph
[legend]

Additional Inherited Members

- Instance Methods inherited from CC3WireframeBoundingBoxNode
(void) - updateFromParentBoundingBox
 
- Class Methods inherited from CC3LocalContentNode
(ccColor4F) + localContentWireframeBoxColor
 
(void) + setLocalContentWireframeBoxColor:
 
- Properties inherited from CC3WireframeBoundingBoxNode
BOOL shouldAlwaysMeasureParentBoundingBox
 

Detailed Description

CC3WireframeLocalContentBoundingBoxNode is a CC3WireframeBoundingBoxNode that further specializes in drawing a bounding box around the local content of another node with local content.

A CC3WireframeLocalContentBoundingBoxNode is typically added as a child node to the node whose bounding box is to be displayed.

Since for almost all nodes, the local content generally does not change, the shouldAlwaysMeasureParentBoundingBox property is usually left at NO, to avoid unnecessary remeasuring of the bounding box of the local content of the parent node when we know it will not be changing. However, this property can be set to YES when adding a CC3WireframeLocalContentBoundingBoxNode to a node whose local content does change frequently.


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