@inweb/viewer-three 25.8.22 → 25.9.1
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/viewer-three.js +211 -2
- package/dist/viewer-three.js.map +1 -1
- package/dist/viewer-three.min.js +1 -1
- package/package.json +4 -4
package/dist/viewer-three.js
CHANGED
|
@@ -40746,6 +40746,27 @@
|
|
|
40746
40746
|
|
|
40747
40747
|
}
|
|
40748
40748
|
|
|
40749
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
40750
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
40751
|
+
// All rights reserved.
|
|
40752
|
+
//
|
|
40753
|
+
// This software and its documentation and related materials are owned by
|
|
40754
|
+
// the Alliance. The software may only be incorporated into application
|
|
40755
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
40756
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
40757
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
40758
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
40759
|
+
// protected by copyright law and international treaty provisions. Application
|
|
40760
|
+
// programs incorporating this software must include the following statement
|
|
40761
|
+
// with their copyright notices:
|
|
40762
|
+
//
|
|
40763
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
40764
|
+
// license agreement with Open Design Alliance.
|
|
40765
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
40766
|
+
// All rights reserved.
|
|
40767
|
+
//
|
|
40768
|
+
// By use of this software, its documentation or related materials, you
|
|
40769
|
+
// acknowledge and accept the above terms.
|
|
40749
40770
|
///////////////////////////////////////////////////////////////////////////////
|
|
40750
40771
|
class GLTFLoadingManager extends LoadingManager {
|
|
40751
40772
|
constructor(file, externalData = new Map(), params = {}) {
|
|
@@ -42040,6 +42061,27 @@
|
|
|
42040
42061
|
|
|
42041
42062
|
}
|
|
42042
42063
|
|
|
42064
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42065
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42066
|
+
// All rights reserved.
|
|
42067
|
+
//
|
|
42068
|
+
// This software and its documentation and related materials are owned by
|
|
42069
|
+
// the Alliance. The software may only be incorporated into application
|
|
42070
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42071
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42072
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42073
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42074
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42075
|
+
// programs incorporating this software must include the following statement
|
|
42076
|
+
// with their copyright notices:
|
|
42077
|
+
//
|
|
42078
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42079
|
+
// license agreement with Open Design Alliance.
|
|
42080
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42081
|
+
// All rights reserved.
|
|
42082
|
+
//
|
|
42083
|
+
// By use of this software, its documentation or related materials, you
|
|
42084
|
+
// acknowledge and accept the above terms.
|
|
42043
42085
|
///////////////////////////////////////////////////////////////////////////////
|
|
42044
42086
|
class OrbitDragger extends OrbitControls {
|
|
42045
42087
|
constructor(viewer) {
|
|
@@ -42069,6 +42111,27 @@
|
|
|
42069
42111
|
}
|
|
42070
42112
|
}
|
|
42071
42113
|
|
|
42114
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42115
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42116
|
+
// All rights reserved.
|
|
42117
|
+
//
|
|
42118
|
+
// This software and its documentation and related materials are owned by
|
|
42119
|
+
// the Alliance. The software may only be incorporated into application
|
|
42120
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42121
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42122
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42123
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42124
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42125
|
+
// programs incorporating this software must include the following statement
|
|
42126
|
+
// with their copyright notices:
|
|
42127
|
+
//
|
|
42128
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42129
|
+
// license agreement with Open Design Alliance.
|
|
42130
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42131
|
+
// All rights reserved.
|
|
42132
|
+
//
|
|
42133
|
+
// By use of this software, its documentation or related materials, you
|
|
42134
|
+
// acknowledge and accept the above terms.
|
|
42072
42135
|
///////////////////////////////////////////////////////////////////////////////
|
|
42073
42136
|
class PanDragger extends OrbitDragger {
|
|
42074
42137
|
constructor(viewer) {
|
|
@@ -42078,6 +42141,27 @@
|
|
|
42078
42141
|
}
|
|
42079
42142
|
}
|
|
42080
42143
|
|
|
42144
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42145
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42146
|
+
// All rights reserved.
|
|
42147
|
+
//
|
|
42148
|
+
// This software and its documentation and related materials are owned by
|
|
42149
|
+
// the Alliance. The software may only be incorporated into application
|
|
42150
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42151
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42152
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42153
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42154
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42155
|
+
// programs incorporating this software must include the following statement
|
|
42156
|
+
// with their copyright notices:
|
|
42157
|
+
//
|
|
42158
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42159
|
+
// license agreement with Open Design Alliance.
|
|
42160
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42161
|
+
// All rights reserved.
|
|
42162
|
+
//
|
|
42163
|
+
// By use of this software, its documentation or related materials, you
|
|
42164
|
+
// acknowledge and accept the above terms.
|
|
42081
42165
|
///////////////////////////////////////////////////////////////////////////////
|
|
42082
42166
|
class ZoomDragger extends OrbitDragger {
|
|
42083
42167
|
constructor(viewer) {
|
|
@@ -42087,6 +42171,27 @@
|
|
|
42087
42171
|
}
|
|
42088
42172
|
}
|
|
42089
42173
|
|
|
42174
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42175
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42176
|
+
// All rights reserved.
|
|
42177
|
+
//
|
|
42178
|
+
// This software and its documentation and related materials are owned by
|
|
42179
|
+
// the Alliance. The software may only be incorporated into application
|
|
42180
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42181
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42182
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42183
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42184
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42185
|
+
// programs incorporating this software must include the following statement
|
|
42186
|
+
// with their copyright notices:
|
|
42187
|
+
//
|
|
42188
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42189
|
+
// license agreement with Open Design Alliance.
|
|
42190
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42191
|
+
// All rights reserved.
|
|
42192
|
+
//
|
|
42193
|
+
// By use of this software, its documentation or related materials, you
|
|
42194
|
+
// acknowledge and accept the above terms.
|
|
42090
42195
|
///////////////////////////////////////////////////////////////////////////////
|
|
42091
42196
|
class WalkDragger {
|
|
42092
42197
|
constructor(viewer) {
|
|
@@ -42270,6 +42375,27 @@
|
|
|
42270
42375
|
}
|
|
42271
42376
|
}
|
|
42272
42377
|
|
|
42378
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42379
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42380
|
+
// All rights reserved.
|
|
42381
|
+
//
|
|
42382
|
+
// This software and its documentation and related materials are owned by
|
|
42383
|
+
// the Alliance. The software may only be incorporated into application
|
|
42384
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42385
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42386
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42387
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42388
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42389
|
+
// programs incorporating this software must include the following statement
|
|
42390
|
+
// with their copyright notices:
|
|
42391
|
+
//
|
|
42392
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42393
|
+
// license agreement with Open Design Alliance.
|
|
42394
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42395
|
+
// All rights reserved.
|
|
42396
|
+
//
|
|
42397
|
+
// By use of this software, its documentation or related materials, you
|
|
42398
|
+
// acknowledge and accept the above terms.
|
|
42273
42399
|
///////////////////////////////////////////////////////////////////////////////
|
|
42274
42400
|
class ClippingPlaneDragger {
|
|
42275
42401
|
constructor(viewer) {
|
|
@@ -42344,6 +42470,27 @@
|
|
|
42344
42470
|
}
|
|
42345
42471
|
}
|
|
42346
42472
|
|
|
42473
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42474
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42475
|
+
// All rights reserved.
|
|
42476
|
+
//
|
|
42477
|
+
// This software and its documentation and related materials are owned by
|
|
42478
|
+
// the Alliance. The software may only be incorporated into application
|
|
42479
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42480
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42481
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42482
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42483
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42484
|
+
// programs incorporating this software must include the following statement
|
|
42485
|
+
// with their copyright notices:
|
|
42486
|
+
//
|
|
42487
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42488
|
+
// license agreement with Open Design Alliance.
|
|
42489
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42490
|
+
// All rights reserved.
|
|
42491
|
+
//
|
|
42492
|
+
// By use of this software, its documentation or related materials, you
|
|
42493
|
+
// acknowledge and accept the above terms.
|
|
42347
42494
|
///////////////////////////////////////////////////////////////////////////////
|
|
42348
42495
|
class LightComponent {
|
|
42349
42496
|
constructor(viewer) {
|
|
@@ -42364,6 +42511,7 @@
|
|
|
42364
42511
|
* https://github.com/google/model-viewer/blob/master/packages/model-viewer/src/three-components/EnvironmentScene.ts
|
|
42365
42512
|
*/
|
|
42366
42513
|
|
|
42514
|
+
|
|
42367
42515
|
class RoomEnvironment extends Scene {
|
|
42368
42516
|
|
|
42369
42517
|
constructor() {
|
|
@@ -42493,6 +42641,27 @@
|
|
|
42493
42641
|
|
|
42494
42642
|
}
|
|
42495
42643
|
|
|
42644
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42645
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42646
|
+
// All rights reserved.
|
|
42647
|
+
//
|
|
42648
|
+
// This software and its documentation and related materials are owned by
|
|
42649
|
+
// the Alliance. The software may only be incorporated into application
|
|
42650
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42651
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42652
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42653
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42654
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42655
|
+
// programs incorporating this software must include the following statement
|
|
42656
|
+
// with their copyright notices:
|
|
42657
|
+
//
|
|
42658
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42659
|
+
// license agreement with Open Design Alliance.
|
|
42660
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42661
|
+
// All rights reserved.
|
|
42662
|
+
//
|
|
42663
|
+
// By use of this software, its documentation or related materials, you
|
|
42664
|
+
// acknowledge and accept the above terms.
|
|
42496
42665
|
///////////////////////////////////////////////////////////////////////////////
|
|
42497
42666
|
class BackgroundComponent {
|
|
42498
42667
|
constructor(viewer) {
|
|
@@ -42515,6 +42684,27 @@
|
|
|
42515
42684
|
}
|
|
42516
42685
|
}
|
|
42517
42686
|
|
|
42687
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42688
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42689
|
+
// All rights reserved.
|
|
42690
|
+
//
|
|
42691
|
+
// This software and its documentation and related materials are owned by
|
|
42692
|
+
// the Alliance. The software may only be incorporated into application
|
|
42693
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42694
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42695
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42696
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42697
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42698
|
+
// programs incorporating this software must include the following statement
|
|
42699
|
+
// with their copyright notices:
|
|
42700
|
+
//
|
|
42701
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42702
|
+
// license agreement with Open Design Alliance.
|
|
42703
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42704
|
+
// All rights reserved.
|
|
42705
|
+
//
|
|
42706
|
+
// By use of this software, its documentation or related materials, you
|
|
42707
|
+
// acknowledge and accept the above terms.
|
|
42518
42708
|
///////////////////////////////////////////////////////////////////////////////
|
|
42519
42709
|
class DefaultCameraPositionComponent {
|
|
42520
42710
|
constructor(viewer) {
|
|
@@ -42625,6 +42815,27 @@
|
|
|
42625
42815
|
}
|
|
42626
42816
|
}
|
|
42627
42817
|
|
|
42818
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
42819
|
+
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
|
|
42820
|
+
// All rights reserved.
|
|
42821
|
+
//
|
|
42822
|
+
// This software and its documentation and related materials are owned by
|
|
42823
|
+
// the Alliance. The software may only be incorporated into application
|
|
42824
|
+
// programs owned by members of the Alliance, subject to a signed
|
|
42825
|
+
// Membership Agreement and Supplemental Software License Agreement with the
|
|
42826
|
+
// Alliance. The structure and organization of this software are the valuable
|
|
42827
|
+
// trade secrets of the Alliance and its suppliers. The software is also
|
|
42828
|
+
// protected by copyright law and international treaty provisions. Application
|
|
42829
|
+
// programs incorporating this software must include the following statement
|
|
42830
|
+
// with their copyright notices:
|
|
42831
|
+
//
|
|
42832
|
+
// This application incorporates Open Design Alliance software pursuant to a
|
|
42833
|
+
// license agreement with Open Design Alliance.
|
|
42834
|
+
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
|
|
42835
|
+
// All rights reserved.
|
|
42836
|
+
//
|
|
42837
|
+
// By use of this software, its documentation or related materials, you
|
|
42838
|
+
// acknowledge and accept the above terms.
|
|
42628
42839
|
///////////////////////////////////////////////////////////////////////////////
|
|
42629
42840
|
// import { ObjectSelectionComponent } from "./components/ObjectSelectionComponent";
|
|
42630
42841
|
class Viewer extends EventEmitter2 {
|
|
@@ -42867,7 +43078,5 @@
|
|
|
42867
43078
|
exports.commands = commands;
|
|
42868
43079
|
exports.defaultOptions = defaultOptions;
|
|
42869
43080
|
|
|
42870
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
42871
|
-
|
|
42872
43081
|
}));
|
|
42873
43082
|
//# sourceMappingURL=viewer-three.js.map
|