Inherits from CC3ClipSpaceNode : CC3MeshNode : CC3LocalContentNode : CC3Node : CC3Identifiable : NSObject
Declared in CC3UtilityMeshNodes.h

Overview

CC3Backdrop represents a simple full-view static backdrop that is rendered in clip-space. The backdrop can be created as a solid color, or a texture, by using either the nodeWithColor: or nodeWithTexture: method inherited from the CC3ClipSpaceNode superclass.

See the class notes for the CC3ClipSpaceNode superclass, and the notes of the shouldDrawInClipSpace property for further information about drawing a node in clip-space.