Currently, serializing a scene with a WebGLRenderTarget/Cube via toJSON() results in a texture object without a base64 URL, since the texture's image property is empty. We should generate a data URL for the target's current buffer for the target's texture.