I'm trying to display the delayed image from the camera:
material0.setTextureSlot(Shaders.DefaultMaterialTextures.DIFFUSE, cameraTexture0.signal.history(1)[0]);
but it's not working :( There is only white color on material0.
Can you please help me with that?