Hi, we had similar problems to this. I think it is related to OpenGL state. We resolved it by calling Render() at the right time. Try calling Render() before your scene rendering. We never figured out why this helped or what was wrong, but it worked…