@shapediver/viewer.shared.types
Advanced tools
Comparing version 2.9.12 to 2.9.13
@@ -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.9.12", | ||
"version": "2.9.13", | ||
"description": "", | ||
@@ -43,8 +43,8 @@ "keywords": [], | ||
"@shapediver/sdk.sdtf-v1": "1.4.0", | ||
"@shapediver/viewer.shared.math": "2.9.12", | ||
"@shapediver/viewer.shared.node-tree": "2.9.12", | ||
"@shapediver/viewer.shared.services": "2.9.12", | ||
"@shapediver/viewer.shared.math": "2.9.13", | ||
"@shapediver/viewer.shared.node-tree": "2.9.13", | ||
"@shapediver/viewer.shared.services": "2.9.13", | ||
"gl-matrix": "3.3.0" | ||
}, | ||
"gitHead": "64a3583144cce3bc3191b809285966b6cd807a95" | ||
"gitHead": "d05a7c78b4560c63ed4f4dd6970e3cc6b2c90aa7" | ||
} |
@@ -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
457870
+ Added@shapediver/viewer.shared.build-data@2.9.13(transitive)
+ Added@shapediver/viewer.shared.math@2.9.13(transitive)
+ Added@shapediver/viewer.shared.node-tree@2.9.13(transitive)
+ Added@shapediver/viewer.shared.services@2.9.13(transitive)
- Removed@shapediver/viewer.shared.build-data@2.9.12(transitive)
- Removed@shapediver/viewer.shared.math@2.9.12(transitive)
- Removed@shapediver/viewer.shared.node-tree@2.9.12(transitive)
- Removed@shapediver/viewer.shared.services@2.9.12(transitive)