File tree
4 files changed
+108
-3
lines changed- examples-testing
- types/three/src
- lights
- materials/nodes
4 files changed
+108
-3
lines changedLines changed: 89 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14139 | 14139 |
| |
14140 | 14140 |
| |
14141 | 14141 |
| |
| 14142 | + | |
| 14143 | + | |
| 14144 | + | |
| 14145 | + | |
| 14146 | + | |
| 14147 | + | |
| 14148 | + | |
| 14149 | + | |
| 14150 | + | |
| 14151 | + | |
| 14152 | + | |
| 14153 | + | |
| 14154 | + | |
| 14155 | + | |
| 14156 | + | |
| 14157 | + | |
| 14158 | + | |
| 14159 | + | |
| 14160 | + | |
| 14161 | + | |
| 14162 | + | |
| 14163 | + | |
| 14164 | + | |
| 14165 | + | |
| 14166 | + | |
| 14167 | + | |
| 14168 | + | |
| 14169 | + | |
| 14170 | + | |
| 14171 | + | |
| 14172 | + | |
| 14173 | + | |
14142 | 14174 |
| |
14143 | 14175 |
| |
14144 | 14176 |
| |
| |||
18495 | 18527 |
| |
18496 | 18528 |
| |
18497 | 18529 |
| |
| 18530 | + | |
| 18531 | + | |
| 18532 | + | |
| 18533 | + | |
| 18534 | + | |
| 18535 | + | |
| 18536 | + | |
| 18537 | + | |
| 18538 | + | |
| 18539 | + | |
| 18540 | + | |
| 18541 | + | |
| 18542 | + | |
| 18543 | + | |
| 18544 | + | |
| 18545 | + | |
| 18546 | + | |
| 18547 | + | |
| 18548 | + | |
| 18549 | + | |
| 18550 | + | |
| 18551 | + | |
| 18552 | + | |
| 18553 | + | |
| 18554 | + | |
| 18555 | + | |
| 18556 | + | |
| 18557 | + | |
| 18558 | + | |
| 18559 | + | |
| 18560 | + | |
| 18561 | + | |
| 18562 | + | |
| 18563 | + | |
| 18564 | + | |
| 18565 | + | |
| 18566 | + | |
| 18567 | + | |
| 18568 | + | |
| 18569 | + | |
| 18570 | + | |
| 18571 | + | |
| 18572 | + | |
| 18573 | + | |
| 18574 | + | |
| 18575 | + | |
| 18576 | + | |
| 18577 | + | |
| 18578 | + | |
| 18579 | + | |
| 18580 | + | |
| 18581 | + | |
| 18582 | + | |
| 18583 | + | |
| 18584 | + | |
| 18585 | + | |
| 18586 | + | |
18498 | 18587 |
| |
18499 | 18588 |
| |
18500 | 18589 |
| |
|
- .github/workflows/ci.yml+5-5
- .github/workflows/read-size.yml+1-1
- .github/workflows/report-size.yml+1-1
- examples/files.json+2
- examples/jsm/controls/PointerLockControls.js+3-2
- examples/jsm/objects/WaterMesh.js+1-1
- examples/screenshots/webgpu_caustics.jpg
- examples/screenshots/webgpu_shadowmap_opacity.jpg
- examples/screenshots/webgpu_volume_caustics.jpg
- examples/textures/opengameart/Caustic_Free.jpg
- examples/webgpu_caustics.html+247
- examples/webgpu_shadowmap.html+6-7
- examples/webgpu_volume_caustics.html+333
- src/lights/LightShadow.js+9
- src/materials/nodes/NodeMaterial.js+32-2
- src/nodes/lighting/ShadowBaseNode.js+1-1
- src/nodes/lighting/ShadowNode.js+3
- src/renderers/common/Renderer.js+7
- test/e2e/puppeteer.js+1
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 |
| |
90 | 98 |
| |
91 | 99 |
| |
|
Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
62 |
| - | |
| 63 | + | |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
| |||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
72 | 80 |
| |
73 | 81 |
| |
74 | 82 |
| |
|
0 commit comments