#import "CC3Camera.h"
#import "CC3BoundingVolumes.h"
#import "CCNode.h"
Classes | |
class | CC3Billboard |
This CC3Node displays a 2D cocos2d CCNode at the projectedPosition of this node. More... | |
class | CC3BillboardBoundingBoxArea |
A CC3NodeBoundingArea, used exclusively with CC3Billboards, that uses the boundingBox property of the 2D CCNode contained within a CC3Billboard instance as the bounding area, and checks the bounding area against a given bounding box (typically from the CC3Layer), using the doesIntersectBounds: method. More... | |
class | CC3ParticleSystemBillboard |
A CC3Billboard node customized to display and manage a cocos2d 2D CCParticleSystem. More... |