@xeokit/xeokit-sdk 2.2.5-beta-2 → 2.2.5-beta-3

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.
Files changed (67) hide show
  1. package/dist/xeokit-sdk.cjs.js +16 -16
  2. package/dist/xeokit-sdk.es.js +16 -16
  3. package/package.json +7 -4
  4. package/types/extras/ContextMenu/ContextMenu.d.ts +8 -8
  5. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurement.d.ts +1 -1
  6. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsControl.d.ts +26 -1
  7. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsPlugin.d.ts +76 -62
  8. package/types/plugins/AnnotationsPlugin/Annotation.d.ts +11 -10
  9. package/types/plugins/AnnotationsPlugin/AnnotationsPlugin.d.ts +32 -18
  10. package/types/plugins/AnnotationsPlugin/index.d.ts +1 -0
  11. package/types/plugins/AxisGizmoPlugin/AxisGizmoPlugin.d.ts +1 -1
  12. package/types/plugins/BCFViewpointsPlugin/BCFViewpointsPlugin.d.ts +10 -10
  13. package/types/plugins/CityJSONLoaderPlugin/CityJSONLoaderPlugin.d.ts +2 -2
  14. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurement.d.ts +6 -6
  15. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsControl.d.ts +26 -1
  16. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsPlugin.d.ts +22 -7
  17. package/types/plugins/FastNavPlugin/FastNavPlugin.d.ts +9 -9
  18. package/types/plugins/GLTFLoaderPlugin/GLTFLoaderPlugin.d.ts +8 -8
  19. package/types/plugins/LASLoaderPlugin/LASLoaderPlugin.d.ts +4 -4
  20. package/types/plugins/NavCubePlugin/NavCubePlugin.d.ts +6 -6
  21. package/types/plugins/OBJLoaderPlugin/OBJLoaderPlugin.d.ts +2 -2
  22. package/types/plugins/STLLoaderPlugin/STLLoaderPlugin.d.ts +2 -2
  23. package/types/plugins/STLLoaderPlugin/index.d.ts +0 -1
  24. package/types/plugins/SectionPlanesPlugin/SectionPlanesPlugin.d.ts +4 -4
  25. package/types/plugins/SkyboxesPlugin/SkyboxesPlugin.d.ts +1 -1
  26. package/types/plugins/StoreyViewsPlugin/StoreyViewsPlugin.d.ts +156 -149
  27. package/types/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +20 -6
  28. package/types/plugins/ViewCullPlugin/ViewCullPlugin.d.ts +2 -2
  29. package/types/plugins/WebIFCLoaderPlugin/WebIFCLoaderPlugin.d.ts +16 -16
  30. package/types/plugins/XKTLoaderPlugin/XKTLoaderPlugin.d.ts +20 -20
  31. package/types/plugins/XML3DLoaderPlugin/XML3DLoaderPlugin.d.ts +4 -4
  32. package/types/viewer/Plugin.d.ts +6 -6
  33. package/types/viewer/Viewer.d.ts +13 -13
  34. package/types/viewer/localization/LocaleService.d.ts +160 -153
  35. package/types/viewer/metadata/MetaModel.d.ts +2 -2
  36. package/types/viewer/metadata/MetaObject.d.ts +5 -5
  37. package/types/viewer/metadata/MetaScene.d.ts +11 -11
  38. package/types/viewer/metadata/index.d.ts +1 -1
  39. package/types/viewer/scene/CameraControl/CameraControl.d.ts +27 -19
  40. package/types/viewer/scene/Component.d.ts +6 -6
  41. package/types/viewer/scene/Entity.d.ts +29 -29
  42. package/types/viewer/scene/PerformanceModel/PerformanceModel.d.ts +45 -28
  43. package/types/viewer/scene/PerformanceModel/PerformanceNode.d.ts +26 -26
  44. package/types/viewer/scene/camera/Camera.d.ts +28 -28
  45. package/types/viewer/scene/camera/CameraFlightAnimation.d.ts +19 -19
  46. package/types/viewer/scene/camera/CustomProjection.d.ts +5 -5
  47. package/types/viewer/scene/camera/Frustum.d.ts +15 -15
  48. package/types/viewer/scene/camera/Ortho.d.ts +5 -5
  49. package/types/viewer/scene/camera/Perspective.d.ts +5 -5
  50. package/types/viewer/scene/index.d.ts +2 -1
  51. package/types/viewer/scene/marker/Marker.d.ts +15 -15
  52. package/types/viewer/scene/materials/EmphasisMaterial.d.ts +3 -3
  53. package/types/viewer/scene/materials/Fresnel.d.ts +2 -3
  54. package/types/viewer/scene/materials/LinesMaterial.d.ts +1 -1
  55. package/types/viewer/scene/materials/PhongMaterial.d.ts +26 -26
  56. package/types/viewer/scene/materials/PointsMaterial.d.ts +14 -14
  57. package/types/viewer/scene/materials/Texture.d.ts +14 -15
  58. package/types/viewer/scene/materials/index.d.ts +1 -0
  59. package/types/viewer/scene/math/math.d.ts +28 -28
  60. package/types/viewer/scene/mesh/Mesh.d.ts +786 -0
  61. package/types/viewer/scene/mesh/index.d.ts +1 -0
  62. package/types/viewer/scene/nodes/Node.d.ts +664 -0
  63. package/types/viewer/scene/nodes/index.d.ts +1 -0
  64. package/types/viewer/scene/scene/Scene.d.ts +155 -111
  65. package/types/viewer/scene/sectionPlane/SectionPlane.d.ts +3 -3
  66. package/types/viewer/scene/viewport/Viewport.d.ts +2 -2
  67. package/types/viewer/scene/webgl/PickResult.d.ts +2 -2
