@glowjs/core 2025.8.5 → 2025.8.7-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.
@@ -261,6 +261,10 @@ export declare class CameraMgr extends Base {
261
261
  * 获取正交投影的高度
262
262
  */
263
263
  get orthHeight(): number;
264
+ /**
265
+ * 获取或设置相机的平移因子(仅在透视模式下有效),默认值2,越大越慢。
266
+ */
267
+ panningFactor: number;
264
268
  /**
265
269
  * 从给定位置和目标重建角度(alpha, beta)和半径
266
270
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2025.08.05",
3
+ "version": "2025.08.07-2",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",