@xeokit/xeokit-sdk 2.4.0-alpha-70 → 2.4.0-alpha-71
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
|
@@ -109428,28 +109428,6 @@ function error(ctx, msg) {
|
|
|
109428
109428
|
*/
|
|
109429
109429
|
const IFCObjectDefaults = {
|
|
109430
109430
|
|
|
109431
|
-
IfcOpeningElement: {
|
|
109432
|
-
pickable: false,
|
|
109433
|
-
visible: false
|
|
109434
|
-
},
|
|
109435
|
-
|
|
109436
|
-
IfcSpace: {
|
|
109437
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109438
|
-
pickable: false,
|
|
109439
|
-
visible: false,
|
|
109440
|
-
opacity: 0.4
|
|
109441
|
-
},
|
|
109442
|
-
|
|
109443
|
-
IfcWindow: {
|
|
109444
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109445
|
-
opacity: 0.3
|
|
109446
|
-
},
|
|
109447
|
-
|
|
109448
|
-
IfcPlate: {
|
|
109449
|
-
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
|
|
109450
|
-
opacity: 0.3
|
|
109451
|
-
},
|
|
109452
|
-
|
|
109453
109431
|
DEFAULT: {
|
|
109454
109432
|
}
|
|
109455
109433
|
};
|
package/dist/xeokit-sdk.es.js
CHANGED
|
@@ -109424,28 +109424,6 @@ function error(ctx, msg) {
|
|
|
109424
109424
|
*/
|
|
109425
109425
|
const IFCObjectDefaults = {
|
|
109426
109426
|
|
|
109427
|
-
IfcOpeningElement: {
|
|
109428
|
-
pickable: false,
|
|
109429
|
-
visible: false
|
|
109430
|
-
},
|
|
109431
|
-
|
|
109432
|
-
IfcSpace: {
|
|
109433
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109434
|
-
pickable: false,
|
|
109435
|
-
visible: false,
|
|
109436
|
-
opacity: 0.4
|
|
109437
|
-
},
|
|
109438
|
-
|
|
109439
|
-
IfcWindow: {
|
|
109440
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109441
|
-
opacity: 0.3
|
|
109442
|
-
},
|
|
109443
|
-
|
|
109444
|
-
IfcPlate: {
|
|
109445
|
-
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
|
|
109446
|
-
opacity: 0.3
|
|
109447
|
-
},
|
|
109448
|
-
|
|
109449
109427
|
DEFAULT: {
|
|
109450
109428
|
}
|
|
109451
109429
|
};
|
package/dist/xeokit-sdk.es5.js
CHANGED
|
@@ -22629,7 +22629,7 @@ sceneModel.createEntity({id:entityId,meshIds:deferredMeshIds});deferredMeshIds.l
|
|
|
22629
22629
|
* object {@link Entity} within the tree.
|
|
22630
22630
|
*
|
|
22631
22631
|
* @type {{String:Object}}
|
|
22632
|
-
*/var IFCObjectDefaults={
|
|
22632
|
+
*/var IFCObjectDefaults={DEFAULT:{}};/**
|
|
22633
22633
|
* {@link Viewer} plugin that loads models from [glTF](https://www.khronos.org/gltf/).
|
|
22634
22634
|
*
|
|
22635
22635
|
* * Loads all glTF formats, including embedded and binary formats.
|