@@ -51,9 +51,9 @@ export declare class MetaObject {
51
51
  external?: any;
52
52
 
53
53
  /**
54
- * Gets the {@link MetaObject#id}s of the {@link MetaObject}s within the subtree.
54
+ * Gets the {@link MetaObject.id}s of the {@link MetaObject}s within the subtree.
55
55
  *
56
- * @returns {String[]} Array of {@link MetaObject#id}s.
56
+ * @returns {String[]} Array of {@link MetaObject.id}s.
57
57
  */
58
58
  getObjectIDsInSubtree(): string[];
59
59
 
@@ -65,10 +65,10 @@ export declare class MetaObject {
65
65
  withMetaObjectsInSubtree(callback: (metaobect: MetaObject)=> void): void;
66
66
 
67
67
  /**
68
- * Gets the {@link MetaObject#id}s of the {@link MetaObject}s within the subtree that have the given {@link MetaObject#type}s.
68
+ * Gets the {@link MetaObject.id}s of the {@link MetaObject}s within the subtree that have the given {@link MetaObject.type}s.
69
69
  *
70
- * @param {String[]} types {@link MetaObject#type} values.
71
- * @returns {String[]} Array of {@link MetaObject#id}s.
70
+ * @param {String[]} types {@link MetaObject.type} values.
71
+ * @returns {String[]} Array of {@link MetaObject.id}s.
72
72
  */
73
73
  getObjectIDsInSubtreeByType(types: string[]): string[];
74
74
  }
@@ -23,28 +23,28 @@ export declare class MetaScene {
23
23
  scene: Scene;
24
24
 
25
25
  /**
26
- * The {@link MetaModel}s belonging to this MetaScene, each mapped to its {@link MetaModel#modelId}.
26
+ * The {@link MetaModel}s belonging to this MetaScene, each mapped to its {@link MetaModel.modelId}.
27
27
  *
28
28
  * @type {{String:MetaModel}}
29
29
  */
30
30
  metaModels: {[key: string]: MetaModel};
31
31
 
32
32
  /**
33
- * The {@link PropertySet}s belonging to this MetaScene, each mapped to its {@link PropertySet#id}.
33
+ * The {@link PropertySet}s belonging to this MetaScene, each mapped to its {@link PropertySet.id}.
34
34
  *
35
35
  * @type {{String:PropertySet}}
36
36
  */
37
37
  propertySets: {[key: string]: PropertySet};
38
38
 
39
39
  /**
40
- * The {@link MetaObject}s belonging to this MetaScene, each mapped to its {@link MetaObject#id}.
40
+ * The {@link MetaObject}s belonging to this MetaScene, each mapped to its {@link MetaObject.id}.
41
41
  *
42
42
  * @type {{String:MetaObject}}
43
43
  */
44
44
  metaObjects: {[key: string]: MetaObject};
45
45
 
46
46
  /**
47
- * The {@link MetaObject}s belonging to this MetaScene, each mapped to its {@link MetaObject#type}.
47
+ * The {@link MetaObject}s belonging to this MetaScene, each mapped to its {@link MetaObject.type}.
48
48
  *
49
49
  * @type {{String:MetaObject}}
50
50
  */
@@ -84,12 +84,12 @@ export declare class MetaScene {
84
84
  * roots, then this method similarly attempts to recover by creating a dummy root MetaObject of type "Model" and
85
85
  * connecting all the root MetaObjects as its children.
86
86
  *
87
- * @param {String} modelId ID for the new {@link MetaModel}, which will have {@link MetaModel#id} set to this value.
87
+ * @param {String} modelId ID for the new {@link MetaModel}, which will have {@link MetaModel.id} set to this value.
88
88
  * @param {Object} metaModelData Data for the {@link MetaModel}.
89
89
  * @param {Object} [options] Options for creating the {@link MetaModel}.
90
90
  * @param {String[]} [options.includeTypes] When provided, only create {@link MetaObject}s with types in this list.
91
91
  * @param {String[]} [options.excludeTypes] When provided, never create {@link MetaObject}s with types in this list.
92
- * @param {Boolean} [options.globalizeObjectIds=false] Whether to globalize each {@link MetaObject#id}. Set this ````true```` when you need to load multiple instances of the same meta model, to avoid ID clashes between the meta objects in the different instances.
92
+ * @param {Boolean} [options.globalizeObjectIds=false] Whether to globalize each {@link MetaObject.id}. Set this ````true```` when you need to load multiple instances of the same meta model, to avoid ID clashes between the meta objects in the different instances.
93
93
  * @returns {MetaModel} The new MetaModel.
94
94
  */
95
95
  createMetaModel(modelId: string, metaModelData: any, options?: {
@@ -101,27 +101,27 @@ export declare class MetaScene {
101
101
  /**
102
102
  * Removes a {@link MetaModel} from this MetaScene.
103
103
  *
104
- * Fires a "metaModelDestroyed" event with the value of the {@link MetaModel#id}.
104
+ * Fires a "metaModelDestroyed" event with the value of the {@link MetaModel.id}.
105
105
  *
106
106
  * @param {String} id ID of the target {@link MetaModel}.
107
107
  */
108
108
  destroyMetaModel(id: string): void;
109
109
 
110
110
  /**
111
- * Gets the {@link MetaObject#id}s of the {@link MetaObject}s that have the given {@link MetaObject#type}.
111
+ * Gets the {@link MetaObject.id}s of the {@link MetaObject}s that have the given {@link MetaObject.type}.
112
112
  *
113
113
  * @param {String} type The type.
114
- * @returns {String[]} Array of {@link MetaObject#id}s.
114
+ * @returns {String[]} Array of {@link MetaObject.id}s.
115
115
  */
116
116
  getObjectIDsByType(type: string): string[];
117
117
 
118
118
  /**
119
- * Gets the {@link MetaObject#id}s of the {@link MetaObject}s within the given subtree.
119
+ * Gets the {@link MetaObject.id}s of the {@link MetaObject}s within the given subtree.
120
120
  *
121
121
  * @param {String} id ID of the root {@link MetaObject} of the given subtree.
122
122
  * @param {String[]} [includeTypes] Optional list of types to include.
123
123
  * @param {String[]} [excludeTypes] Optional list of types to exclude.
124
- * @returns {String[]} Array of {@link MetaObject#id}s.
124
+ * @returns {String[]} Array of {@link MetaObject.id}s.
125
125
  */
126
126
  getObjectIDsInSubtree(id: string, includeTypes?: string[], excludeTypes?: string[]): string[];
127
127
 
@@ -1,4 +1,4 @@
1
- export * from "./Metamodel";
1
+ export * from "./MetaModel";
2
2
  export * from "./MetaObject";
3
3
  export * from "./MetaScene";
4
4
  export * from "./Property";
@@ -23,6 +23,14 @@ export declare class CameraControl extends Component {
23
23
  AXIS_VIEW_TOP: number;
24
24
  AXIS_VIEW_BOTTOM: number;
25
25
 
26
+ /**
27
+ * Fires when the model is loaded
28
+ * @param event The loaded event
29
+ * @param callback Called fired on the event
30
+ * @param scope Scope for the callback
31
+ */
32
+ on(event: "rightClick", callback: (e: {event: MouseEvent; pagePos: number[]; canvasPos: number[]; }) => void, scope?: any): string
33
+
26
34
  /**
27
35
  * Sets the current navigation mode.
28
36
  *
@@ -48,9 +56,9 @@ export declare class CameraControl extends Component {
48
56
  /**
49
57
  * Sets whether to vertically constrain the {@link Camera} position for first-person navigation.
50
58
  *
51
- * When set ````true````, this constrains {@link Camera#eye} to its current vertical position.
59
+ * When set ````true````, this constrains {@link Camera.eye} to its current vertical position.
52
60
  *
53
- * Only applies when {@link CameraControl#navMode} is ````"firstPerson"````.
61
+ * Only applies when {@link CameraControl.navMode} is ````"firstPerson"````.
54
62
  *
55
63
  * Default is ````false````.
56
64
  *
@@ -61,9 +69,9 @@ export declare class CameraControl extends Component {
61
69
  /**
62
70
  * Gets whether to vertically constrain the {@link Camera} position for first-person navigation.
63
71
  *
64
- * When set ````true````, this constrains {@link Camera#eye} to its current vertical position.
72
+ * When set ````true````, this constrains {@link Camera.eye} to its current vertical position.
65
73
  *
66
- * Only applies when {@link CameraControl#navMode} is ````"firstPerson"````.
74
+ * Only applies when {@link CameraControl.navMode} is ````"firstPerson"````.
67
75
  *
68
76
  * Default is ````false````.
69
77
  *
@@ -196,7 +204,7 @@ export declare class CameraControl extends Component {
196
204
  *
197
205
  * Default is ````0.0````.
198
206
  *
199
- * Does not apply when {@link CameraControl#navMode} is ````"planView"````, which disallows rotation.
207
+ * Does not apply when {@link CameraControl.navMode} is ````"planView"````, which disallows rotation.
200
208
  *
201
209
  * @param {Number} rotationInertia New inertial factor.
202
210
  */
@@ -207,7 +215,7 @@ export declare class CameraControl extends Component {
207
215
  *
208
216
  * Default is ````0.0````.
209
217
  *
210
- * Does not apply when {@link CameraControl#navMode} is ````"planView"````, which disallows rotation.
218
+ * Does not apply when {@link CameraControl.navMode} is ````"planView"````, which disallows rotation.
211
219
  *
212
220
  * @returns {Number} The inertia factor.
213
221
  */
@@ -483,7 +491,7 @@ export declare class CameraControl extends Component {
483
491
  private _isKeyDownForAction;
484
492
 
485
493
  /**
486
- * Sets the HTMl element to represent the pivot point when {@link CameraControl#followPointer} is true.
494
+ * Sets the HTMl element to represent the pivot point when {@link CameraControl.followPointer} is true.
487
495
  *
488
496
  * See class comments for an example.
489
497
  *
@@ -494,7 +502,7 @@ export declare class CameraControl extends Component {
494
502
  /**
495
503
  * Sets the current World-space 3D target position.
496
504
  *
497
- * Only applies when {@link CameraControl#followPointer} is ````true````.
505
+ * Only applies when {@link CameraControl.followPointer} is ````true````.
498
506
  *
499
507
  * @param {Number[]} worldPos The new World-space 3D target position.
500
508
  */
@@ -503,7 +511,7 @@ export declare class CameraControl extends Component {
503
511
  /**
504
512
  * Gets the current World-space 3D pivot position.
505
513
  *
506
- * Only applies when {@link CameraControl#followPointer} is ````true````.
514
+ * Only applies when {@link CameraControl.followPointer} is ````true````.
507
515
  *
508
516
  * @return {Number[]} worldPos The current World-space 3D pivot position.
509
517
  */
@@ -536,11 +544,11 @@ export declare class CameraControl extends Component {
536
544
  /**
537
545
  * Sets whether this ````CameraControl```` is in first-person mode.
538
546
  *
539
- * In "first person" mode (disabled by default) the look position rotates about the eye position. Otherwise, {@link Camera#eye} rotates about {@link Camera#look}.
547
+ * In "first person" mode (disabled by default) the look position rotates about the eye position. Otherwise, {@link Camera.eye} rotates about {@link Camera.look}.
540
548
  *
541
549
  * Default is ````false````.
542
550
  *
543
- * Deprecated - use {@link CameraControl#navMode} instead.
551
+ * Deprecated - use {@link CameraControl.navMode} instead.
544
552
  *
545
553
  * @param {Boolean} value Set ````true```` to enable first-person mode.
546
554
  * @deprecated
@@ -550,11 +558,11 @@ export declare class CameraControl extends Component {
550
558
  /**
551
559
  * Gets whether this ````CameraControl```` is in first-person mode.
552
560
  *
553
- * In "first person" mode (disabled by default) the look position rotates about the eye position. Otherwise, {@link Camera#eye} rotates about {@link Camera#look}.
561
+ * In "first person" mode (disabled by default) the look position rotates about the eye position. Otherwise, {@link Camera.eye} rotates about {@link Camera.look}.
554
562
  *
555
563
  * Default is ````false````.
556
564
  *
557
- * Deprecated - use {@link CameraControl#navMode} instead.
565
+ * Deprecated - use {@link CameraControl.navMode} instead.
558
566
  *
559
567
  * @returns {Boolean} Returns ````true```` if first-person mode is enabled.
560
568
  * @deprecated
@@ -565,13 +573,13 @@ export declare class CameraControl extends Component {
565
573
  * Sets whether smart default pivoting is enabled.
566
574
  *
567
575
  * When ````true````, we'll pivot by default about the 3D position of the mouse/touch pointer on an
568
- * imaginary sphere that's centered at {@link Camera#eye} and sized to the {@link Scene} boundary.
576
+ * imaginary sphere that's centered at {@link Camera.eye} and sized to the {@link Scene} boundary.
569
577
  *
570
- * When ````false````, we'll pivot by default about {@link Camera#look}.
578
+ * When ````false````, we'll pivot by default about {@link Camera.look}.
571
579
  *
572
580
  * Default is ````false````.
573
581
  *
574
- * @param {Boolean} enabled Set ````true```` to pivot by default about the selected point on the virtual sphere, or ````false```` to pivot by default about {@link Camera#look}.
582
+ * @param {Boolean} enabled Set ````true```` to pivot by default about the selected point on the virtual sphere, or ````false```` to pivot by default about {@link Camera.look}.
575
583
  */
576
584
  set smartPivot(arg: boolean);
577
585
 
@@ -579,13 +587,13 @@ export declare class CameraControl extends Component {
579
587
  * Gets whether smart default pivoting is enabled.
580
588
  *
581
589
  * When ````true````, we'll pivot by default about the 3D position of the mouse/touch pointer on an
582
- * imaginary sphere that's centered at {@link Camera#eye} and sized to the {@link Scene} boundary.
590
+ * imaginary sphere that's centered at {@link Camera.eye} and sized to the {@link Scene} boundary.
583
591
  *
584
- * When ````false````, we'll pivot by default about {@link Camera#look}.
592
+ * When ````false````, we'll pivot by default about {@link Camera.look}.
585
593
  *
586
594
  * Default is ````false````.
587
595
  *
588
- * @returns {Boolean} Returns ````true```` when pivoting by default about the selected point on the virtual sphere, or ````false```` when pivoting by default about {@link Camera#look}.
596
+ * @returns {Boolean} Returns ````true```` when pivoting by default about the selected point on the virtual sphere, or ````false```` when pivoting by default about {@link Camera.look}.
589
597
  */
590
598
  get smartPivot(): boolean;
591
599
  }
@@ -34,12 +34,12 @@ export abstract class Component {
34
34
  /**
35
35
  * ID of this Component, unique within the {@link Scene}.
36
36
  *
37
- * Components are mapped by this ID in {@link Scene#components}.
37
+ * Components are mapped by this ID in {@link Scene.components}.
38
38
  *
39
39
  * @property id
40
- * @type {String|Number}
40
+ * @type {String}
41
41
  */
42
- id: string | number;
42
+ id: string;
43
43
 
44
44
  /**
45
45
  * The {@link Component} that owns the lifecycle of this Component, if any.
@@ -79,12 +79,12 @@ export abstract class Component {
79
79
  * @param {String} event The event
80
80
  * @param {Function} callback Called fired on the event
81
81
  * @param {Object} [scope=this] Scope for the callback
82
- * @return {String} Handle to the subscription, which may be used to unsubscribe with {@link #off}.
82
+ * @return {String} Handle to the subscription, which may be used to unsubscribe with {@link .off}.
83
83
  */
84
84
  on(event: string, callback: Function, scope?: any): string;
85
85
 
86
86
  /**
87
- * Cancels an event subscription that was previously made with {@link Component#on} or {@link Component#once}.
87
+ * Cancels an event subscription that was previously made with {@link Component.on} or {@link Component.once}.
88
88
  *
89
89
  * @param {String} subId Subscription ID
90
90
  */
@@ -93,7 +93,7 @@ export abstract class Component {
93
93
  /**
94
94
  * Subscribes to the next occurrence of the given event, then un-subscribes as soon as the event is subIdd.
95
95
  *
96
- * This is equivalent to calling {@link Component#on}, and then calling {@link Component#off} inside the callback function.
96
+ * This is equivalent to calling {@link Component.on}, and then calling {@link Component.off} inside the callback function.
97
97
  *
98
98
  * @param {String} event Data event to listen to
99
99
  * @param {Function} callback Called when fresh data is available at the event
@@ -17,9 +17,9 @@ export declare abstract class Entity {
17
17
  /**
18
18
  * ID of the corresponding object within the originating system, if any.
19
19
  *
20
- * By default, this has the same value as {@link Entity#id}. When we load a model using {@link XKTLoaderPlugin#load},
21
- * with {@link XKTLoaderPlugin#globalizeObjectIds} set ````true````, then that plugin will prefix {@link Entity#id}
22
- * with the model ID, while leaving this property holding the original value of {@link Entity#id}. When loading an
20
+ * By default, this has the same value as {@link Entity.id}. When we load a model using {@link XKTLoaderPlugin.load},
21
+ * with {@link XKTLoaderPlugin.globalizeObjectIds} set ````true````, then that plugin will prefix {@link Entity.id}
22
+ * with the model ID, while leaving this property holding the original value of {@link Entity.id}. When loading an
23
23
  * IFC model, this property will hold the IFC product ID of the corresponding IFC element.
24
24
  *
25
25
  * @type {String}
@@ -36,7 +36,7 @@ export declare abstract class Entity {
36
36
  /**
37
37
  * Returns ````true```` if this Entity represents a model.
38
38
  *
39
- * When this is ````true````, the Entity will be registered by {@link Entity#id} in {@link Scene#models} and
39
+ * When this is ````true````, the Entity will be registered by {@link Entity.id} in {@link Scene.models} and
40
40
  * may also have a corresponding {@link MetaModel}.
41
41
  *
42
42
  * @type {Boolean}
@@ -47,7 +47,7 @@ export declare abstract class Entity {
47
47
  /**
48
48
  * Returns ````true```` if this Entity represents an object.
49
49
  *
50
- * When this is ````true````, the Entity will be registered by {@link Entity#id} in {@link Scene#objects} and
50
+ * When this is ````true````, the Entity will be registered by {@link Entity.id} in {@link Scene.objects} and
51
51
  * may also have a corresponding {@link MetaObject}.
52
52
  *
53
53
  * @type {Boolean}
@@ -96,10 +96,10 @@ export declare abstract class Entity {
96
96
  /**
97
97
  * Sets if this Entity is visible.
98
98
  *
99
- * Only rendered when {@link Entity#visible} is ````true```` and {@link Entity#culled} is ````false````.
99
+ * Only rendered when {@link Entity.visible} is ````true```` and {@link Entity.culled} is ````false````.
100
100
  *
101
- * When {@link Entity#isObject} and {@link Entity#visible} are both ````true```` the Entity will be
102
- * registered by {@link Entity#id} in {@link Scene#visibleObjects}.
101
+ * When {@link Entity.isObject} and {@link Entity.visible} are both ````true```` the Entity will be
102
+ * registered by {@link Entity.id} in {@link Scene.visibleObjects}.
103
103
  *
104
104
  * @type {Boolean}
105
105
  * @abstract
@@ -109,10 +109,10 @@ export declare abstract class Entity {
109
109
  /**
110
110
  * Gets if this Entity is visible.
111
111
  *
112
- * Only rendered when {@link Entity#visible} is ````true```` and {@link Entity#culled} is ````false````.
112
+ * Only rendered when {@link Entity.visible} is ````true```` and {@link Entity.culled} is ````false````.
113
113
  *
114
- * When {@link Entity#isObject} and {@link Entity#visible} are both ````true```` the Entity will be
115
- * registered by {@link Entity#id} in {@link Scene#visibleObjects}.
114
+ * When {@link Entity.isObject} and {@link Entity.visible} are both ````true```` the Entity will be
115
+ * registered by {@link Entity.id} in {@link Scene.visibleObjects}.
116
116
  *
117
117
  * @type {Boolean}
118
118
  * @abstract
@@ -122,8 +122,8 @@ export declare abstract class Entity {
122
122
  /**
123
123
  * Sets if this Entity is xrayed.
124
124
  *
125
- * When {@link Entity#isObject} and {@link Entity#xrayed} are both ````true``` the Entity will be
126
- * registered by {@link Entity#id} in {@link Scene#xrayedObjects}.
125
+ * When {@link Entity.isObject} and {@link Entity.xrayed} are both ````true``` the Entity will be
126
+ * registered by {@link Entity.id} in {@link Scene.xrayedObjects}.
127
127
  *
128
128
  * @type {Boolean}
129
129
  * @abstract
@@ -133,8 +133,8 @@ export declare abstract class Entity {
133
133
  /**
134
134
  * Gets if this Entity is xrayed.
135
135
  *
136
- * When {@link Entity#isObject} and {@link Entity#xrayed} are both ````true``` the Entity will be
137
- * registered by {@link Entity#id} in {@link Scene#xrayedObjects}.
136
+ * When {@link Entity.isObject} and {@link Entity.xrayed} are both ````true``` the Entity will be
137
+ * registered by {@link Entity.id} in {@link Scene.xrayedObjects}.
138
138
  *
139
139
  * @type {Boolean}
140
140
  * @abstract
@@ -144,8 +144,8 @@ export declare abstract class Entity {
144
144
  /**
145
145
  * Sets if this Entity is highlighted.
146
146
  *
147
- * When {@link Entity#isObject} and {@link Entity#highlighted} are both ````true```` the Entity will be
148
- * registered by {@link Entity#id} in {@link Scene#highlightedObjects}.
147
+ * When {@link Entity.isObject} and {@link Entity.highlighted} are both ````true```` the Entity will be
148
+ * registered by {@link Entity.id} in {@link Scene.highlightedObjects}.
149
149
  *
150
150
  * @type {Boolean}
151
151
  * @abstract
@@ -155,8 +155,8 @@ export declare abstract class Entity {
155
155
  /**
156
156
  * Gets if this Entity is highlighted.
157
157
  *
158
- * When {@link Entity#isObject} and {@link Entity#highlighted} are both ````true```` the Entity will be
159
- * registered by {@link Entity#id} in {@link Scene#highlightedObjects}.
158
+ * When {@link Entity.isObject} and {@link Entity.highlighted} are both ````true```` the Entity will be
159
+ * registered by {@link Entity.id} in {@link Scene.highlightedObjects}.
160
160
  *
161
161
  * @type {Boolean}
162
162
  * @abstract
@@ -166,8 +166,8 @@ export declare abstract class Entity {
166
166
  /**
167
167
  * Sets if this Entity is selected.
168
168
  *
169
- * When {@link Entity#isObject} and {@link Entity#selected} are both ````true``` the Entity will be
170
- * registered by {@link Entity#id} in {@link Scene#selectedObjects}.
169
+ * When {@link Entity.isObject} and {@link Entity.selected} are both ````true``` the Entity will be
170
+ * registered by {@link Entity.id} in {@link Scene.selectedObjects}.
171
171
  *
172
172
  * @type {Boolean}
173
173
  * @abstract
@@ -177,8 +177,8 @@ export declare abstract class Entity {
177
177
  /**
178
178
  * Gets if this Entity is selected.
179
179
  *
180
- * When {@link Entity#isObject} and {@link Entity#selected} are both ````true``` the Entity will be
181
- * registered by {@link Entity#id} in {@link Scene#selectedObjects}.
180
+ * When {@link Entity.isObject} and {@link Entity.selected} are both ````true``` the Entity will be
181
+ * registered by {@link Entity.id} in {@link Scene.selectedObjects}.
182
182
  *
183
183
  * @type {Boolean}
184
184
  * @abstract
@@ -204,7 +204,7 @@ export declare abstract class Entity {
204
204
  /**
205
205
  * Sets if this Entity is culled.
206
206
  *
207
- * Only rendered when {@link Entity#visible} is ````true```` and {@link Entity#culled} is ````false````.
207
+ * Only rendered when {@link Entity.visible} is ````true```` and {@link Entity.culled} is ````false````.
208
208
  *
209
209
  * @type {Boolean}
210
210
  * @abstract
@@ -214,7 +214,7 @@ export declare abstract class Entity {
214
214
  /**
215
215
  * Gets if this Entity is culled.
216
216
  *
217
- * Only rendered when {@link Entity#visible} is ````true```` and {@link Entity#culled} is ````false````.
217
+ * Only rendered when {@link Entity.visible} is ````true```` and {@link Entity.culled} is ````false````.
218
218
  *
219
219
  * @type {Boolean}
220
220
  * @abstract
@@ -224,7 +224,7 @@ export declare abstract class Entity {
224
224
  /**
225
225
  * Sets if this Entity is clippable.
226
226
  *
227
- * Clipping is done by the {@link SectionPlane}s in {@link Scene#sectionPlanes}.
227
+ * Clipping is done by the {@link SectionPlane}s in {@link Scene.sectionPlanes}.
228
228
  *
229
229
  * @type {Boolean}
230
230
  * @abstract
@@ -234,7 +234,7 @@ export declare abstract class Entity {
234
234
  /**
235
235
  * Gets if this Entity is clippable.
236
236
  *
237
- * Clipping is done by the {@link SectionPlane}s in {@link Scene#sectionPlanes}.
237
+ * Clipping is done by the {@link SectionPlane}s in {@link Scene.sectionPlanes}.
238
238
  *
239
239
  * @type {Boolean}
240
240
  * @abstract
@@ -260,7 +260,7 @@ export declare abstract class Entity {
260
260
  /**
261
261
  * Sets if this Entity is pickable.
262
262
  *
263
- * Picking is done via calls to {@link Scene#pick}.
263
+ * Picking is done via calls to {@link Scene.pick}.
264
264
  *
265
265
  * @type {Boolean}
266
266
  * @abstract
@@ -270,7 +270,7 @@ export declare abstract class Entity {
270
270
  /**
271
271
  * Gets if this Entity is pickable.
272
272
  *
273
- * Picking is done via calls to {@link Scene#pick}.
273
+ * Picking is done via calls to {@link Scene.pick}.
274
274
  *
275
275
  * @type {Boolean}
276
276
  * @abstract