CC3WireframeLocalContentBoundingBoxNode Class Reference

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

#import <CC3MeshNode.h>

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

List of all members.


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: