-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b5b21c
commit 816aede
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule three.js
updated
20 files
+6 −2 | build/three.cjs | |
+5 −1 | build/three.core.js | |
+1 −1 | build/three.core.min.js | |
+1 −1 | build/three.module.js | |
+1 −1 | build/three.module.min.js | |
+3 −2 | build/three.tsl.js | |
+1 −1 | build/three.tsl.min.js | |
+292 −279 | build/three.webgpu.js | |
+1 −1 | build/three.webgpu.min.js | |
+292 −279 | build/three.webgpu.nodes.js | |
+1 −1 | build/three.webgpu.nodes.min.js | |
+61 −2 | src/nodes/display/BlendModes.js | |
+1 −1 | src/nodes/lighting/ShadowNode.js | |
+1 −1 | src/renderers/common/ClippingContext.js | |
+9 −2 | src/renderers/common/RenderObject.js | |
+1 −1 | src/renderers/common/Renderer.js | |
+1 −0 | src/renderers/webgpu/WebGPUBackend.js | |
+1 −0 | src/renderers/webgpu/WebGPURenderer.js | |
+12 −4 | src/renderers/webgpu/utils/WebGPUUtils.js | |
+1 −1 | src/renderers/webxr/WebXRManager.js |