@d5techs/3dgs-lib 1.4.65 → 1.4.67

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.
@@ -11,7 +11,7 @@ export declare class SkyboxRenderer {
11
11
  private bindGroup;
12
12
  private frameReady;
13
13
  private mode;
14
- /** Ground projection sphere radius (world units). Larger = ground extends further, flatter. */
14
+ /** Virtual HDR capture height (world units). Controls ground texture spread. */
15
15
  groundRadius: number;
16
16
  constructor(device: GPUDevice, format: GPUTextureFormat, depthFormat: GPUTextureFormat);
17
17
  get isActive(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.65",
3
+ "version": "1.4.67",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",