How do we use the new Godrays and CueDepth? There does not appear to be any docs on any of the new functions. Sorry for all the questions. Ok, I found this out now.
Also, none of the ToneMapOn shaders are working, I get invalid for scene errors on all of them. Is this the correct calling methods:
ccbSetSceneNodeProperty(rootnode, "ToneMapOn", 1); ccbSetSceneNodeProperty(rootnode, "Brightness", 0.5); ccbSetSceneNodeProperty(rootnode, "Contrast", 0.5); ccbSetSceneNodeProperty(rootnode, "Saturation", 0.5); ccbSetSceneNodeProperty(rootnode, "Vibrance", 0.5); ccbSetSceneNodeProperty(rootnode, "Tint", 0.5);