soonspacejs 2.5.0-alpha.1 → 2.5.0-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soonspacejs",
3
- "version": "2.5.0-alpha.1",
3
+ "version": "2.5.0-rc.2",
4
4
  "homepage": "http://www.xwbuilders.com:8800/",
5
5
  "description": "soonspacejs 2.x",
6
6
  "module": "./dist/index.esm.js",
@@ -25,5 +25,5 @@
25
25
  "@tweenjs/tween.js": "^18.6.4",
26
26
  "@types/three": "0.141.0"
27
27
  },
28
- "gitHead": "0718030c70fef431833f4f3d46829009f8d9d2be"
28
+ "gitHead": "79cba0e2f5f973678555ef2876e11b0162b4112f"
29
29
  }
@@ -25,4 +25,5 @@ declare function getSpaceAttributeFromObject(object: Object3D, isFromWorld?: boo
25
25
  * @param isFromWorld
26
26
  */
27
27
  declare function syncSpaceAttributeToObject(target: Object3D, source: Object3D, isFromWorld?: boolean): void;
28
- export { IVector3ToVector3, IVector3ToEuler, getBoundingBox, rotationAxisFix, rotationAFix, deg2Euler, euler2Deg, getSpaceAttributeFromObject, syncSpaceAttributeToObject, };
28
+ declare function isHideObject(object: Object3D): boolean;
29
+ export { IVector3ToVector3, IVector3ToEuler, getBoundingBox, rotationAxisFix, rotationAFix, deg2Euler, euler2Deg, getSpaceAttributeFromObject, syncSpaceAttributeToObject, isHideObject, };