@xeokit/xeokit-sdk 2.2.5-performance-textures-beta → 2.2.5-performance-textures-beta-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/dist/xeokit-sdk.cjs.js
CHANGED
|
@@ -92151,7 +92151,6 @@ function load(viewer, options, inflatedData, performanceModel) {
|
|
|
92151
92151
|
|
|
92152
92152
|
performanceModel.createGeometry({
|
|
92153
92153
|
id: geometryId,
|
|
92154
|
-
origin: tileCenter,
|
|
92155
92154
|
primitive: geometryArrays.primitiveName,
|
|
92156
92155
|
positionsCompressed: geometryArrays.geometryPositions,
|
|
92157
92156
|
normalsCompressed: geometryArrays.geometryNormals,
|
|
@@ -92167,6 +92166,7 @@ function load(viewer, options, inflatedData, performanceModel) {
|
|
|
92167
92166
|
performanceModel.createMesh(utils.apply(meshDefaults, {
|
|
92168
92167
|
id: meshId,
|
|
92169
92168
|
geometryId: geometryId,
|
|
92169
|
+
origin: tileCenter,
|
|
92170
92170
|
matrix: meshMatrix,
|
|
92171
92171
|
color: meshColor,
|
|
92172
92172
|
metallic: meshMetallic,
|
package/dist/xeokit-sdk.es.js
CHANGED
|
@@ -92147,7 +92147,6 @@ function load(viewer, options, inflatedData, performanceModel) {
|
|
|
92147
92147
|
|
|
92148
92148
|
performanceModel.createGeometry({
|
|
92149
92149
|
id: geometryId,
|
|
92150
|
-
origin: tileCenter,
|
|
92151
92150
|
primitive: geometryArrays.primitiveName,
|
|
92152
92151
|
positionsCompressed: geometryArrays.geometryPositions,
|
|
92153
92152
|
normalsCompressed: geometryArrays.geometryNormals,
|
|
@@ -92163,6 +92162,7 @@ function load(viewer, options, inflatedData, performanceModel) {
|
|
|
92163
92162
|
performanceModel.createMesh(utils.apply(meshDefaults, {
|
|
92164
92163
|
id: meshId,
|
|
92165
92164
|
geometryId: geometryId,
|
|
92165
|
+
origin: tileCenter,
|
|
92166
92166
|
matrix: meshMatrix,
|
|
92167
92167
|
color: meshColor,
|
|
92168
92168
|
metallic: meshMetallic,
|