Commit 9e2e96b
authored
File tree
4 files changed
+11
-4
lines changed- types/three/src
- cameras
- math
4 files changed
+11
-4
lines changed- build/three.cjs+394-23
- build/three.core.js+377-22
- build/three.core.min.js+1-1
- build/three.module.js+19-5
- build/three.module.min.js+1-1
- build/three.webgpu.js+206-42
- build/three.webgpu.min.js+1-1
- build/three.webgpu.nodes.js+206-42
- build/three.webgpu.nodes.min.js+1-1
- examples/jsm/objects/SkyMesh.js+2-2
- examples/webgl_reverse_depth_buffer.html+1-1
- examples/webgl_shadowmap.html+1-1
- src/cameras/Camera.js+8
- src/cameras/OrthographicCamera.js+1-1
- src/cameras/PerspectiveCamera.js+1-1
- src/constants.js+2-12
- src/math/Matrix4.js+35-25
- src/renderers/WebGLRenderer.js+3-4
- src/renderers/webgl/WebGLShadowMap.js+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
778 | 777 | | |
779 | 778 | | |
780 | | - | |
781 | | - | |
| 779 | + | |
782 | 780 | | |
783 | 781 | | |
784 | 782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
0 commit comments