-
-
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.
* Update three.js * Add src * Update patch and delete src
- Loading branch information
1 parent
2a464ad
commit 60dee0d
Showing
2 changed files
with
70 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule three.js
updated
17 files
+1 −1 | build/three.cjs | |
+1 −1 | build/three.core.js | |
+1 −1 | build/three.core.min.js | |
+1,832 −82 | build/three.webgpu.js | |
+1 −1 | build/three.webgpu.min.js | |
+1,831 −82 | build/three.webgpu.nodes.js | |
+1 −1 | build/three.webgpu.nodes.min.js | |
+1 −1 | docs/examples/en/math/convexhull/ConvexHull.html | |
+1 −1 | docs/examples/zh/math/convexhull/ConvexHull.html | |
+5 −7 | editor/js/Sidebar.Settings.js | |
+821 −556 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | src/constants.js | |
+172 −7 | src/renderers/common/Backend.js | |
+530 −26 | src/renderers/webgl-fallback/WebGLBackend.js | |
+1 −1 | src/renderers/webgl-fallback/utils/WebGLTextureUtils.js | |
+426 −4 | src/renderers/webgpu/WebGPUBackend.js |