@voluma/vlam 0.2.1 → 0.2.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.
@@ -6,7 +6,7 @@ import { w as we } from "../splat-data-BZM5dhhx.js";
6
6
  import { s as D, n as ge, p as be } from "../sh-pack-D5wAe5gg.js";
7
7
  import * as R from "three/webgpu";
8
8
  import { t as j } from "../loading-wLo8vRbA.js";
9
- import { l as ye } from "../splat-budget-PSojLJPO.js";
9
+ import { l as ye } from "../splat-budget-DXew_86c.js";
10
10
  function me(t) {
11
11
  return t.encoding === "f32" ? 4 : t.encoding === "f16" ? 2 : 1;
12
12
  }
package/dist/index.d.ts CHANGED
@@ -31,7 +31,7 @@ export { SplatScene, type SplatSceneOptions, type AddSourceOptions } from './spl
31
31
  export { MAX_SOURCES } from './source-transform';
32
32
  export type { SplatShInputs, Vec3Uniform } from './splat-mesh-material';
33
33
  export { UnifiedSplatRenderer, supportsUnifiedSplatRenderer, type UnifiedSplatPickResult, type UnifiedSplatRendererOptions, type UnifiedSplatSourceOptions, } from './unified-splat-renderer';
34
- export { resolveSplatBudget, detectSplatDeviceProfile, classifySplatGpuClass, probeSplatGpuClass, isFillConstrainedSplatDevice, recommendedMaxPixelRatio, recommendedRadMaxStdDev, recommendedXrFramebufferScale, resolveXrSplatBudget, resolveCpuCacheBytes, suggestAdaptivePixelRatio, estimateSplatPoolBytes, type SplatBudgetOptions, type SplatCostClass, type SplatDeviceProfile, type SplatGpuClass, type SplatGpuAdapterInfo, type AdaptivePixelRatioInput, type AdaptivePixelRatioResult, type SplatPoolBytesOptions, } from './splat-budget';
34
+ export { resolveSplatBudget, detectSplatDeviceProfile, classifySplatGpuClass, probeSplatGpuClass, isFillConstrainedSplatDevice, recommendedMaxPixelRatio, recommendedRadMaxStdDev, recommendedXrFramebufferScale, resolveXrSplatBudget, resolveCpuCacheBytes, suggestAdaptivePixelRatio, ADAPTIVE_PIXEL_RATIO_WARMUP_FRAMES, estimateSplatPoolBytes, type SplatBudgetOptions, type SplatCostClass, type SplatDeviceProfile, type SplatGpuClass, type SplatGpuAdapterInfo, type AdaptivePixelRatioInput, type AdaptivePixelRatioResult, type SplatPoolBytesOptions, } from './splat-budget';
35
35
  export { xrSessionInit } from './xr-view';
36
36
  export { BudgetGovernor, type BudgetGovernorOptions, type BudgetGovernedMember, } from './budget-governor';
37
37
  export { CameraBudgetGovernor, type CameraBudgetGovernorOptions, type CameraBudgetMember, type CameraBudgetMemberOptions, } from './camera-budget-governor';