@gnsx/react-three-fiber 10.0.1 → 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 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.WebGLCubeRenderTarget(resolution);
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.0";
3456
+ const version = "10.0.1";
3457
3457
  const packageData = {
3458
3458
  version: version};
3459
3459