Commit 9a6ff4d
authored
File tree
7 files changed
+76
-87
lines changed- jsdoc-testing
- src-testing
- types/three/src
- materials
- nodes/core
- renderers/common
7 files changed
+76
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | | - | |
| 2301 | + | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
| |||
2309 | 2309 | | |
2310 | 2310 | | |
2311 | 2311 | | |
2312 | | - | |
| 2312 | + | |
2313 | 2313 | | |
2314 | 2314 | | |
2315 | 2315 | | |
| |||
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | | - | |
| 2394 | + | |
2395 | 2395 | | |
2396 | 2396 | | |
2397 | 2397 | | |
| |||
Large diffs are not rendered by default.
- docs/api/en/materials/MeshDistanceMaterial.html+1-1
- examples/jsm/controls/ArcballControls.js+7-7
- examples/jsm/exporters/GLTFExporter.js+4-4
- examples/jsm/exporters/PLYExporter.js+1-1
- examples/jsm/loaders/ColladaLoader.js+1-1
- examples/jsm/loaders/GLTFLoader.js+3-3
- examples/jsm/math/ConvexHull.js+2-2
- examples/jsm/misc/MD2CharacterComplex.js+1-1
- examples/jsm/misc/ProgressiveLightMap.js+1-1
- examples/jsm/tsl/display/ChromaticAberrationNode.js+1-1
- examples/jsm/tsl/display/hashBlur.js+1-1
- examples/jsm/utils/BufferGeometryUtils.js+1-1
- examples/jsm/webxr/OculusHandModel.js+1-1
- src/core/BufferGeometry.js+2-2
- src/lights/webgpu/ProjectorLight.js+1-1
- src/materials/MeshDistanceMaterial.js+1-1
- src/nodes/accessors/CubeTextureNode.js+1-1
- src/nodes/accessors/Object3DNode.js+1-1
- src/nodes/accessors/TextureNode.js+2-2
- src/nodes/core/Node.js+4-4
- src/nodes/core/NodeBuilder.js+3-3
- src/nodes/core/SubBuildNode.js+2-2
- src/nodes/display/ScreenNode.js+1-1
- src/nodes/tsl/TSLCore.js+9-1
- src/objects/BatchedMesh.js+2-2
- src/objects/LOD.js+1-1
- src/renderers/common/Attributes.js+1-1
- src/renderers/common/Bindings.js+2
- src/renderers/common/Renderer.js+3-3
- src/renderers/common/SampledTexture.js+1-1
- src/renderers/common/Sampler.js+25-13
- src/renderers/common/Textures.js+2
- src/renderers/webgl-fallback/WebGLBackend.js+2-2
- src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js+20-6
- src/renderers/webgl-fallback/utils/WebGLState.js+1-1
- src/renderers/webgpu/WebGPUBackend.js+1-1
- src/renderers/webgpu/utils/WebGPUTextureUtils.js-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
| 757 | + | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| |||
0 commit comments