I want to use the colorTexture of the scene (not in the post-processing stage). I know that the depth map of the scene can be obtained through czm_globeDepthTexture. Then, is there a way to get the colorTexture of the scene ?
Whether it exists in a FrameBuffer, then use frameBuffer.getColorTexture to obtain it ?