#import "CC3Camera.h"
#import "CC3NodeSequencer.h"
#import "CC3RenderSurfaces.h"
#import "CC3UtilityMeshNodes.h"
#import "CC3PerformanceStatistics.h"
#import "CC3ViewController.h"
#import "CC3Backgrounder.h"
Classes | |
category | CC3Node(Scene) |
class | CC3Scene |
class | CC3TouchedNodePicker |
Macros | |
#define | kCC3TouchQueueLength 16 |
Variables | |
static const ccColor4F | kCC3DefaultLightColorAmbientScene = { 0.2f, 0.2f, 0.2f, 1.0f } |
static const CCTime | kCC3DefaultMaximumUpdateInterval = (1.0f / 15.0f) |
static const CCTime | kCC3DefaultMinimumUpdateInterval = 0.0f |
#define kCC3TouchQueueLength 16 |
The max length of the queue that tracks touch events.
|
static |
Default color for the ambient scene light.
|
static |
Default value of the maxUpdateInterval property.
|
static |
Default value of the minUpdateInterval property.