@xeokit/xeokit-sdk 2.3.0-beta-36 → 2.3.0

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.
@@ -96093,7 +96093,7 @@ const IFCObjectDefaults = {
96093
96093
  *
96094
96094
  * ## Usage
96095
96095
  *
96096
- * In the example below we'll load the Schependomlaan model from a [glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
96096
+ * In the example below we'll load a house plan model from a [binary glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
96097
96097
  * with an accompanying JSON [IFC metadata file](http://xeokit.github.io/xeokit-sdk/examples/metaModels/schependomlaan/).
96098
96098
  *
96099
96099
  * This will create a bunch of {@link Entity}s that represents the model and its objects, along with a {@link MetaModel} and {@link MetaObject}s
@@ -96104,8 +96104,6 @@ const IFCObjectDefaults = {
96104
96104
  *
96105
96105
  * Read more about this example in the user guide on [Viewing BIM Models Offline](https://www.notion.so/xeokit/Viewing-an-IFC-Model-with-xeokit-c373e48bc4094ff5b6e5c5700ff580ee).
96106
96106
  *
96107
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_OTCConferenceCenter)]
96108
- *
96109
96107
  * ````javascript
96110
96108
  * import {Viewer, GLTFLoaderPlugin} from "xeokit-sdk.es.js";
96111
96109
  *
@@ -96189,8 +96187,6 @@ const IFCObjectDefaults = {
96189
96187
  * In the example below, we'll scale our model to half its size, rotate it 90 degrees about its local X-axis, then
96190
96188
  * translate it 100 units along its X axis.
96191
96189
  *
96192
- * [[Run example](https://xeokit.github.io/xeokit-sdk/examples/#loading_glTF_Duplex_transform)]
96193
- *
96194
96190
  * ````javascript
96195
96191
  * const model = gltfLoader.load({
96196
96192
  * src: "./models/gltf/Duplex/scene.gltf",
@@ -96206,8 +96202,6 @@ const IFCObjectDefaults = {
96206
96202
  * We can also load only those objects that have the specified IFC types. In the example below, we'll load only the
96207
96203
  * objects that represent walls.
96208
96204
  *
96209
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_includeTypes_PlanView)]
96210
- *
96211
96205
  * ````javascript
96212
96206
  * const model = gltfLoader.load({
96213
96207
  * id: "myModel",
@@ -96089,7 +96089,7 @@ const IFCObjectDefaults = {
96089
96089
  *
96090
96090
  * ## Usage
96091
96091
  *
96092
- * In the example below we'll load the Schependomlaan model from a [glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
96092
+ * In the example below we'll load a house plan model from a [binary glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
96093
96093
  * with an accompanying JSON [IFC metadata file](http://xeokit.github.io/xeokit-sdk/examples/metaModels/schependomlaan/).
96094
96094
  *
96095
96095
  * This will create a bunch of {@link Entity}s that represents the model and its objects, along with a {@link MetaModel} and {@link MetaObject}s
@@ -96100,8 +96100,6 @@ const IFCObjectDefaults = {
96100
96100
  *
96101
96101
  * Read more about this example in the user guide on [Viewing BIM Models Offline](https://www.notion.so/xeokit/Viewing-an-IFC-Model-with-xeokit-c373e48bc4094ff5b6e5c5700ff580ee).
96102
96102
  *
96103
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_OTCConferenceCenter)]
96104
- *
96105
96103
  * ````javascript
96106
96104
  * import {Viewer, GLTFLoaderPlugin} from "xeokit-sdk.es.js";
96107
96105
  *
@@ -96185,8 +96183,6 @@ const IFCObjectDefaults = {
96185
96183
  * In the example below, we'll scale our model to half its size, rotate it 90 degrees about its local X-axis, then
96186
96184
  * translate it 100 units along its X axis.
96187
96185
  *
96188
- * [[Run example](https://xeokit.github.io/xeokit-sdk/examples/#loading_glTF_Duplex_transform)]
96189
- *
96190
96186
  * ````javascript
96191
96187
  * const model = gltfLoader.load({
96192
96188
  * src: "./models/gltf/Duplex/scene.gltf",
@@ -96202,8 +96198,6 @@ const IFCObjectDefaults = {
96202
96198
  * We can also load only those objects that have the specified IFC types. In the example below, we'll load only the
96203
96199
  * objects that represent walls.
96204
96200
  *
96205
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_includeTypes_PlanView)]
96206
- *
96207
96201
  * ````javascript
96208
96202
  * const model = gltfLoader.load({
96209
96203
  * id: "myModel",
@@ -21603,7 +21603,7 @@ if(rtcNeeded){meshCfg.origin=origin;}var material=primitive.material;if(material
21603
21603
  *
21604
21604
  * ## Usage
21605
21605
  *
21606
- * In the example below we'll load the Schependomlaan model from a [glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
21606
+ * In the example below we'll load a house plan model from a [binary glTF file](http://xeokit.github.io/xeokit-sdk/examples/models/gltf/schependomlaan/), along
21607
21607
  * with an accompanying JSON [IFC metadata file](http://xeokit.github.io/xeokit-sdk/examples/metaModels/schependomlaan/).
21608
21608
  *
21609
21609
  * This will create a bunch of {@link Entity}s that represents the model and its objects, along with a {@link MetaModel} and {@link MetaObject}s
@@ -21614,8 +21614,6 @@ if(rtcNeeded){meshCfg.origin=origin;}var material=primitive.material;if(material
21614
21614
  *
21615
21615
  * Read more about this example in the user guide on [Viewing BIM Models Offline](https://www.notion.so/xeokit/Viewing-an-IFC-Model-with-xeokit-c373e48bc4094ff5b6e5c5700ff580ee).
21616
21616
  *
21617
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_OTCConferenceCenter)]
21618
- *
21619
21617
  * ````javascript
21620
21618
  * import {Viewer, GLTFLoaderPlugin} from "xeokit-sdk.es.js";
21621
21619
  *
@@ -21699,8 +21697,6 @@ if(rtcNeeded){meshCfg.origin=origin;}var material=primitive.material;if(material
21699
21697
  * In the example below, we'll scale our model to half its size, rotate it 90 degrees about its local X-axis, then
21700
21698
  * translate it 100 units along its X axis.
21701
21699
  *
21702
- * [[Run example](https://xeokit.github.io/xeokit-sdk/examples/#loading_glTF_Duplex_transform)]
21703
- *
21704
21700
  * ````javascript
21705
21701
  * const model = gltfLoader.load({
21706
21702
  * src: "./models/gltf/Duplex/scene.gltf",
@@ -21716,8 +21712,6 @@ if(rtcNeeded){meshCfg.origin=origin;}var material=primitive.material;if(material
21716
21712
  * We can also load only those objects that have the specified IFC types. In the example below, we'll load only the
21717
21713
  * objects that represent walls.
21718
21714
  *
21719
- * [[Run this example](http://xeokit.github.io/xeokit-sdk/examples/#BIMOffline_glTF_includeTypes_PlanView)]
21720
- *
21721
21715
  * ````javascript
21722
21716
  * const model = gltfLoader.load({
21723
21717
  * id: "myModel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xeokit/xeokit-sdk",
3
- "version": "2.3.0-beta-36",
3
+ "version": "2.3.0",
4
4
  "description": "Web Programming Toolkit for 3D/2D BIM and AEC Graphics",
5
5
  "module": "/dist/xeokit-sdk.es.js",
6
6
  "main": "/dist/xeokit-sdk.cjs.js",
@@ -18,9 +18,11 @@
18
18
  },
19
19
  "keywords": [
20
20
  "webgl",
21
+ "webgl2",
21
22
  "javascript",
22
23
  "xeokit",
23
24
  "xeolabs",
25
+ "creoox",
24
26
  "ifc",
25
27
  "bcf",
26
28
  "bim",