Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 18, 2024
1 parent 6b53d66 commit 2b34b57
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 92 deletions.
Binary file modified dist/web-ifc.wasm
Binary file not shown.
109 changes: 72 additions & 37 deletions dist/xeokit-sdk.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -12770,7 +12770,7 @@ class AngleMeasurementsMouseControl extends AngleMeasurementsControl {
* start, corner or end point will cause the point to snap to the nearest vertex or edge. A quick
* touch-release will immediately set the point at the tapped position on the object surface.
*
* [[Run example](/examples/measurement/#angle_createWithTouch_snapping)]
* [[Run example](https://xeokit.github.io/xeokit-sdk/examples/measurement/#angle_createWithTouch_snapping)]
*
* ````javascript
* import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, AngleMeasurementsTouchControl} from "xeokit-sdk.es.js";
Expand Down Expand Up @@ -87529,7 +87529,7 @@ class DistanceMeasurementsMouseControl extends DistanceMeasurementsControl {
* start or end point will cause the point to snap to the nearest vertex or edge. A quick
* touch-release will immediately set the point at the tapped position on the object surface.
*
* [[Run example](/examples/measurement/#distance_createWithTouch_snapping)]
* [[Run example](https://xeokit.github.io/xeokit-sdk/examples/measurement/#distance_createWithTouch_snapping)]
*
* ````javascript
* import {Viewer, XKTLoaderPlugin, DistanceMeasurementsPlugin, DistanceMeasurementsTouchControl} from "xeokit-sdk.es.js";
Expand Down Expand Up @@ -118536,7 +118536,8 @@ class Control {

this._rootNode = new Node$2(scene, {
position: [0, 0, 0],
scale: [5, 5, 5]
scale: [5, 5, 5],
isObject: false
});

const rootNode = this._rootNode;
Expand Down Expand Up @@ -118727,7 +118728,8 @@ class Control {
collidable: true,
clippable: false,
visible: false,
scale: [2.4, 2.4, 1]
scale: [2.4, 2.4, 1],
isObject: false
}), NO_STATE_INHERIT),

planeFrame: rootNode.addChild(new Mesh(rootNode, { // Visible frame
Expand Down Expand Up @@ -118758,7 +118760,8 @@ class Control {
clippable: false,
visible: false,
scale: [1, 1, .1],
rotation: [0, 0, 45]
rotation: [0, 0, 45],
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -118777,7 +118780,8 @@ class Control {
collidable: true,
clippable: false,
backfaces: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xCurveHandle: rootNode.addChild(new Mesh(rootNode, { // Red hoop about Y-axis
Expand All @@ -118792,7 +118796,8 @@ class Control {
collidable: true,
clippable: false,
backfaces: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xCurveArrow1: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118807,7 +118812,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xCurveArrow2: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118822,7 +118828,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -118837,7 +118844,8 @@ class Control {
collidable: true,
clippable: false,
backfaces: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yCurveHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118848,7 +118856,8 @@ class Control {
collidable: true,
clippable: false,
backfaces: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yCurveArrow1: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118863,7 +118872,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yCurveArrow2: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118878,7 +118888,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -118892,7 +118903,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zCurveHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118902,7 +118914,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zCurveCurveArrow1: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118916,7 +118929,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zCurveArrow2: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118931,7 +118945,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -118946,7 +118961,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -118964,7 +118980,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xAxisArrowHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118978,7 +118995,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xAxis: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -118992,7 +119010,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xAxisHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119006,7 +119025,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -119024,7 +119044,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yAxisArrowHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119039,7 +119060,8 @@ class Control {
collidable: true,
clippable: false,
visible: false,
opacity: 0.2
opacity: 0.2,
isObject: false
}), NO_STATE_INHERIT),

yShaft: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119049,7 +119071,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yShaftHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119059,7 +119082,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

//----------------------------------------------------------------------------------------------------------
Expand All @@ -119077,7 +119101,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zAxisArrowHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119091,7 +119116,8 @@ class Control {
pickable: true,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),


Expand All @@ -119106,7 +119132,8 @@ class Control {
clippable: false,
pickable: false,
collidable: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zAxisHandle: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119120,7 +119147,8 @@ class Control {
clippable: false,
pickable: true,
collidable: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT)
};

Expand Down Expand Up @@ -119152,7 +119180,8 @@ class Control {
clippable: false,
visible: false,
scale: [1, 1, 1],
rotation: [0, 0, 45]
rotation: [0, 0, 45],
isObject: false
}), NO_STATE_INHERIT),

xHoop: rootNode.addChild(new Mesh(rootNode, { // Full
Expand All @@ -119168,7 +119197,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yHoop: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119180,7 +119210,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zHoop: rootNode.addChild(new Mesh(rootNode, { // Blue hoop about Z-axis
Expand All @@ -119193,7 +119224,8 @@ class Control {
collidable: true,
clippable: false,
backfaces: true,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

xAxisArrow: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119207,7 +119239,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

yAxisArrow: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119221,7 +119254,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT),

zAxisArrow: rootNode.addChild(new Mesh(rootNode, {
Expand All @@ -119235,7 +119269,8 @@ class Control {
pickable: false,
collidable: true,
clippable: false,
visible: false
visible: false,
isObject: false
}), NO_STATE_INHERIT)
};
}
Expand Down
Loading

0 comments on commit 2b34b57

Please sign in to comment.