@shapediver/viewer.features.drawing-tools 3.4.3 → 3.5.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.
- package/dist/api/implementation/DrawingToolsApi.d.ts +1 -2
- package/dist/api/implementation/DrawingToolsApi.d.ts.map +1 -1
- package/dist/api/implementation/DrawingToolsApi.js +21 -12
- package/dist/api/implementation/DrawingToolsApi.js.map +1 -1
- package/dist/api/interfaces/IDrawingToolsApi.d.ts +2 -6
- package/dist/api/interfaces/IDrawingToolsApi.d.ts.map +1 -1
- package/dist/business/implementation/DrawingToolsManager.d.ts +6 -8
- package/dist/business/implementation/DrawingToolsManager.d.ts.map +1 -1
- package/dist/business/implementation/DrawingToolsManager.js +14 -14
- package/dist/business/implementation/DrawingToolsManager.js.map +1 -1
- package/dist/business/implementation/managers/HistoryManager.d.ts +1 -2
- package/dist/business/implementation/managers/HistoryManager.d.ts.map +1 -1
- package/dist/business/implementation/managers/HistoryManager.js.map +1 -1
- package/dist/business/implementation/managers/TextVisualizationManager.d.ts +1 -2
- package/dist/business/implementation/managers/TextVisualizationManager.d.ts.map +1 -1
- package/dist/business/implementation/managers/TextVisualizationManager.js +8 -8
- package/dist/business/implementation/managers/TextVisualizationManager.js.map +1 -1
- package/dist/business/implementation/managers/geometry/GeometryManager.d.ts +3 -4
- package/dist/business/implementation/managers/geometry/GeometryManager.d.ts.map +1 -1
- package/dist/business/implementation/managers/geometry/GeometryManager.js +2 -2
- package/dist/business/implementation/managers/geometry/GeometryManager.js.map +1 -1
- package/dist/business/implementation/managers/geometry/helpers/GeometryManagerHelper.d.ts +2 -2
- package/dist/business/implementation/managers/geometry/helpers/GeometryManagerHelper.d.ts.map +1 -1
- package/dist/business/implementation/managers/geometry/helpers/GeometryManagerHelper.js +4 -0
- package/dist/business/implementation/managers/geometry/helpers/GeometryManagerHelper.js.map +1 -1
- package/dist/business/implementation/managers/interaction/InteractionManager.d.ts +3 -4
- package/dist/business/implementation/managers/interaction/InteractionManager.d.ts.map +1 -1
- package/dist/business/implementation/managers/interaction/InteractionManager.js +23 -7
- package/dist/business/implementation/managers/interaction/InteractionManager.js.map +1 -1
- package/dist/business/implementation/managers/interaction/handlers/DeletionInteractionHandler.js +1 -1
- package/dist/business/implementation/managers/interaction/handlers/DeletionInteractionHandler.js.map +1 -1
- package/dist/business/implementation/managers/interaction/handlers/InsertionInteractionHandler.d.ts +2 -0
- package/dist/business/implementation/managers/interaction/handlers/InsertionInteractionHandler.d.ts.map +1 -1
- package/dist/business/implementation/managers/interaction/handlers/InsertionInteractionHandler.js +30 -7
- package/dist/business/implementation/managers/interaction/handlers/InsertionInteractionHandler.js.map +1 -1
- package/dist/business/implementation/managers/interaction/handlers/MidPointInteractionHandler.js +1 -1
- package/dist/business/implementation/managers/interaction/handlers/MidPointInteractionHandler.js.map +1 -1
- package/dist/business/implementation/managers/interaction/helpers/InteractionManagerHelper.d.ts.map +1 -1
- package/dist/business/implementation/managers/interaction/helpers/InteractionManagerHelper.js +6 -3
- package/dist/business/implementation/managers/interaction/helpers/InteractionManagerHelper.js.map +1 -1
- package/dist/business/interfaces/IDrawingToolsManager.d.ts +6 -38
- package/dist/business/interfaces/IDrawingToolsManager.d.ts.map +1 -1
- package/dist/business/interfaces/IDrawingToolsManager.js.map +1 -1
- package/dist/index.d.ts +6 -15
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -13
- package/dist/index.js.map +1 -1
- package/package.json +11 -10
- package/dist/api/implementation/restrictions/AbstractRestrictionApi.d.ts +0 -10
- package/dist/api/implementation/restrictions/AbstractRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/AbstractRestrictionApi.js +0 -38
- package/dist/api/implementation/restrictions/AbstractRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/AbstractSnapRestrictionApi.d.ts +0 -11
- package/dist/api/implementation/restrictions/AbstractSnapRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/AbstractSnapRestrictionApi.js +0 -40
- package/dist/api/implementation/restrictions/AbstractSnapRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/geometry/GeometryRestrictionApi.d.ts +0 -15
- package/dist/api/implementation/restrictions/geometry/GeometryRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/geometry/GeometryRestrictionApi.js +0 -54
- package/dist/api/implementation/restrictions/geometry/GeometryRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/plane/PlaneRestrictionApi.d.ts +0 -20
- package/dist/api/implementation/restrictions/plane/PlaneRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/plane/PlaneRestrictionApi.js +0 -67
- package/dist/api/implementation/restrictions/plane/PlaneRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/AngularRestrictionApi.d.ts +0 -10
- package/dist/api/implementation/restrictions/plane/snap/AngularRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/AngularRestrictionApi.js +0 -40
- package/dist/api/implementation/restrictions/plane/snap/AngularRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/AxisRestrictionApi.d.ts +0 -7
- package/dist/api/implementation/restrictions/plane/snap/AxisRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/AxisRestrictionApi.js +0 -24
- package/dist/api/implementation/restrictions/plane/snap/AxisRestrictionApi.js.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/GridRestrictionApi.d.ts +0 -10
- package/dist/api/implementation/restrictions/plane/snap/GridRestrictionApi.d.ts.map +0 -1
- package/dist/api/implementation/restrictions/plane/snap/GridRestrictionApi.js +0 -40
- package/dist/api/implementation/restrictions/plane/snap/GridRestrictionApi.js.map +0 -1
- package/dist/api/interfaces/IRestrictionApi.d.ts +0 -11
- package/dist/api/interfaces/IRestrictionApi.d.ts.map +0 -1
- package/dist/api/interfaces/IRestrictionApi.js +0 -3
- package/dist/api/interfaces/IRestrictionApi.js.map +0 -1
- package/dist/api/interfaces/ISnapRestrictionApi.d.ts +0 -13
- package/dist/api/interfaces/ISnapRestrictionApi.d.ts.map +0 -1
- package/dist/api/interfaces/ISnapRestrictionApi.js +0 -3
- package/dist/api/interfaces/ISnapRestrictionApi.js.map +0 -1
- package/dist/business/implementation/managers/geometry/GeometryMathManager.d.ts +0 -82
- package/dist/business/implementation/managers/geometry/GeometryMathManager.d.ts.map +0 -1
- package/dist/business/implementation/managers/geometry/GeometryMathManager.js +0 -245
- package/dist/business/implementation/managers/geometry/GeometryMathManager.js.map +0 -1
- package/dist/business/implementation/managers/interaction/EventManager.d.ts +0 -26
- package/dist/business/implementation/managers/interaction/EventManager.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/EventManager.js +0 -63
- package/dist/business/implementation/managers/interaction/EventManager.js.map +0 -1
- package/dist/business/implementation/managers/interaction/RestrictionManager.d.ts +0 -19
- package/dist/business/implementation/managers/interaction/RestrictionManager.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/RestrictionManager.js +0 -113
- package/dist/business/implementation/managers/interaction/RestrictionManager.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/AbstractRestriction.d.ts +0 -19
- package/dist/business/implementation/managers/interaction/restrictions/AbstractRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/AbstractRestriction.js +0 -105
- package/dist/business/implementation/managers/interaction/restrictions/AbstractRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/AbstractSnapRestriction.d.ts +0 -31
- package/dist/business/implementation/managers/interaction/restrictions/AbstractSnapRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/AbstractSnapRestriction.js +0 -125
- package/dist/business/implementation/managers/interaction/restrictions/AbstractSnapRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/geometry/GeometryRestriction.d.ts +0 -40
- package/dist/business/implementation/managers/interaction/restrictions/geometry/GeometryRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/geometry/GeometryRestriction.js +0 -257
- package/dist/business/implementation/managers/interaction/restrictions/geometry/GeometryRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.d.ts +0 -66
- package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.js +0 -244
- package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AngularRestriction.d.ts +0 -39
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AngularRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AngularRestriction.js +0 -317
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AngularRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AxisRestriction.d.ts +0 -27
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AxisRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AxisRestriction.js +0 -165
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/AxisRestriction.js.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/GridRestriction.d.ts +0 -39
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/GridRestriction.d.ts.map +0 -1
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/GridRestriction.js +0 -212
- package/dist/business/implementation/managers/interaction/restrictions/plane/snap/GridRestriction.js.map +0 -1
- package/dist/business/implementation/utils/numberCleaner.d.ts +0 -2
- package/dist/business/implementation/utils/numberCleaner.d.ts.map +0 -1
- package/dist/business/implementation/utils/numberCleaner.js +0 -9
- package/dist/business/implementation/utils/numberCleaner.js.map +0 -1
- package/dist/business/interfaces/IManager.d.ts +0 -4
- package/dist/business/interfaces/IManager.d.ts.map +0 -1
- package/dist/business/interfaces/IManager.js +0 -3
- package/dist/business/interfaces/IManager.js.map +0 -1
- package/dist/business/interfaces/IRestriction.d.ts +0 -40
- package/dist/business/interfaces/IRestriction.d.ts.map +0 -1
- package/dist/business/interfaces/IRestriction.js +0 -12
- package/dist/business/interfaces/IRestriction.js.map +0 -1
- package/dist/business/interfaces/IRestrictionBase.d.ts +0 -19
- package/dist/business/interfaces/IRestrictionBase.d.ts.map +0 -1
- package/dist/business/interfaces/IRestrictionBase.js +0 -5
- package/dist/business/interfaces/IRestrictionBase.js.map +0 -1
- package/dist/business/interfaces/ISnapRestriction.d.ts +0 -52
- package/dist/business/interfaces/ISnapRestriction.d.ts.map +0 -1
- package/dist/business/interfaces/ISnapRestriction.js +0 -4
- package/dist/business/interfaces/ISnapRestriction.js.map +0 -1
- package/dist/three/CSS2DRenderer.d.ts +0 -32
- package/dist/three/CSS2DRenderer.d.ts.map +0 -1
- package/dist/three/CSS2DRenderer.js +0 -137
- package/dist/three/CSS2DRenderer.js.map +0 -1
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
26
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
27
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
28
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
29
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
30
|
-
};
|
|
31
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
32
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
33
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
34
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
35
|
-
};
|
|
36
|
-
var _GeometryRestriction_eventEngine, _GeometryRestriction_rayCasterParams, _GeometryRestriction_raycaster, _GeometryRestriction_viewport, _GeometryRestriction_geometryMathManager, _GeometryRestriction_lineIntersectionPercentage, _GeometryRestriction_nodes, _GeometryRestriction_pointIntersectionPercentage, _GeometryRestriction_sceneBoundingSphereRadius, _GeometryRestriction_settings, _GeometryRestriction_snapRestrictions, _GeometryRestriction_snapToEdges, _GeometryRestriction_snapToFaces, _GeometryRestriction_snapToVertices, _GeometryRestriction_visualizationObject, _GeometryRestriction_wireframe, _GeometryRestriction_wireframeColor;
|
|
37
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.GeometryRestriction = void 0;
|
|
39
|
-
const THREE = __importStar(require("three"));
|
|
40
|
-
const AbstractRestriction_1 = require("../AbstractRestriction");
|
|
41
|
-
const viewer_shared_math_1 = require("@shapediver/viewer.shared.math");
|
|
42
|
-
const viewer_shared_services_1 = require("@shapediver/viewer.shared.services");
|
|
43
|
-
const gl_matrix_1 = require("gl-matrix");
|
|
44
|
-
const viewer_1 = require("@shapediver/viewer");
|
|
45
|
-
// #endregion Type aliases (1)
|
|
46
|
-
// #region Classes (1)
|
|
47
|
-
class GeometryRestriction extends AbstractRestriction_1.AbstractRestriction {
|
|
48
|
-
// #endregion Properties (17)
|
|
49
|
-
// #region Constructors (1)
|
|
50
|
-
constructor(drawingToolsManager, id, properties) {
|
|
51
|
-
var _a, _b;
|
|
52
|
-
super(drawingToolsManager, id);
|
|
53
|
-
// #region Properties (17)
|
|
54
|
-
_GeometryRestriction_eventEngine.set(this, viewer_shared_services_1.EventEngine.instance);
|
|
55
|
-
_GeometryRestriction_rayCasterParams.set(this, {
|
|
56
|
-
Line: { threshold: 1 },
|
|
57
|
-
Line2: { threshold: 1 },
|
|
58
|
-
Points: { threshold: 1 },
|
|
59
|
-
Mesh: {},
|
|
60
|
-
LOD: {},
|
|
61
|
-
Sprite: {}
|
|
62
|
-
});
|
|
63
|
-
_GeometryRestriction_raycaster.set(this, new THREE.Raycaster());
|
|
64
|
-
_GeometryRestriction_viewport.set(this, void 0);
|
|
65
|
-
_GeometryRestriction_geometryMathManager.set(this, void 0);
|
|
66
|
-
_GeometryRestriction_lineIntersectionPercentage.set(this, 0.025);
|
|
67
|
-
_GeometryRestriction_nodes.set(this, []);
|
|
68
|
-
_GeometryRestriction_pointIntersectionPercentage.set(this, 0.025);
|
|
69
|
-
_GeometryRestriction_sceneBoundingSphereRadius.set(this, 0);
|
|
70
|
-
_GeometryRestriction_settings.set(this, void 0);
|
|
71
|
-
_GeometryRestriction_snapRestrictions.set(this, {});
|
|
72
|
-
_GeometryRestriction_snapToEdges.set(this, true);
|
|
73
|
-
_GeometryRestriction_snapToFaces.set(this, true);
|
|
74
|
-
_GeometryRestriction_snapToVertices.set(this, true);
|
|
75
|
-
_GeometryRestriction_visualizationObject.set(this, new THREE.Object3D());
|
|
76
|
-
_GeometryRestriction_wireframe.set(this, void 0);
|
|
77
|
-
_GeometryRestriction_wireframeColor.set(this, void 0);
|
|
78
|
-
__classPrivateFieldSet(this, _GeometryRestriction_viewport, drawingToolsManager.viewport, "f");
|
|
79
|
-
__classPrivateFieldSet(this, _GeometryRestriction_settings, drawingToolsManager.settings, "f");
|
|
80
|
-
__classPrivateFieldSet(this, _GeometryRestriction_geometryMathManager, drawingToolsManager.geometryMathManager, "f");
|
|
81
|
-
__classPrivateFieldSet(this, _GeometryRestriction_wireframe, (_a = properties.wireframe) !== null && _a !== void 0 ? _a : true, "f");
|
|
82
|
-
__classPrivateFieldSet(this, _GeometryRestriction_wireframeColor, (_b = properties.wireframeColor) !== null && _b !== void 0 ? _b : __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.color_1, "f");
|
|
83
|
-
__classPrivateFieldSet(this, _GeometryRestriction_sceneBoundingSphereRadius, viewer_1.sceneTree.root.boundingBox.boundingSphere.radius, "f");
|
|
84
|
-
this.updateIntersectionThresholds();
|
|
85
|
-
__classPrivateFieldGet(this, _GeometryRestriction_eventEngine, "f").addListener(viewer_shared_services_1.EVENTTYPE.SCENE.SCENE_BOUNDING_BOX_CHANGE, (e) => {
|
|
86
|
-
const event = e;
|
|
87
|
-
if (event.viewportId === __classPrivateFieldGet(this, _GeometryRestriction_viewport, "f").id) {
|
|
88
|
-
const boundingBox = new viewer_shared_math_1.Box(event.boundingBox.min, event.boundingBox.max);
|
|
89
|
-
__classPrivateFieldSet(this, _GeometryRestriction_sceneBoundingSphereRadius, boundingBox.boundingSphere.radius, "f");
|
|
90
|
-
this.updateIntersectionThresholds();
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
this.updateNodes(properties.nodes);
|
|
94
|
-
}
|
|
95
|
-
// #endregion Constructors (1)
|
|
96
|
-
// #region Public Getters And Setters (8)
|
|
97
|
-
get priority() {
|
|
98
|
-
return 0;
|
|
99
|
-
}
|
|
100
|
-
get snapRestrictions() {
|
|
101
|
-
return __classPrivateFieldGet(this, _GeometryRestriction_snapRestrictions, "f");
|
|
102
|
-
}
|
|
103
|
-
get snapToEdges() {
|
|
104
|
-
return __classPrivateFieldGet(this, _GeometryRestriction_snapToEdges, "f");
|
|
105
|
-
}
|
|
106
|
-
set snapToEdges(value) {
|
|
107
|
-
__classPrivateFieldSet(this, _GeometryRestriction_snapToEdges, value, "f");
|
|
108
|
-
}
|
|
109
|
-
get snapToFaces() {
|
|
110
|
-
return __classPrivateFieldGet(this, _GeometryRestriction_snapToFaces, "f");
|
|
111
|
-
}
|
|
112
|
-
set snapToFaces(value) {
|
|
113
|
-
__classPrivateFieldSet(this, _GeometryRestriction_snapToFaces, value, "f");
|
|
114
|
-
}
|
|
115
|
-
get snapToVertices() {
|
|
116
|
-
return __classPrivateFieldGet(this, _GeometryRestriction_snapToVertices, "f");
|
|
117
|
-
}
|
|
118
|
-
set snapToVertices(value) {
|
|
119
|
-
__classPrivateFieldSet(this, _GeometryRestriction_snapToVertices, value, "f");
|
|
120
|
-
}
|
|
121
|
-
// #endregion Public Getters And Setters (8)
|
|
122
|
-
// #region Public Methods (2)
|
|
123
|
-
rayTrace(ray, metaData) {
|
|
124
|
-
if (this.enabled === false)
|
|
125
|
-
return;
|
|
126
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_snapToVertices, "f") === false && __classPrivateFieldGet(this, _GeometryRestriction_snapToEdges, "f") === false && __classPrivateFieldGet(this, _GeometryRestriction_snapToFaces, "f") === false)
|
|
127
|
-
return;
|
|
128
|
-
// assign raycaster parameters
|
|
129
|
-
__classPrivateFieldGet(this, _GeometryRestriction_raycaster, "f").params = __classPrivateFieldGet(this, _GeometryRestriction_rayCasterParams, "f");
|
|
130
|
-
__classPrivateFieldGet(this, _GeometryRestriction_raycaster, "f").ray.direction.set(ray.direction[0], ray.direction[1], ray.direction[2]);
|
|
131
|
-
__classPrivateFieldGet(this, _GeometryRestriction_raycaster, "f").ray.origin.set(ray.origin[0], ray.origin[1], ray.origin[2]);
|
|
132
|
-
// intersect all nodes
|
|
133
|
-
let intersections = [];
|
|
134
|
-
__classPrivateFieldGet(this, _GeometryRestriction_nodes, "f").forEach(node => {
|
|
135
|
-
const threeJsObject = node.convertedObject[__classPrivateFieldGet(this, _GeometryRestriction_viewport, "f").id];
|
|
136
|
-
if (threeJsObject) {
|
|
137
|
-
const currentIntersections = __classPrivateFieldGet(this, _GeometryRestriction_raycaster, "f").intersectObject(threeJsObject);
|
|
138
|
-
intersections = intersections.concat(currentIntersections);
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
// sort
|
|
142
|
-
intersections.sort((a, b) => a.distance - b.distance);
|
|
143
|
-
// return first intersection
|
|
144
|
-
if (intersections.length > 0) {
|
|
145
|
-
const object = intersections[0].object;
|
|
146
|
-
const geometry = object.geometry;
|
|
147
|
-
const positionAttribute = geometry.getAttribute('position');
|
|
148
|
-
if (object instanceof THREE.Points && intersections[0].index !== undefined) {
|
|
149
|
-
if (!__classPrivateFieldGet(this, _GeometryRestriction_snapToVertices, "f"))
|
|
150
|
-
return;
|
|
151
|
-
const vertex = new THREE.Vector3();
|
|
152
|
-
vertex.fromBufferAttribute(positionAttribute, intersections[0].index);
|
|
153
|
-
object.localToWorld(vertex);
|
|
154
|
-
return gl_matrix_1.vec3.fromValues(vertex.x, vertex.y, vertex.z);
|
|
155
|
-
}
|
|
156
|
-
const intersectionPoint = intersections[0].point;
|
|
157
|
-
const intersectionPointVec3 = gl_matrix_1.vec3.fromValues(intersectionPoint.x, intersectionPoint.y, intersectionPoint.z);
|
|
158
|
-
if (!intersections[0].face)
|
|
159
|
-
return intersectionPointVec3;
|
|
160
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_snapToVertices, "f") === true || __classPrivateFieldGet(this, _GeometryRestriction_snapToEdges, "f") === true) {
|
|
161
|
-
const vertexA = new THREE.Vector3();
|
|
162
|
-
vertexA.fromBufferAttribute(positionAttribute, intersections[0].face.a);
|
|
163
|
-
object.localToWorld(vertexA);
|
|
164
|
-
const vertexAVec3 = gl_matrix_1.vec3.fromValues(vertexA.x, vertexA.y, vertexA.z);
|
|
165
|
-
const vertexB = new THREE.Vector3();
|
|
166
|
-
vertexB.fromBufferAttribute(positionAttribute, intersections[0].face.b);
|
|
167
|
-
object.localToWorld(vertexB);
|
|
168
|
-
const vertexBVec3 = gl_matrix_1.vec3.fromValues(vertexB.x, vertexB.y, vertexB.z);
|
|
169
|
-
const vertexC = new THREE.Vector3();
|
|
170
|
-
vertexC.fromBufferAttribute(positionAttribute, intersections[0].face.c);
|
|
171
|
-
object.localToWorld(vertexC);
|
|
172
|
-
const vertexCVec3 = gl_matrix_1.vec3.fromValues(vertexC.x, vertexC.y, vertexC.z);
|
|
173
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_snapToVertices, "f") === true) {
|
|
174
|
-
const distanceA = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, vertexAVec3, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
175
|
-
const distanceB = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, vertexBVec3, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
176
|
-
const distanceC = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, vertexCVec3, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
177
|
-
// part 1 - check if the intersection point is close to a vertex
|
|
178
|
-
if (distanceA.check && distanceA.distanceSquared < distanceB.distanceSquared && distanceA.distanceSquared < distanceC.distanceSquared) {
|
|
179
|
-
return gl_matrix_1.vec3.fromValues(vertexA.x, vertexA.y, vertexA.z);
|
|
180
|
-
}
|
|
181
|
-
else if (distanceB.check && distanceB.distanceSquared < distanceA.distanceSquared && distanceB.distanceSquared < distanceC.distanceSquared) {
|
|
182
|
-
return gl_matrix_1.vec3.fromValues(vertexB.x, vertexB.y, vertexB.z);
|
|
183
|
-
}
|
|
184
|
-
else if (distanceC.check && distanceC.distanceSquared < distanceA.distanceSquared && distanceC.distanceSquared < distanceB.distanceSquared) {
|
|
185
|
-
return gl_matrix_1.vec3.fromValues(vertexC.x, vertexC.y, vertexC.z);
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_snapToEdges, "f") === true) {
|
|
189
|
-
// part 2 - check if the intersection point is close to an edge
|
|
190
|
-
// create the closest points on the edges
|
|
191
|
-
const closestPointOnEdgeAB = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").closestPointOnLine(vertexAVec3, vertexBVec3, intersectionPointVec3);
|
|
192
|
-
const closestPointOnEdgeBC = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").closestPointOnLine(vertexBVec3, vertexCVec3, intersectionPointVec3);
|
|
193
|
-
const closestPointOnEdgeCA = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").closestPointOnLine(vertexCVec3, vertexAVec3, intersectionPointVec3);
|
|
194
|
-
// create the distances
|
|
195
|
-
const distanceAB = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, closestPointOnEdgeAB, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
196
|
-
const distanceBC = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, closestPointOnEdgeBC, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
197
|
-
const distanceCA = __classPrivateFieldGet(this, _GeometryRestriction_geometryMathManager, "f").screenSpaceDistanceCheck(intersectionPointVec3, closestPointOnEdgeCA, __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.points.size_0 * __classPrivateFieldGet(this, _GeometryRestriction_settings, "f").visualization.distanceMultiplicationFactor);
|
|
198
|
-
// check if the intersection point is close to an edge
|
|
199
|
-
if (distanceAB.check && distanceAB.distanceSquared < distanceBC.distanceSquared && distanceAB.distanceSquared < distanceCA.distanceSquared) {
|
|
200
|
-
return closestPointOnEdgeAB;
|
|
201
|
-
}
|
|
202
|
-
else if (distanceBC.check && distanceBC.distanceSquared < distanceAB.distanceSquared && distanceBC.distanceSquared < distanceCA.distanceSquared) {
|
|
203
|
-
return closestPointOnEdgeBC;
|
|
204
|
-
}
|
|
205
|
-
else if (distanceCA.check && distanceCA.distanceSquared < distanceAB.distanceSquared && distanceCA.distanceSquared < distanceBC.distanceSquared) {
|
|
206
|
-
return closestPointOnEdgeCA;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_snapToFaces, "f") === true) {
|
|
211
|
-
// part 3 - face intersection
|
|
212
|
-
return gl_matrix_1.vec3.fromValues(intersectionPoint.x, intersectionPoint.y, intersectionPoint.z);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
return;
|
|
216
|
-
}
|
|
217
|
-
updateNodes(nodes) {
|
|
218
|
-
__classPrivateFieldSet(this, _GeometryRestriction_nodes, nodes, "f");
|
|
219
|
-
if (__classPrivateFieldGet(this, _GeometryRestriction_wireframe, "f")) {
|
|
220
|
-
__classPrivateFieldGet(this, _GeometryRestriction_visualizationObject, "f").traverse((object) => {
|
|
221
|
-
if (object instanceof THREE.LineSegments) {
|
|
222
|
-
object.geometry.dispose();
|
|
223
|
-
object.material.dispose();
|
|
224
|
-
}
|
|
225
|
-
});
|
|
226
|
-
this._object3D.remove(__classPrivateFieldGet(this, _GeometryRestriction_visualizationObject, "f"));
|
|
227
|
-
__classPrivateFieldSet(this, _GeometryRestriction_visualizationObject, new THREE.Object3D(), "f");
|
|
228
|
-
__classPrivateFieldGet(this, _GeometryRestriction_nodes, "f").forEach(node => {
|
|
229
|
-
const threeJsObject = node.convertedObject[__classPrivateFieldGet(this, _GeometryRestriction_viewport, "f").id];
|
|
230
|
-
if (threeJsObject) {
|
|
231
|
-
threeJsObject.traverse((object) => {
|
|
232
|
-
if (object instanceof THREE.Mesh) {
|
|
233
|
-
const wireframe = new THREE.WireframeGeometry(object.geometry);
|
|
234
|
-
const line = new THREE.LineSegments(wireframe, new THREE.LineBasicMaterial({ color: new THREE.Color(__classPrivateFieldGet(this, _GeometryRestriction_wireframeColor, "f")) }));
|
|
235
|
-
__classPrivateFieldGet(this, _GeometryRestriction_visualizationObject, "f").add(line);
|
|
236
|
-
}
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
});
|
|
240
|
-
this._object3D.add(__classPrivateFieldGet(this, _GeometryRestriction_visualizationObject, "f"));
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
// #endregion Public Methods (2)
|
|
244
|
-
// #region Protected Methods (1)
|
|
245
|
-
visibilityChanged() { }
|
|
246
|
-
// #endregion Protected Methods (1)
|
|
247
|
-
// #region Private Methods (1)
|
|
248
|
-
updateIntersectionThresholds() {
|
|
249
|
-
__classPrivateFieldGet(this, _GeometryRestriction_rayCasterParams, "f").Points.threshold = __classPrivateFieldGet(this, _GeometryRestriction_sceneBoundingSphereRadius, "f") * __classPrivateFieldGet(this, _GeometryRestriction_pointIntersectionPercentage, "f");
|
|
250
|
-
__classPrivateFieldGet(this, _GeometryRestriction_rayCasterParams, "f").Line.threshold = __classPrivateFieldGet(this, _GeometryRestriction_sceneBoundingSphereRadius, "f") * __classPrivateFieldGet(this, _GeometryRestriction_lineIntersectionPercentage, "f");
|
|
251
|
-
__classPrivateFieldGet(this, _GeometryRestriction_rayCasterParams, "f").Line2.threshold = __classPrivateFieldGet(this, _GeometryRestriction_sceneBoundingSphereRadius, "f") * __classPrivateFieldGet(this, _GeometryRestriction_lineIntersectionPercentage, "f");
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
exports.GeometryRestriction = GeometryRestriction;
|
|
255
|
-
_GeometryRestriction_eventEngine = new WeakMap(), _GeometryRestriction_rayCasterParams = new WeakMap(), _GeometryRestriction_raycaster = new WeakMap(), _GeometryRestriction_viewport = new WeakMap(), _GeometryRestriction_geometryMathManager = new WeakMap(), _GeometryRestriction_lineIntersectionPercentage = new WeakMap(), _GeometryRestriction_nodes = new WeakMap(), _GeometryRestriction_pointIntersectionPercentage = new WeakMap(), _GeometryRestriction_sceneBoundingSphereRadius = new WeakMap(), _GeometryRestriction_settings = new WeakMap(), _GeometryRestriction_snapRestrictions = new WeakMap(), _GeometryRestriction_snapToEdges = new WeakMap(), _GeometryRestriction_snapToFaces = new WeakMap(), _GeometryRestriction_snapToVertices = new WeakMap(), _GeometryRestriction_visualizationObject = new WeakMap(), _GeometryRestriction_wireframe = new WeakMap(), _GeometryRestriction_wireframeColor = new WeakMap();
|
|
256
|
-
// #endregion Classes (1)
|
|
257
|
-
//# sourceMappingURL=GeometryRestriction.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GeometryRestriction.js","sourceRoot":"","sources":["../../../../../../../src/business/implementation/managers/interaction/restrictions/geometry/GeometryRestriction.ts"],"names":[],"mappings":"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"}
|
package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.d.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { AbstractRestriction } from '../AbstractRestriction';
|
|
2
|
-
import { AngularRestriction, AngularRestrictionProperties } from './snap/AngularRestriction';
|
|
3
|
-
import { AxisRestriction, AxisRestrictionProperties } from './snap/AxisRestriction';
|
|
4
|
-
import { DrawingToolsManager } from '../../../../DrawingToolsManager';
|
|
5
|
-
import { GridRestriction, GridRestrictionProperties } from './snap/GridRestriction';
|
|
6
|
-
import { IRay } from '@shapediver/viewer.features.interaction';
|
|
7
|
-
import { IRestriction, RestrictionMetaData, RestrictionProperties } from '../../../../../interfaces/IRestriction';
|
|
8
|
-
import { ISnapRestriction } from '../../../../../interfaces/ISnapRestriction';
|
|
9
|
-
import { mat4, vec3 } from 'gl-matrix';
|
|
10
|
-
export declare type PlaneRestrictionProperties = {
|
|
11
|
-
/**
|
|
12
|
-
* The origin of the plane.
|
|
13
|
-
*
|
|
14
|
-
* @default vec3.fromValues(0, 0, 0)
|
|
15
|
-
*/
|
|
16
|
-
origin?: vec3;
|
|
17
|
-
/**
|
|
18
|
-
* Vector U of the plane
|
|
19
|
-
* with the cross product of vector_u and vector_v the normal of the plane can be calculated
|
|
20
|
-
*/
|
|
21
|
-
vector_u?: vec3;
|
|
22
|
-
/**
|
|
23
|
-
* Vector V of the plane
|
|
24
|
-
* with the cross product of vector_u and vector_v the normal of the plane can be calculated
|
|
25
|
-
*/
|
|
26
|
-
vector_v?: vec3;
|
|
27
|
-
/**
|
|
28
|
-
* grid snap restriction
|
|
29
|
-
*/
|
|
30
|
-
gridSnapRestriction?: GridRestrictionProperties;
|
|
31
|
-
/**
|
|
32
|
-
* angular snap restriction
|
|
33
|
-
*/
|
|
34
|
-
angularSnapRestriction?: AngularRestrictionProperties;
|
|
35
|
-
/**
|
|
36
|
-
* axis snap restriction
|
|
37
|
-
*/
|
|
38
|
-
axisSnapRestriction?: AxisRestrictionProperties;
|
|
39
|
-
} & RestrictionProperties;
|
|
40
|
-
export declare class PlaneRestriction extends AbstractRestriction implements IRestriction {
|
|
41
|
-
#private;
|
|
42
|
-
constructor(drawingToolsManager: DrawingToolsManager, id: string, properties: PlaneRestrictionProperties);
|
|
43
|
-
get angularRestriction(): AngularRestriction;
|
|
44
|
-
get axisRestriction(): AxisRestriction;
|
|
45
|
-
get gridRestriction(): GridRestriction;
|
|
46
|
-
get normal(): vec3;
|
|
47
|
-
get origin(): vec3;
|
|
48
|
-
set origin(value: vec3);
|
|
49
|
-
get priority(): number;
|
|
50
|
-
get snapRestrictions(): {
|
|
51
|
-
[key: string]: ISnapRestriction;
|
|
52
|
-
};
|
|
53
|
-
get transformationFromXYPlaneMatrix(): mat4;
|
|
54
|
-
get transformationToXYPlaneMatrix(): mat4;
|
|
55
|
-
get vectorU(): vec3;
|
|
56
|
-
set vectorU(value: vec3);
|
|
57
|
-
get vectorV(): vec3;
|
|
58
|
-
set vectorV(value: vec3);
|
|
59
|
-
rayTrace(ray: IRay, metaData?: RestrictionMetaData): vec3 | undefined;
|
|
60
|
-
protected visibilityChanged(): void;
|
|
61
|
-
private createDefaultPlane;
|
|
62
|
-
private createTransformationMatrices;
|
|
63
|
-
private snap;
|
|
64
|
-
private updatePlaneDefinition;
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=PlaneRestriction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlaneRestriction.d.ts","sourceRoot":"","sources":["../../../../../../../src/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AAC7F,OAAO,EAAE,eAAe,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAOpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACpF,OAAO,EAAE,IAAI,EAAgB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAClH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAC9E,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAKvC,oBAAY,0BAA0B,GAAG;IACrC;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAA;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAEhB;;OAEG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAEhD;;OAEG;IACH,sBAAsB,CAAC,EAAE,4BAA4B,CAAC;IAEtD;;OAEG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;CACnD,GAAG,qBAAqB,CAAC;AAM1B,qBAAa,gBAAiB,SAAQ,mBAAoB,YAAW,YAAY;;gBAuBjE,mBAAmB,EAAE,mBAAmB,EAAE,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,0BAA0B;IAyBxG,IAAW,kBAAkB,IAAI,kBAAkB,CAElD;IAED,IAAW,eAAe,IAAI,eAAe,CAE5C;IAED,IAAW,eAAe,IAAI,eAAe,CAE5C;IAED,IAAW,MAAM,IAAI,IAAI,CAExB;IAED,IAAW,MAAM,IAAI,IAAI,CAExB;IAED,IAAW,MAAM,CAAC,KAAK,EAAE,IAAI,EAG5B;IAED,IAAW,QAAQ,IAAI,MAAM,CAE5B;IAED,IAAW,gBAAgB,IAAI;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAAC;KAAE,CAElE;IAED,IAAW,+BAA+B,IAAI,IAAI,CAEjD;IAED,IAAW,6BAA6B,IAAI,IAAI,CAE/C;IAED,IAAW,OAAO,IAAI,IAAI,CAEzB;IAED,IAAW,OAAO,CAAC,KAAK,EAAE,IAAI,EAG7B;IAED,IAAW,OAAO,IAAI,IAAI,CAEzB;IAED,IAAW,OAAO,CAAC,KAAK,EAAE,IAAI,EAG7B;IAMM,QAAQ,CAAC,GAAG,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS;IAmB5E,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAMnC,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,4BAA4B;IAuBpC,OAAO,CAAC,IAAI;IA4CZ,OAAO,CAAC,qBAAqB;CAmDhC"}
|
package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.js
DELETED
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
-
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
-
};
|
|
13
|
-
var _PlaneRestriction_properties, _PlaneRestriction_uuidGenerator, _PlaneRestriction_viewport, _PlaneRestriction_angularRestriction, _PlaneRestriction_axisRestriction, _PlaneRestriction_cameraId, _PlaneRestriction_gridRestriction, _PlaneRestriction_normal, _PlaneRestriction_origin, _PlaneRestriction_snapRestrictions, _PlaneRestriction_transformationFromXYPlaneMatrix, _PlaneRestriction_transformationToXYPlaneMatrix, _PlaneRestriction_vectorU, _PlaneRestriction_vectorV;
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.PlaneRestriction = void 0;
|
|
16
|
-
const AbstractRestriction_1 = require("../AbstractRestriction");
|
|
17
|
-
const AngularRestriction_1 = require("./snap/AngularRestriction");
|
|
18
|
-
const AxisRestriction_1 = require("./snap/AxisRestriction");
|
|
19
|
-
const viewer_1 = require("@shapediver/viewer");
|
|
20
|
-
const GridRestriction_1 = require("./snap/GridRestriction");
|
|
21
|
-
const gl_matrix_1 = require("gl-matrix");
|
|
22
|
-
const viewer_shared_services_1 = require("@shapediver/viewer.shared.services");
|
|
23
|
-
// #endregion Type aliases (1)
|
|
24
|
-
// #region Classes (1)
|
|
25
|
-
class PlaneRestriction extends AbstractRestriction_1.AbstractRestriction {
|
|
26
|
-
// #endregion Properties (14)
|
|
27
|
-
// #region Constructors (1)
|
|
28
|
-
constructor(drawingToolsManager, id, properties) {
|
|
29
|
-
super(drawingToolsManager, id);
|
|
30
|
-
// #region Properties (14)
|
|
31
|
-
_PlaneRestriction_properties.set(this, void 0);
|
|
32
|
-
_PlaneRestriction_uuidGenerator.set(this, viewer_shared_services_1.UuidGenerator.instance);
|
|
33
|
-
_PlaneRestriction_viewport.set(this, void 0);
|
|
34
|
-
_PlaneRestriction_angularRestriction.set(this, void 0);
|
|
35
|
-
_PlaneRestriction_axisRestriction.set(this, void 0);
|
|
36
|
-
_PlaneRestriction_cameraId.set(this, '');
|
|
37
|
-
_PlaneRestriction_gridRestriction.set(this, void 0);
|
|
38
|
-
_PlaneRestriction_normal.set(this, gl_matrix_1.vec3.create());
|
|
39
|
-
_PlaneRestriction_origin.set(this, gl_matrix_1.vec3.create());
|
|
40
|
-
_PlaneRestriction_snapRestrictions.set(this, void 0);
|
|
41
|
-
_PlaneRestriction_transformationFromXYPlaneMatrix.set(this, gl_matrix_1.mat4.create());
|
|
42
|
-
_PlaneRestriction_transformationToXYPlaneMatrix.set(this, gl_matrix_1.mat4.create());
|
|
43
|
-
_PlaneRestriction_vectorU.set(this, gl_matrix_1.vec3.create());
|
|
44
|
-
_PlaneRestriction_vectorV.set(this, gl_matrix_1.vec3.create());
|
|
45
|
-
__classPrivateFieldSet(this, _PlaneRestriction_viewport, drawingToolsManager.viewport, "f");
|
|
46
|
-
__classPrivateFieldSet(this, _PlaneRestriction_cameraId, __classPrivateFieldGet(this, _PlaneRestriction_viewport, "f").camera.id, "f");
|
|
47
|
-
__classPrivateFieldSet(this, _PlaneRestriction_properties, properties, "f");
|
|
48
|
-
__classPrivateFieldSet(this, _PlaneRestriction_gridRestriction, new GridRestriction_1.GridRestriction(drawingToolsManager, this, __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").gridSnapRestriction), "f");
|
|
49
|
-
__classPrivateFieldSet(this, _PlaneRestriction_angularRestriction, new AngularRestriction_1.AngularRestriction(drawingToolsManager, this, __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").angularSnapRestriction), "f");
|
|
50
|
-
__classPrivateFieldSet(this, _PlaneRestriction_axisRestriction, new AxisRestriction_1.AxisRestriction(drawingToolsManager, this, __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").axisSnapRestriction), "f");
|
|
51
|
-
this.updatePlaneDefinition();
|
|
52
|
-
__classPrivateFieldSet(this, _PlaneRestriction_snapRestrictions, {
|
|
53
|
-
grid: __classPrivateFieldGet(this, _PlaneRestriction_gridRestriction, "f"),
|
|
54
|
-
angular: __classPrivateFieldGet(this, _PlaneRestriction_angularRestriction, "f"),
|
|
55
|
-
axis: __classPrivateFieldGet(this, _PlaneRestriction_axisRestriction, "f")
|
|
56
|
-
}, "f");
|
|
57
|
-
}
|
|
58
|
-
// #endregion Constructors (1)
|
|
59
|
-
// #region Public Getters And Setters (14)
|
|
60
|
-
get angularRestriction() {
|
|
61
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_angularRestriction, "f");
|
|
62
|
-
}
|
|
63
|
-
get axisRestriction() {
|
|
64
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_axisRestriction, "f");
|
|
65
|
-
}
|
|
66
|
-
get gridRestriction() {
|
|
67
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_gridRestriction, "f");
|
|
68
|
-
}
|
|
69
|
-
get normal() {
|
|
70
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_normal, "f");
|
|
71
|
-
}
|
|
72
|
-
get origin() {
|
|
73
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_origin, "f");
|
|
74
|
-
}
|
|
75
|
-
set origin(value) {
|
|
76
|
-
__classPrivateFieldSet(this, _PlaneRestriction_origin, value, "f");
|
|
77
|
-
this.updatePlaneDefinition();
|
|
78
|
-
}
|
|
79
|
-
get priority() {
|
|
80
|
-
return -1;
|
|
81
|
-
}
|
|
82
|
-
get snapRestrictions() {
|
|
83
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_snapRestrictions, "f");
|
|
84
|
-
}
|
|
85
|
-
get transformationFromXYPlaneMatrix() {
|
|
86
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_transformationFromXYPlaneMatrix, "f");
|
|
87
|
-
}
|
|
88
|
-
get transformationToXYPlaneMatrix() {
|
|
89
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_transformationToXYPlaneMatrix, "f");
|
|
90
|
-
}
|
|
91
|
-
get vectorU() {
|
|
92
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_vectorU, "f");
|
|
93
|
-
}
|
|
94
|
-
set vectorU(value) {
|
|
95
|
-
__classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_u = value;
|
|
96
|
-
this.updatePlaneDefinition();
|
|
97
|
-
}
|
|
98
|
-
get vectorV() {
|
|
99
|
-
return __classPrivateFieldGet(this, _PlaneRestriction_vectorV, "f");
|
|
100
|
-
}
|
|
101
|
-
set vectorV(value) {
|
|
102
|
-
__classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_v = value;
|
|
103
|
-
this.updatePlaneDefinition();
|
|
104
|
-
}
|
|
105
|
-
// #endregion Public Getters And Setters (14)
|
|
106
|
-
// #region Public Methods (1)
|
|
107
|
-
rayTrace(ray, metaData) {
|
|
108
|
-
if (this.enabled === false)
|
|
109
|
-
return gl_matrix_1.vec3.create();
|
|
110
|
-
if (__classPrivateFieldGet(this, _PlaneRestriction_cameraId, "f") !== __classPrivateFieldGet(this, _PlaneRestriction_viewport, "f").camera.id)
|
|
111
|
-
this.updatePlaneDefinition();
|
|
112
|
-
let origin = __classPrivateFieldGet(this, _PlaneRestriction_origin, "f");
|
|
113
|
-
if (metaData === null || metaData === void 0 ? void 0 : metaData.referencePoint)
|
|
114
|
-
origin = gl_matrix_1.vec3.sub(gl_matrix_1.vec3.create(), __classPrivateFieldGet(this, _PlaneRestriction_origin, "f"), gl_matrix_1.vec3.scale(gl_matrix_1.vec3.create(), __classPrivateFieldGet(this, _PlaneRestriction_normal, "f"), gl_matrix_1.vec3.dot(gl_matrix_1.vec3.sub(gl_matrix_1.vec3.create(), __classPrivateFieldGet(this, _PlaneRestriction_origin, "f"), metaData.referencePoint), __classPrivateFieldGet(this, _PlaneRestriction_normal, "f"))));
|
|
115
|
-
// find intersection of ray and plane
|
|
116
|
-
const t = (gl_matrix_1.vec3.dot(origin, __classPrivateFieldGet(this, _PlaneRestriction_normal, "f")) - gl_matrix_1.vec3.dot(ray.origin, __classPrivateFieldGet(this, _PlaneRestriction_normal, "f"))) / gl_matrix_1.vec3.dot(ray.direction, __classPrivateFieldGet(this, _PlaneRestriction_normal, "f"));
|
|
117
|
-
const intersection = gl_matrix_1.vec3.add(gl_matrix_1.vec3.create(), ray.origin, gl_matrix_1.vec3.multiply(gl_matrix_1.vec3.create(), ray.direction, gl_matrix_1.vec3.fromValues(t, t, t)));
|
|
118
|
-
return this.snap(ray, intersection, metaData);
|
|
119
|
-
}
|
|
120
|
-
// #endregion Public Methods (1)
|
|
121
|
-
// #region Protected Methods (1)
|
|
122
|
-
visibilityChanged() { }
|
|
123
|
-
// #endregion Protected Methods (1)
|
|
124
|
-
// #region Private Methods (4)
|
|
125
|
-
createDefaultPlane(camera) {
|
|
126
|
-
if (camera.type === viewer_1.CAMERA_TYPE.PERSPECTIVE ||
|
|
127
|
-
(camera.type === viewer_1.CAMERA_TYPE.ORTHOGRAPHIC && camera.direction === viewer_1.ORTHOGRAPHIC_CAMERA_DIRECTION.CUSTOM)) {
|
|
128
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorU, gl_matrix_1.vec3.fromValues(1, 0, 0), "f");
|
|
129
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorV, gl_matrix_1.vec3.fromValues(0, 1, 0), "f");
|
|
130
|
-
__classPrivateFieldSet(this, _PlaneRestriction_normal, gl_matrix_1.vec3.fromValues(0, 0, 1), "f");
|
|
131
|
-
__classPrivateFieldSet(this, _PlaneRestriction_origin, gl_matrix_1.vec3.fromValues(0, 0, 0), "f");
|
|
132
|
-
}
|
|
133
|
-
else {
|
|
134
|
-
const orthographicCamera = camera;
|
|
135
|
-
const direction = gl_matrix_1.vec3.normalize(gl_matrix_1.vec3.create(), gl_matrix_1.vec3.sub(gl_matrix_1.vec3.create(), orthographicCamera.target, orthographicCamera.position));
|
|
136
|
-
const up = orthographicCamera.direction === viewer_1.ORTHOGRAPHIC_CAMERA_DIRECTION.TOP || orthographicCamera.direction === viewer_1.ORTHOGRAPHIC_CAMERA_DIRECTION.BOTTOM ?
|
|
137
|
-
gl_matrix_1.vec3.fromValues(0, 1, 0) : gl_matrix_1.vec3.fromValues(0, 0, 1);
|
|
138
|
-
__classPrivateFieldSet(this, _PlaneRestriction_origin, gl_matrix_1.vec3.fromValues(0, 0, 0), "f");
|
|
139
|
-
__classPrivateFieldSet(this, _PlaneRestriction_normal, gl_matrix_1.vec3.negate(gl_matrix_1.vec3.create(), direction), "f");
|
|
140
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorU, gl_matrix_1.vec3.clone(up), "f");
|
|
141
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorV, gl_matrix_1.vec3.normalize(gl_matrix_1.vec3.create(), gl_matrix_1.vec3.cross(gl_matrix_1.vec3.create(), __classPrivateFieldGet(this, _PlaneRestriction_normal, "f"), __classPrivateFieldGet(this, _PlaneRestriction_vectorU, "f"))), "f");
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
createTransformationMatrices() {
|
|
145
|
-
// Calculate the transformation matrix for the rotation
|
|
146
|
-
const rotationMatrix = gl_matrix_1.mat4.fromValues(__classPrivateFieldGet(this, _PlaneRestriction_vectorU, "f")[0], __classPrivateFieldGet(this, _PlaneRestriction_vectorV, "f")[0], __classPrivateFieldGet(this, _PlaneRestriction_normal, "f")[0], 0, __classPrivateFieldGet(this, _PlaneRestriction_vectorU, "f")[1], __classPrivateFieldGet(this, _PlaneRestriction_vectorV, "f")[1], __classPrivateFieldGet(this, _PlaneRestriction_normal, "f")[1], 0, __classPrivateFieldGet(this, _PlaneRestriction_vectorU, "f")[2], __classPrivateFieldGet(this, _PlaneRestriction_vectorV, "f")[2], __classPrivateFieldGet(this, _PlaneRestriction_normal, "f")[2], 0, 0, 0, 0, 1);
|
|
147
|
-
let rotationMatrixInverse = gl_matrix_1.mat4.invert(gl_matrix_1.mat4.create(), rotationMatrix);
|
|
148
|
-
if (!rotationMatrixInverse)
|
|
149
|
-
rotationMatrixInverse = gl_matrix_1.mat4.create();
|
|
150
|
-
const pivotMatrix = gl_matrix_1.mat4.fromTranslation(gl_matrix_1.mat4.create(), gl_matrix_1.vec3.fromValues(__classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[0], __classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[1], __classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[2]));
|
|
151
|
-
const pivotMatrixInverse = gl_matrix_1.mat4.fromTranslation(gl_matrix_1.mat4.create(), gl_matrix_1.vec3.fromValues(-__classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[0], -__classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[1], -__classPrivateFieldGet(this, _PlaneRestriction_origin, "f")[2]));
|
|
152
|
-
gl_matrix_1.mat4.multiply(__classPrivateFieldGet(this, _PlaneRestriction_transformationToXYPlaneMatrix, "f"), pivotMatrix, rotationMatrix);
|
|
153
|
-
gl_matrix_1.mat4.multiply(__classPrivateFieldGet(this, _PlaneRestriction_transformationToXYPlaneMatrix, "f"), __classPrivateFieldGet(this, _PlaneRestriction_transformationToXYPlaneMatrix, "f"), pivotMatrixInverse);
|
|
154
|
-
gl_matrix_1.mat4.multiply(__classPrivateFieldGet(this, _PlaneRestriction_transformationFromXYPlaneMatrix, "f"), pivotMatrix, rotationMatrixInverse);
|
|
155
|
-
gl_matrix_1.mat4.multiply(__classPrivateFieldGet(this, _PlaneRestriction_transformationFromXYPlaneMatrix, "f"), __classPrivateFieldGet(this, _PlaneRestriction_transformationFromXYPlaneMatrix, "f"), pivotMatrixInverse);
|
|
156
|
-
}
|
|
157
|
-
snap(ray, point, metaData) {
|
|
158
|
-
if (this.enabled === false)
|
|
159
|
-
return;
|
|
160
|
-
if (__classPrivateFieldGet(this, _PlaneRestriction_cameraId, "f") !== __classPrivateFieldGet(this, _PlaneRestriction_viewport, "f").camera.id)
|
|
161
|
-
this.updatePlaneDefinition();
|
|
162
|
-
const sortedSnapRestrictions = Object.values(__classPrivateFieldGet(this, _PlaneRestriction_snapRestrictions, "f")).sort((a, b) => b.priority - a.priority);
|
|
163
|
-
// group snap restrictions by priority
|
|
164
|
-
const groupedSnapRestrictions = {};
|
|
165
|
-
for (const snapRestriction of sortedSnapRestrictions) {
|
|
166
|
-
if (!groupedSnapRestrictions[snapRestriction.priority])
|
|
167
|
-
groupedSnapRestrictions[snapRestriction.priority] = [];
|
|
168
|
-
groupedSnapRestrictions[snapRestriction.priority].push(snapRestriction);
|
|
169
|
-
}
|
|
170
|
-
// call snap method for each group
|
|
171
|
-
for (const snapRestrictions of Object.values(groupedSnapRestrictions)) {
|
|
172
|
-
const results = [];
|
|
173
|
-
for (const snapRestriction of snapRestrictions) {
|
|
174
|
-
results.push(snapRestriction.snap(ray, point, metaData));
|
|
175
|
-
}
|
|
176
|
-
const indexedResults = results.map((value, index) => ({ index, value }));
|
|
177
|
-
// find the result that is closest to the point and set the snap restriction to active
|
|
178
|
-
indexedResults.sort((a, b) => {
|
|
179
|
-
if (!a.value)
|
|
180
|
-
return 1;
|
|
181
|
-
if (!b.value)
|
|
182
|
-
return -1;
|
|
183
|
-
return gl_matrix_1.vec3.squaredDistance(point, a.value) - gl_matrix_1.vec3.squaredDistance(point, b.value);
|
|
184
|
-
});
|
|
185
|
-
for (const snapRestriction of snapRestrictions) {
|
|
186
|
-
snapRestriction.active = false;
|
|
187
|
-
}
|
|
188
|
-
// if a snap restriction returned a result, return it
|
|
189
|
-
if (indexedResults[0].value !== undefined) {
|
|
190
|
-
snapRestrictions[indexedResults[0].index].active = true;
|
|
191
|
-
return indexedResults[0].value;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
return point;
|
|
195
|
-
}
|
|
196
|
-
updatePlaneDefinition() {
|
|
197
|
-
const camera = __classPrivateFieldGet(this, _PlaneRestriction_viewport, "f").camera;
|
|
198
|
-
__classPrivateFieldSet(this, _PlaneRestriction_cameraId, camera.id, "f");
|
|
199
|
-
const origin = __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").origin ? gl_matrix_1.vec3.clone(__classPrivateFieldGet(this, _PlaneRestriction_properties, "f").origin) : gl_matrix_1.vec3.fromValues(0, 0, 0);
|
|
200
|
-
const vectorU = __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_u ? gl_matrix_1.vec3.clone(__classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_u) : undefined;
|
|
201
|
-
const vectorV = __classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_v ? gl_matrix_1.vec3.clone(__classPrivateFieldGet(this, _PlaneRestriction_properties, "f").vector_v) : undefined;
|
|
202
|
-
const planeDefined = origin && vectorU && vectorV;
|
|
203
|
-
let normal = gl_matrix_1.vec3.fromValues(0, 0, 1);
|
|
204
|
-
if (planeDefined) {
|
|
205
|
-
gl_matrix_1.vec3.normalize(vectorU, vectorU);
|
|
206
|
-
gl_matrix_1.vec3.normalize(vectorV, vectorV);
|
|
207
|
-
normal = gl_matrix_1.vec3.normalize(gl_matrix_1.vec3.create(), gl_matrix_1.vec3.cross(gl_matrix_1.vec3.create(), vectorU, vectorV));
|
|
208
|
-
if (gl_matrix_1.vec3.dot(vectorU, vectorV) !== 0)
|
|
209
|
-
gl_matrix_1.vec3.normalize(vectorV, gl_matrix_1.vec3.cross(gl_matrix_1.vec3.create(), normal, vectorU));
|
|
210
|
-
if (camera.type === viewer_1.CAMERA_TYPE.ORTHOGRAPHIC) {
|
|
211
|
-
const cameraApi = camera;
|
|
212
|
-
const cameraDirection = gl_matrix_1.vec3.normalize(gl_matrix_1.vec3.create(), gl_matrix_1.vec3.sub(gl_matrix_1.vec3.create(), cameraApi.target, cameraApi.position));
|
|
213
|
-
// if the dot product of the camera direction and the normal tells us that they are parallel
|
|
214
|
-
// the plane is perpendicular to the camera direction
|
|
215
|
-
if (Math.abs(gl_matrix_1.vec3.dot(cameraDirection, normal)) < 0.0001) {
|
|
216
|
-
this.createDefaultPlane(camera);
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorU, vectorU, "f");
|
|
220
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorV, vectorV, "f");
|
|
221
|
-
__classPrivateFieldSet(this, _PlaneRestriction_normal, normal, "f");
|
|
222
|
-
__classPrivateFieldSet(this, _PlaneRestriction_origin, origin, "f");
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
else {
|
|
226
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorU, vectorU, "f");
|
|
227
|
-
__classPrivateFieldSet(this, _PlaneRestriction_vectorV, vectorV, "f");
|
|
228
|
-
__classPrivateFieldSet(this, _PlaneRestriction_normal, normal, "f");
|
|
229
|
-
__classPrivateFieldSet(this, _PlaneRestriction_origin, origin, "f");
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
else {
|
|
233
|
-
this.createDefaultPlane(camera);
|
|
234
|
-
}
|
|
235
|
-
this.createTransformationMatrices();
|
|
236
|
-
__classPrivateFieldGet(this, _PlaneRestriction_gridRestriction, "f").updatePlaneDefinition();
|
|
237
|
-
__classPrivateFieldGet(this, _PlaneRestriction_angularRestriction, "f").updatePlaneDefinition();
|
|
238
|
-
__classPrivateFieldGet(this, _PlaneRestriction_axisRestriction, "f").updatePlaneDefinition();
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
exports.PlaneRestriction = PlaneRestriction;
|
|
242
|
-
_PlaneRestriction_properties = new WeakMap(), _PlaneRestriction_uuidGenerator = new WeakMap(), _PlaneRestriction_viewport = new WeakMap(), _PlaneRestriction_angularRestriction = new WeakMap(), _PlaneRestriction_axisRestriction = new WeakMap(), _PlaneRestriction_cameraId = new WeakMap(), _PlaneRestriction_gridRestriction = new WeakMap(), _PlaneRestriction_normal = new WeakMap(), _PlaneRestriction_origin = new WeakMap(), _PlaneRestriction_snapRestrictions = new WeakMap(), _PlaneRestriction_transformationFromXYPlaneMatrix = new WeakMap(), _PlaneRestriction_transformationToXYPlaneMatrix = new WeakMap(), _PlaneRestriction_vectorU = new WeakMap(), _PlaneRestriction_vectorV = new WeakMap();
|
|
243
|
-
// #endregion Classes (1)
|
|
244
|
-
//# sourceMappingURL=PlaneRestriction.js.map
|
package/dist/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlaneRestriction.js","sourceRoot":"","sources":["../../../../../../../src/business/implementation/managers/interaction/restrictions/plane/PlaneRestriction.ts"],"names":[],"mappings":"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"}
|