@gnsx/react-three-fiber 10.0.0 → 10.0.2
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/dist/index.cjs +2 -2
- package/dist/index.d.cts +1040 -1040
- package/dist/index.d.mts +1040 -1040
- package/dist/index.d.ts +1040 -1040
- package/dist/index.mjs +3 -3
- package/dist/legacy.cjs +2 -2
- package/dist/legacy.d.cts +1040 -1040
- package/dist/legacy.d.mts +1040 -1040
- package/dist/legacy.d.ts +1040 -1040
- package/dist/legacy.mjs +3 -3
- package/dist/webgpu/index.cjs +2 -2
- package/dist/webgpu/index.d.cts +1040 -1040
- package/dist/webgpu/index.d.mts +1040 -1040
- package/dist/webgpu/index.d.ts +1040 -1040
- package/dist/webgpu/index.mjs +3 -3
- package/package.json +6 -6
- package/react-reconciler/constants.d.ts +7 -7
- package/react-reconciler/index.d.ts +1044 -1044
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.1";
|
|
3457
3457
|
const packageData = {
|
|
3458
3458
|
version: version};
|
|
3459
3459
|
|