Public Member Functions

CCNode(CC3) Class Reference

Extension category to support cocos3d functionality. More...

#import <CC3Foundation.h>

List of all members.

Public Member Functions

(CGRect) - globalBoundingBoxInPixels
(void) - updateViewport

Detailed Description

Extension category to support cocos3d functionality.


Member Function Documentation

- (CGRect) globalBoundingBoxInPixels

Returns the bounding box of this CCNode, measured in pixels, in the global coordinate system.

- (void) updateViewport

Updates the viewport of any contained CC3World instances with the dimensions of its CC3Layer and the device orientation.

This CCNode implementation simply passes the notification along to its children. Descendants that are CC3Layers will update their CC3World instances.


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