@sequent-org/ifc-viewer 1.2.4-ci.53.0 → 1.2.4-ci.55.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/package.json +1 -1
- package/src/IfcViewer.js +44 -15
- package/src/main.js +4 -4
- package/src/styles-local.css +48 -1
- package/src/ui/CardPlacementController.js +3 -835
- package/src/ui/LabelPlacementController.js +1178 -0
- package/src/viewer/Viewer.js +1 -1
package/src/viewer/Viewer.js
CHANGED
|
@@ -213,7 +213,7 @@ export class Viewer {
|
|
|
213
213
|
|
|
214
214
|
// RMB: перемещение модели относительно "оси" (pivot), pivot остаётся на месте
|
|
215
215
|
this._rmbModelMove = {
|
|
216
|
-
enabled:
|
|
216
|
+
enabled: false,
|
|
217
217
|
debug: false,
|
|
218
218
|
controller: null,
|
|
219
219
|
pivotAnchor: null, // THREE.Vector3|null (фиксированная ось после ПКМ)
|