@shapediver/viewer.shared.types
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -187,3 +187,3 @@ "use strict"; | ||
const boundingBox = new viewer_shared_math_1.Box(); | ||
boundingBox.setFromAttributeArray(__classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].array, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].byteStride, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].itemBytes, matrix); | ||
boundingBox.setFromAttributeArray(__classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].array, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].byteStride, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].itemBytes); | ||
__classPrivateFieldGet(this, _PrimitiveData_boundingBoxes, "f").push({ | ||
@@ -190,0 +190,0 @@ boundingBox, |
{ | ||
"name": "@shapediver/viewer.shared.types", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "", | ||
@@ -43,8 +43,8 @@ "keywords": [], | ||
"@shapediver/sdk.sdtf-v1": "1.4.0", | ||
"@shapediver/viewer.shared.math": "2.12.0", | ||
"@shapediver/viewer.shared.node-tree": "2.12.0", | ||
"@shapediver/viewer.shared.services": "2.12.0", | ||
"@shapediver/viewer.shared.math": "2.12.1", | ||
"@shapediver/viewer.shared.node-tree": "2.12.1", | ||
"@shapediver/viewer.shared.services": "2.12.1", | ||
"gl-matrix": "3.3.0" | ||
}, | ||
"gitHead": "4453bb1d704facd5722ffd81518e54b5453d991f" | ||
"gitHead": "31075d983f502a133848594f8eab91130f6aeae2" | ||
} |
@@ -267,3 +267,3 @@ import { mat4, vec3, quat } from 'gl-matrix' | ||
const boundingBox = new Box(); | ||
boundingBox.setFromAttributeArray(this.#attributes['POSITION'].array, this.#attributes['POSITION'].byteStride, this.#attributes['POSITION'].itemBytes, matrix); | ||
boundingBox.setFromAttributeArray(this.#attributes['POSITION'].array, this.#attributes['POSITION'].byteStride, this.#attributes['POSITION'].itemBytes); | ||
this.#boundingBoxes.push({ | ||
@@ -270,0 +270,0 @@ boundingBox, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
465361
+ Added@shapediver/viewer.shared.build-data@2.12.1(transitive)
+ Added@shapediver/viewer.shared.math@2.12.1(transitive)
+ Added@shapediver/viewer.shared.node-tree@2.12.1(transitive)
+ Added@shapediver/viewer.shared.services@2.12.1(transitive)
- Removed@shapediver/viewer.shared.build-data@2.12.0(transitive)
- Removed@shapediver/viewer.shared.math@2.12.0(transitive)
- Removed@shapediver/viewer.shared.node-tree@2.12.0(transitive)
- Removed@shapediver/viewer.shared.services@2.12.0(transitive)