We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc68156 commit ae1098eCopy full SHA for ae1098e
editor/js/Viewport.js
@@ -575,7 +575,7 @@ function Viewport( editor ) {
575
renderTarget.fromEquirectangularTexture( renderer, backgroundEquirectangularTexture );
576
renderTarget.toJSON = function () { return null }; // TODO Remove hack
577
578
- scene.background = renderTarget;
+ scene.background = renderTarget.texture;
579
580
}
581
0 commit comments