Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
three.js
Commits
065672a9
Commit
065672a9
authored
9 months ago
by
andrey
Browse files
Options
Download
Email Patches
Plain Diff
AL-15126: update
parent
09602c51
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
build/three.cjs
+2604
-77
build/three.cjs
build/three.module.js
+2601
-78
build/three.module.js
build/three.module.min.js
+1
-1
build/three.module.min.js
src/renderers/WebGLRenderer.js
+1
-1
src/renderers/WebGLRenderer.js
src/renderers/webgl/WebGLShadowMap.js
+1
-1
src/renderers/webgl/WebGLShadowMap.js
with
5208 additions
and
158 deletions
+5208
-158
build/three.cjs
View file @
065672a9
This diff is collapsed.
Click to expand it.
build/three.module.js
View file @
065672a9
This diff is collapsed.
Click to expand it.
build/three.module.min.js
View file @
065672a9
This diff is collapsed.
Click to expand it.
src/renderers/WebGLRenderer.js
View file @
065672a9
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
src/renderers/webgl/WebGLShadowMap.js
View file @
065672a9
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help