File tree
3 files changed
+12
-7
lines changed- src-testing
- types/three/src/nodes/accessors
3 files changed
+12
-7
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 |
| - | |
| 451 | + | |
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
|
- docs/api/ar/materials/MeshDepthMaterial.html-3
- docs/api/ar/materials/MeshDistanceMaterial.html-3
- docs/api/en/materials/MeshDepthMaterial.html-3
- docs/api/en/materials/MeshDistanceMaterial.html-3
- docs/api/fr/materials/MeshDepthMaterial.html-3
- docs/api/fr/materials/MeshDistanceMaterial.html-3
- docs/api/it/materials/MeshDepthMaterial.html-3
- docs/api/it/materials/MeshDistanceMaterial.html-3
- docs/api/zh/materials/MeshDepthMaterial.html-3
- docs/api/zh/materials/MeshDistanceMaterial.html-3
- examples/jsm/csm/CSMShadowNode.js+11-8
- examples/jsm/misc/ProgressiveLightMapGPU.js+10-10
- examples/jsm/objects/Water2Mesh.js+2-2
- examples/jsm/objects/WaterMesh.js+4-4
- examples/jsm/tsl/display/AfterImageNode.js+1-1
- examples/jsm/tsl/display/AnaglyphPassNode.js+2-2
- examples/jsm/tsl/display/AnamorphicNode.js+1-1
- examples/jsm/tsl/display/BloomNode.js+1-1
- examples/jsm/tsl/display/DenoiseNode.js+4-4
- examples/jsm/tsl/display/DepthOfFieldNode.js+1-1
- examples/jsm/tsl/display/FXAANode.js+1-1
- examples/jsm/tsl/display/GTAONode.js+3-3
- examples/jsm/tsl/display/GaussianBlurNode.js+2-2
- examples/jsm/tsl/display/LensflareNode.js+1-1
- examples/jsm/tsl/display/Lut3DNode.js+1-1
- examples/jsm/tsl/display/MotionBlur.js+1-1
- examples/jsm/tsl/display/OutlineNode.js+8-8
- examples/jsm/tsl/display/ParallaxBarrierPassNode.js+2-2
- examples/jsm/tsl/display/PixelationPassNode.js+3-3
- examples/jsm/tsl/display/RGBShiftNode.js+1-1
- examples/jsm/tsl/display/SMAANode.js+24-24
- examples/jsm/tsl/display/SSRNode.js+4-4
- examples/jsm/tsl/display/SobelOperatorNode.js+1-1
- examples/jsm/tsl/display/TRAAPassNode.js+5-5
- examples/jsm/tsl/display/TransitionNode.js+1-1
- examples/jsm/tsl/display/hashBlur.js+1-1
- examples/webgpu_volume_cloud.html+1-1
- src/Three.TSL.js+1
- src/materials/nodes/VolumeNodeMaterial.js+1-1
- src/nodes/Nodes.js+1
- src/nodes/accessors/Texture3DNode.js+3-3
- src/nodes/accessors/TextureBicubic.js+2-2
- src/nodes/accessors/TextureNode.js+9-1
- src/nodes/accessors/UniformArrayNode.js+12-4
- src/nodes/functions/PhysicalLightingModel.js+3-3
- src/nodes/lighting/LightsNode.js+24
- src/nodes/lighting/ShadowBaseNode.js+43
- src/nodes/lighting/ShadowNode.js+10-15
- src/nodes/pmrem/PMREMUtils.js+1-1
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
| 39 | + | |
| 40 | + | |
36 | 41 |
| |
37 | 42 |
| |
38 | 43 |
| |
|
0 commit comments