Commit 065672a9 authored by andrey's avatar andrey
Browse files

AL-15126: update

parent 09602c51
Showing with 5208 additions and 158 deletions
+5208 -158
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -1173,7 +1173,7 @@ class WebGLRenderer {
if ( this.info.autoReset === true ) this.info.reset();
if ( xr.enabled === false || xr.isPresenting === false || xr.hasDepthSensing() === false ) {
background.render( currentRenderList, scene );
background.render( scene );
}
......
......@@ -169,7 +169,7 @@ function WebGLShadowMap( renderer, objects, capabilities ) {
if ( shadow.hasOwnProperty( 'cache' ) ) {
if ( shadow.cache && shadow.needsUpdateCache ) _renderer.clear();
if ( shadow.cache && shadow.needsUpdateCache ) renderer.clear();
} else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment