-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSL: Fix label() usage in uniform() (#1023)
* Update three.js * Add examples * Update patch * Delete examples * Update UniformNode * Add examples * Just buying time Not sustainable * Delete examples * Fix * Fix * Fix
- Loading branch information
1 parent
6b019f2
commit 9a08e07
Showing
10 changed files
with
81 additions
and
80 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
16 files
+3 −3 | .github/workflows/codeql-code-scanning.yml | |
+222 −247 | build/three.cjs | |
+222 −247 | build/three.module.js | |
+1 −1 | build/three.module.min.js | |
+61 −45 | docs/api/en/objects/BatchedMesh.html | |
+91 −0 | docs/examples/zh/objects/Sky.html | |
+2 −1 | docs/list.json | |
+45 −7 | editor/js/Sidebar.Project.Image.js | |
+4 −0 | editor/js/Strings.js | |
+64 −75 | examples/jsm/libs/tween.module.js | |
+10 −1 | examples/jsm/nodes/core/UniformNode.js | |
+2 −0 | examples/jsm/renderers/webgl/utils/WebGLExtensions.js | |
+11 −13 | examples/webxr_xr_dragging_custom_depth.html | |
+107 −86 | package-lock.json | |
+21 −21 | src/core/Object3D.js | |
+4 −3 | test/unit/src/core/Object3D.tests.js |
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
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
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
13 changes: 6 additions & 7 deletions
13
types/three/examples/jsm/nodes/materials/MeshSSSNodeMaterial.d.ts
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
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
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
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
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