@gnsx/react-three-fiber 10.0.1 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1686 -1686
- package/dist/index.d.mts +1686 -1686
- package/dist/index.d.ts +1686 -1686
- package/dist/index.mjs +3 -3
- package/dist/legacy.cjs +2 -2
- package/dist/legacy.d.cts +1686 -1686
- package/dist/legacy.d.mts +1686 -1686
- package/dist/legacy.d.ts +1686 -1686
- package/dist/legacy.mjs +3 -3
- package/dist/webgpu/index.cjs +2 -2
- package/dist/webgpu/index.d.cts +1731 -1731
- package/dist/webgpu/index.d.mts +1731 -1731
- package/dist/webgpu/index.d.ts +1731 -1731
- package/dist/webgpu/index.mjs +3 -3
- package/package.json +3 -3
- package/readme.md +244 -244
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019-2025 Poimandres
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019-2025 Poimandres
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.cjs
CHANGED
|
@@ -337,7 +337,7 @@ function EnvironmentPortal({
|
|
|
337
337
|
const camera = React__namespace.useRef(null);
|
|
338
338
|
const [virtualScene] = React__namespace.useState(() => new webgpu.Scene());
|
|
339
339
|
const fbo = React__namespace.useMemo(() => {
|
|
340
|
-
const fbo2 = new webgpu.
|
|
340
|
+
const fbo2 = new webgpu.CubeRenderTarget(resolution);
|
|
341
341
|
fbo2.texture.type = webgpu.HalfFloatType;
|
|
342
342
|
return fbo2;
|
|
343
343
|
}, [resolution]);
|
|
@@ -3453,7 +3453,7 @@ function advance(timestamp) {
|
|
|
3453
3453
|
getScheduler().step(timestamp);
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
|
-
const version = "10.0.
|
|
3456
|
+
const version = "10.0.3";
|
|
3457
3457
|
const packageData = {
|
|
3458
3458
|
version: version};
|
|
3459
3459
|
|