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

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 (107) hide show
  1. package/dist/xeokit-sdk.cjs.js +77 -40
  2. package/dist/xeokit-sdk.es.js +77 -40
  3. package/dist/xeokit-sdk.min.cjs.js +1 -1
  4. package/dist/xeokit-sdk.min.es.js +1 -1
  5. package/package.json +4 -2
  6. package/types/extras/ContextMenu/ContextMenu.d.ts +125 -0
  7. package/types/extras/ContextMenu/index.d.ts +1 -0
  8. package/types/extras/index.d.ts +1 -0
  9. package/types/index.d.ts +3 -0
  10. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurement.d.ts +144 -0
  11. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsControl.d.ts +42 -0
  12. package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsPlugin.d.ts +85 -0
  13. package/types/plugins/AngleMeasurementsPlugin/index.d.ts +1 -0
  14. package/types/plugins/AnnotationsPlugin/Annotation.d.ts +134 -0
  15. package/types/plugins/AnnotationsPlugin/AnnotationsPlugin.d.ts +117 -0
  16. package/types/plugins/AnnotationsPlugin/index.d.ts +1 -0
  17. package/types/plugins/AxisGizmoPlugin/AxisGizmoPlugin.d.ts +28 -0
  18. package/types/plugins/AxisGizmoPlugin/index.d.ts +1 -0
  19. package/types/plugins/BCFViewpointsPlugin/BCFViewpointsPlugin.d.ts +146 -0
  20. package/types/plugins/BCFViewpointsPlugin/index.d.ts +1 -0
  21. package/types/plugins/CityJSONLoaderPlugin/CityJSONLoaderPlugin.d.ts +81 -0
  22. package/types/plugins/CityJSONLoaderPlugin/index.d.ts +1 -0
  23. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurement.d.ts +137 -0
  24. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsControl.d.ts +40 -0
  25. package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsPlugin.d.ts +120 -0
  26. package/types/plugins/DistanceMeasurementsPlugin/index.d.ts +1 -0
  27. package/types/plugins/FastNavPlugin/FastNavPlugin.d.ts +203 -0
  28. package/types/plugins/FastNavPlugin/index.d.ts +1 -0
  29. package/types/plugins/GLTFLoaderPlugin/GLTFLoaderPlugin.d.ts +140 -0
  30. package/types/plugins/GLTFLoaderPlugin/index.d.ts +1 -0
  31. package/types/plugins/LASLoaderPlugin/LASLoaderPlugin.d.ts +146 -0
  32. package/types/plugins/LASLoaderPlugin/index.d.ts +1 -0
  33. package/types/plugins/NavCubePlugin/NavCubePlugin.d.ts +160 -0
  34. package/types/plugins/NavCubePlugin/index.d.ts +1 -0
  35. package/types/plugins/OBJLoaderPlugin/OBJLoaderPlugin.d.ts +44 -0
  36. package/types/plugins/OBJLoaderPlugin/index.d.ts +1 -0
  37. package/types/plugins/STLLoaderPlugin/STLLoaderPlugin.d.ts +88 -0
  38. package/types/plugins/STLLoaderPlugin/index.d.ts +2 -0
  39. package/types/plugins/SectionPlanesPlugin/SectionPlanesPlugin.d.ts +103 -0
  40. package/types/plugins/SectionPlanesPlugin/index.d.ts +1 -0
  41. package/types/plugins/SkyboxesPlugin/SkyboxesPlugin.d.ts +34 -0
  42. package/types/plugins/SkyboxesPlugin/index.d.ts +1 -0
  43. package/types/plugins/StoreyViewsPlugin/Storey.d.ts +47 -0
  44. package/types/plugins/StoreyViewsPlugin/StoreyMap.d.ts +41 -0
  45. package/types/plugins/StoreyViewsPlugin/StoreyViewsPlugin.d.ts +173 -0
  46. package/types/plugins/StoreyViewsPlugin/index.d.ts +1 -0
  47. package/types/plugins/TreeViewPlugin/ModelTreeView.d.ts +24 -0
  48. package/types/plugins/TreeViewPlugin/TreeViewNode.d.ts +66 -0
  49. package/types/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +136 -0
  50. package/types/plugins/TreeViewPlugin/index.d.ts +1 -0
  51. package/types/plugins/ViewCullPlugin/ViewCullPlugin.d.ts +34 -0
  52. package/types/plugins/ViewCullPlugin/index.d.ts +1 -0
  53. package/types/plugins/WebIFCLoaderPlugin/WebIFCLoaderPlugin.d.ts +230 -0
  54. package/types/plugins/WebIFCLoaderPlugin/index.d.ts +1 -0
  55. package/types/plugins/XKTLoaderPlugin/XKTLoaderPlugin.d.ts +277 -0
  56. package/types/plugins/XKTLoaderPlugin/index.d.ts +1 -0
  57. package/types/plugins/XML3DLoaderPlugin/XML3DLoaderPlugin.d.ts +65 -0
  58. package/types/plugins/XML3DLoaderPlugin/index.d.ts +1 -0
  59. package/types/plugins/index.d.ts +34 -0
  60. package/types/viewer/Configs.d.ts +20 -0
  61. package/types/viewer/Plugin.d.ts +69 -0
  62. package/types/viewer/Viewer.d.ts +212 -0
  63. package/types/viewer/index.d.ts +6 -0
  64. package/types/viewer/localization/LocaleService.d.ts +176 -0
  65. package/types/viewer/metadata/IFCObjectDefaults.d.ts +9 -0
  66. package/types/viewer/metadata/MetaModel.d.ts +65 -0
  67. package/types/viewer/metadata/MetaObject.d.ts +74 -0
  68. package/types/viewer/metadata/MetaScene.d.ts +135 -0
  69. package/types/viewer/metadata/Property.d.ts +29 -0
  70. package/types/viewer/metadata/PropertySet.d.ts +31 -0
  71. package/types/viewer/metadata/index.d.ts +6 -0
  72. package/types/viewer/scene/CameraControl/CameraControl.d.ts +591 -0
  73. package/types/viewer/scene/Component.d.ts +155 -0
  74. package/types/viewer/scene/Entity.d.ts +394 -0
  75. package/types/viewer/scene/PerformanceModel/PerformanceModel.d.ts +605 -0
  76. package/types/viewer/scene/PerformanceModel/PerformanceNode.d.ts +302 -0
  77. package/types/viewer/scene/camera/Camera.d.ts +364 -0
  78. package/types/viewer/scene/camera/CameraFlightAnimation.d.ts +167 -0
  79. package/types/viewer/scene/camera/CameraPath.d.ts +28 -0
  80. package/types/viewer/scene/camera/CameraPathAnimation.d.ts +95 -0
  81. package/types/viewer/scene/camera/CustomProjection.d.ts +57 -0
  82. package/types/viewer/scene/camera/Frustum.d.ts +166 -0
  83. package/types/viewer/scene/camera/Ortho.d.ts +115 -0
  84. package/types/viewer/scene/camera/Perspective.d.ts +136 -0
  85. package/types/viewer/scene/camera/index.d.ts +4 -0
  86. package/types/viewer/scene/geometry/Geometry.d.ts +7 -0
  87. package/types/viewer/scene/geometry/ReadableGeometry.d.ts +95 -0
  88. package/types/viewer/scene/geometry/index.d.ts +1 -0
  89. package/types/viewer/scene/index.d.ts +6 -0
  90. package/types/viewer/scene/marker/Marker.d.ts +136 -0
  91. package/types/viewer/scene/marker/index.d.ts +1 -0
  92. package/types/viewer/scene/materials/EdgeMaterial.d.ts +83 -0
  93. package/types/viewer/scene/materials/EmphasisMaterial.d.ts +241 -0
  94. package/types/viewer/scene/materials/Fresnel.d.ts +149 -0
  95. package/types/viewer/scene/materials/LinesMaterial.d.ts +71 -0
  96. package/types/viewer/scene/materials/Material.d.ts +3 -0
  97. package/types/viewer/scene/materials/PhongMaterial.d.ts +468 -0
  98. package/types/viewer/scene/materials/PointsMaterial.d.ts +206 -0
  99. package/types/viewer/scene/materials/Texture.d.ts +261 -0
  100. package/types/viewer/scene/materials/index.d.ts +5 -0
  101. package/types/viewer/scene/math/math.d.ts +36 -0
  102. package/types/viewer/scene/postfx/SAO.d.ts +209 -0
  103. package/types/viewer/scene/scene/Scene.d.ts +727 -0
  104. package/types/viewer/scene/sectionPlane/SectionPlane.d.ts +93 -0
  105. package/types/viewer/scene/sectionPlane/index.d.ts +1 -0
  106. package/types/viewer/scene/viewport/Viewport.d.ts +23 -0
  107. package/types/viewer/scene/webgl/PickResult.d.ts +103 -0
@@ -0,0 +1,136 @@
1
+ import { Component } from "../Component";
2
+ import { Camera } from "../Camera";
3
+
4
+ /**
5
+ * @desc Defines its {@link Camera}'s perspective projection using a field-of-view angle.
6
+ */
7
+ export declare class Perspective extends Component {
8
+ /**
9
+ * The Camera this Perspective belongs to.
10
+ *
11
+ * @property camera
12
+ * @type {Camera}
13
+ * @final
14
+ */
15
+ camera: Camera;
16
+
17
+ /**
18
+ * Sets the Perspective's field-of-view angle (FOV).
19
+ *
20
+ * Fires an "fov" event on change.
21
+
22
+ * Default value is ````60.0````.
23
+ *
24
+ * @param {Number} value New field-of-view.
25
+ */
26
+ set fov(arg: number);
27
+
28
+ /**
29
+ * Gets the Perspective's field-of-view angle (FOV).
30
+ *
31
+ * Default value is ````60.0````.
32
+ *
33
+ * @returns {Number} Current field-of-view.
34
+ */
35
+ get fov(): number;
36
+
37
+ /**
38
+ * Sets the Perspective's FOV axis.
39
+ *
40
+ * Options are ````"x"````, ````"y"```` or ````"min"````, to use the minimum axis.
41
+ *
42
+ * Fires an "fovAxis" event on change.
43
+
44
+ * Default value ````"min"````.
45
+ *
46
+ * @param {String} value New FOV axis value.
47
+ */
48
+ set fovAxis(arg: string);
49
+
50
+ /**
51
+ * Gets the Perspective's FOV axis.
52
+ *
53
+ * Options are ````"x"````, ````"y"```` or ````"min"````, to use the minimum axis.
54
+ *
55
+ * Fires an "fovAxis" event on change.
56
+
57
+ * Default value is ````"min"````.
58
+ *
59
+ * @returns {String} The current FOV axis value.
60
+ */
61
+ get fovAxis(): string;
62
+
63
+ /**
64
+ * Sets the position of the Perspective's near plane on the positive View-space Z-axis.
65
+ *
66
+ * Fires a "near" event on change.
67
+ *
68
+ * Default value is ````0.1````.
69
+ *
70
+ * @param {Number} value New Perspective near plane position.
71
+ */
72
+ set near(arg: number);
73
+
74
+ /**
75
+ * Gets the position of the Perspective's near plane on the positive View-space Z-axis.
76
+ *
77
+ * Fires an "emits" emits on change.
78
+ *
79
+ * Default value is ````0.1````.
80
+ *
81
+ * @returns The Perspective's near plane position.
82
+ */
83
+ get near(): number;
84
+
85
+ /**
86
+ * Sets the position of this Perspective's far plane on the positive View-space Z-axis.
87
+ *
88
+ * Fires a "far" event on change.
89
+ *
90
+ * @param {Number} value New Perspective far plane position.
91
+ */
92
+ set far(arg: number);
93
+
94
+ /**
95
+ * Gets the position of this Perspective's far plane on the positive View-space Z-axis.
96
+ *
97
+ * @return {Number} The Perspective's far plane position.
98
+ */
99
+ get far(): number;
100
+
101
+ /**
102
+ * Gets the Perspective's projection transform matrix.
103
+ *
104
+ * Fires a "matrix" event on change.
105
+ *
106
+ * Default value is ````[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]````.
107
+ *
108
+ * @returns {Number[]} The Perspective's projection matrix.
109
+ */
110
+ get matrix(): number[];
111
+
112
+ /**
113
+ * Gets the inverse of {@link Perspective#matrix}.
114
+ *
115
+ * @returns {Number[]} The inverse of {@link Perspective#matrix}.
116
+ */
117
+ get inverseMatrix(): number[];
118
+
119
+ /**
120
+ * Gets the transpose of {@link Perspective#matrix}.
121
+ *
122
+ * @returns {Number[]} The transpose of {@link Perspective#matrix}.
123
+ */
124
+ get transposedMatrix(): number[];
125
+
126
+ /**
127
+ * Un-projects the given Canvas-space coordinates and Screen-space depth, using this Perspective projection.
128
+ *
129
+ * @param {Number[]} canvasPos Inputs 2D Canvas-space coordinates.
130
+ * @param {Number} screenZ Inputs Screen-space Z coordinate.
131
+ * @param {Number[]} screenPos Outputs 3D Screen/Clip-space coordinates.
132
+ * @param {Number[]} viewPos Outputs un-projected 3D View-space coordinates.
133
+ * @param {Number[]} worldPos Outputs un-projected 3D World-space coordinates.
134
+ */
135
+ unproject(canvasPos: number[], screenZ: number, screenPos: number[], viewPos: number[], worldPos: number[]): number[];
136
+ }
@@ -0,0 +1,4 @@
1
+ export * from "./Camera";
2
+ export * from "./CameraFlightAnimation";
3
+ export * from "./CameraPath";
4
+ export * from "./CameraPathAnimation";
@@ -0,0 +1,7 @@
1
+ import { Component } from "../Component";
2
+
3
+ /**
4
+ * Defines a shape for one or more {@link Mesh}es.
5
+ */
6
+ export declare class Geometry extends Component {
7
+ }
@@ -0,0 +1,95 @@
1
+ import {Geometry} from "./Geometry";
2
+ import {Component} from "../Component";
3
+
4
+ export declare type ReadableGeometryConfiguration = {
5
+ /** Optional ID, unique among all components in the parent {@link Scene}, */
6
+ id?: string;
7
+ /** Optional map of user-defined metadata to attach to this Geometry. */
8
+ meta?: {[key: string]: any};
9
+ /** The primitive type. */
10
+ primitive?: "points" | "lines"| "line-loop"| "line-strip"| "triangles"| "triangle-strip" | "triangle-fan";
11
+ /** Positions array. */
12
+ positions?: number[];
13
+ /** Vertex normal vectors array. */
14
+ normals?: number[];
15
+ /** UVs array. */
16
+ uv?: number[];
17
+ /** Vertex colors. */
18
+ colors?: number[];
19
+ /** Indices array. */
20
+ indices?: number[];
21
+ /** Set true to automatically generate normal vectors from the positions and indices, if those are supplied.*/
22
+ autoVertexNormals?: boolean;
23
+ /** Stores positions, colors, normals and UVs in compressGeometry and oct-encoded formats for reduced memory footprint and GPU bus usage.*/
24
+ compressGeometry?: boolean;
25
+ /** When a {@link Mesh} renders this Geometry as wireframe, this indicates the threshold angle (in degrees) between the face normals of adjacent triangles below which the edge is discarded.*/
26
+ edgeThreshold?: number;
27
+ };
28
+
29
+ /**
30
+ * A {@link Geometry} that keeps its geometry data in both browser and GPU memory.
31
+ *
32
+ * ReadableGeometry uses more memory than {@link VBOGeometry}, which only stores its geometry data in GPU memory.
33
+ */
34
+ export declare class ReadableGeometry extends Geometry {
35
+ /**
36
+ * constructor
37
+ * @param {Component} owner Owner component. When destroyed, the owner will destroy this component as well.
38
+ * @param {ReadableGeometryConfiguration} cfg Configs
39
+ */
40
+ constructor(owner: Component, cfg?: ReadableGeometryConfiguration);
41
+
42
+ /**
43
+ * Gets the Geometry"s primitive type.
44
+ */
45
+ get primitive(): "points" | "lines"| "line-loop"| "line-strip"| "triangles"| "triangle-strip" | "triangle-fan";
46
+
47
+ /**
48
+ * Indicates if this Geometry is quantized.
49
+ */
50
+ get compressGeometry(): boolean;
51
+
52
+ /**
53
+ * The Geometry's vertex positions.
54
+ */
55
+ get positions(): number[];
56
+ set positions(arg: number[]);
57
+
58
+ /**
59
+ * The Geometry's vertex normals.
60
+ */
61
+ get normals(): number[];
62
+ set normals(arg: number[]);
63
+
64
+ /**
65
+ The Geometry's UV coordinates.
66
+ */
67
+ get uv(): number[];
68
+ set uv(arg: number[]);
69
+
70
+ /**
71
+ * The Geometry's vertex colors.
72
+ */
73
+ get colors(): number[];
74
+ set colors(arg: number[]);
75
+
76
+ /**
77
+ * The Geometry's indices.
78
+ */
79
+ get indices(): Uint16Array | Uint32Array;
80
+
81
+ /**
82
+ * Local-space axis-aligned 3D boundary (AABB) of this geometry.
83
+ */
84
+ get aabb(): number[];
85
+
86
+ /**
87
+ * Local-space oriented 3D boundary (OBB) of this geometry.
88
+ */
89
+ get obb(): number[];
90
+
91
+ /**
92
+ * Approximate number of triangles in this ReadableGeometry.
93
+ */
94
+ get numTriangles(): number;
95
+ }
@@ -0,0 +1 @@
1
+ export * from "./ReadableGeometry";
@@ -0,0 +1,6 @@
1
+ export * from "./Camera";
2
+ export * from "./CameraControl/CameraControl";
3
+ export * from "./Component";
4
+ export * from "./Entity";
5
+ export * from "./math/math";
6
+ export * from "./PerformanceModel/PerformanceModel";
@@ -0,0 +1,136 @@
1
+ import { Component } from "../Component";
2
+ import { Entity } from "../Entity";
3
+
4
+ export declare type MarkerConfiguration = {
5
+ /** Optional ID, unique among all components in the parent {@link Scene}, generated automatically when omitted. */
6
+ id?: string;
7
+ /** Entity to associate this Marker with. When the Marker has an Entity, then {@link Marker#visible} will always be ````false```` if {@link Entity#visible} is false. */
8
+ entity?: Entity
9
+ /** Indicates whether or not this Marker is hidden (ie. {@link Marker#visible} is ````false```` whenever occluded by {@link Entity}s in the {@link Scene}. */
10
+ occludable?: boolean;
11
+ /** World-space 3D Marker position. */
12
+ worldPos?: number[];
13
+ };
14
+
15
+ /**
16
+ * @desc Tracks the World, View and Canvas coordinates, and visibility, of a position within a {@link Scene}.
17
+ */
18
+ export class Marker extends Component {
19
+ /**
20
+ * @constructor
21
+ * @param {Component} [owner] Owner component. When destroyed, the owner will destroy this Marker as well.
22
+ * @param {MarkerConfiguration} [cfg] Marker configuration
23
+ */
24
+ constructor(owner?: Component, cfg?: MarkerConfiguration);
25
+
26
+ /**
27
+ * Sets the {@link Entity} this Marker is associated with.
28
+ *
29
+ * An Entity is optional. When the Marker has an Entity, then {@link Marker#visible} will always be ````false````
30
+ * if {@link Entity#visible} is false.
31
+ *
32
+ * @type {Entity}
33
+ */
34
+ set entity(arg: Entity);
35
+
36
+ /**
37
+ * Gets the {@link Entity} this Marker is associated with.
38
+ *
39
+ * @type {Entity}
40
+ */
41
+ get entity(): Entity;
42
+
43
+ /**
44
+ * Sets the World-space 3D position of this Marker.
45
+ *
46
+ * Fires a "worldPos" event with new World position.
47
+ *
48
+ * @type {Number[]}
49
+ */
50
+ set worldPos(arg: number[]);
51
+
52
+ /**
53
+ * Gets the World-space 3D position of this Marker.
54
+ *
55
+ * @type {Number[]}
56
+ */
57
+ get worldPos(): number[];
58
+
59
+ /**
60
+ * Sets whether occlusion testing is performed for this Marker.
61
+ *
62
+ * When this is ````true````, then {@link Marker#visible} will be ````false```` whenever the Marker is occluded by an {@link Entity} in the 3D view.
63
+ *
64
+ * The {@link Scene} periodically occlusion-tests all Markers on every 20th "tick" (which represents a rendered frame). We
65
+ * can adjust that frequency via property {@link Scene#ticksPerOcclusionTest}.
66
+ *
67
+ * @type {Boolean}
68
+ */
69
+ set occludable(arg: boolean);
70
+
71
+ /**
72
+ * Gets whether occlusion testing is performed for this Marker.
73
+ *
74
+ * When this is ````true````, then {@link Marker#visible} will be ````false```` whenever the Marker is occluded by an {@link Entity} in the 3D view.
75
+ *
76
+ * @type {Boolean}
77
+ */
78
+ get occludable(): boolean;
79
+
80
+ /**
81
+ * Gets the RTC center of this Marker.
82
+ *
83
+ * This is automatically calculated from {@link Marker#worldPos}.
84
+ *
85
+ * @type {Number[]}
86
+ */
87
+ get origin(): number[];
88
+
89
+ /**
90
+ * Gets the RTC position of this Marker.
91
+ *
92
+ * This is automatically calculated from {@link Marker#worldPos}.
93
+ *
94
+ * @type {Number[]}
95
+ */
96
+ get rtcPos(): number[];
97
+
98
+ /**
99
+ * View-space 3D coordinates of this Marker.
100
+ *
101
+ * This property is read-only and is automatically calculated from {@link Marker#worldPos} and the current {@link Camera} position.
102
+ *
103
+ * The Marker fires a "viewPos" event whenever this property changes.
104
+ *
105
+ * @type {Number[]}
106
+ */
107
+ get viewPos(): number[];
108
+
109
+ /**
110
+ * Canvas-space 2D coordinates of this Marker.
111
+ *
112
+ * This property is read-only and is automatically calculated from {@link Marker#worldPos} and the current {@link Camera} position and projection.
113
+ *
114
+ * The Marker fires a "canvasPos" event whenever this property changes.
115
+ *
116
+ * @type {Number[]}
117
+ */
118
+ get canvasPos(): number[];
119
+
120
+ /**
121
+ * Indicates if this Marker is currently visible.
122
+ *
123
+ * This is read-only and is automatically calculated.
124
+ *
125
+ * The Marker is **invisible** whenever:
126
+ *
127
+ * * {@link Marker#canvasPos} is currently outside the canvas,
128
+ * * {@link Marker#entity} is set to an {@link Entity} that has {@link Entity#visible} ````false````, or
129
+ * * or {@link Marker#occludable} is ````true```` and the Marker is currently occluded by an Entity in the 3D view.
130
+ *
131
+ * The Marker fires a "visible" event whenever this property changes.
132
+ *
133
+ * @type {Boolean}
134
+ */
135
+ get visible(): boolean;
136
+ }
@@ -0,0 +1 @@
1
+ export * from "./Marker";
@@ -0,0 +1,83 @@
1
+ import { Material } from "./Material";
2
+ import { Component } from "../Component";
3
+
4
+ export declare type EdgeMaterialConfiguration = {
5
+ /** Optional ID, unique among all components in the parent {@link Scene}, generated automatically when omitted. */
6
+ id?: string;
7
+ /** RGB edge color. */
8
+ edgeColor?: number[];
9
+ /** Edge transparency. */
10
+ edgeAlpha?: number;
11
+ /** Edge width in pixels. */
12
+ edgeWidth?: number;
13
+ /** Selects a preset EdgeMaterial configuration */
14
+ preset?: string;
15
+ };
16
+
17
+ /**
18
+ * Configures the appearance of {@link Entity}s when their edges are emphasised.
19
+ */
20
+ export declare class EdgeMaterial extends Material {
21
+ /**
22
+ * @constructor
23
+ * @param {Component} owner Owner component. When destroyed, the owner will destroy this component as well.
24
+ * @param {EdgeMaterialConfiguration} [cfg] The EdgeMaterial configuration
25
+ */
26
+ constructor(owner: Component, cfg?: EdgeMaterialConfiguration);
27
+
28
+ /**
29
+ * Gets available EdgeMaterial presets.
30
+ */
31
+ get presets(): any;
32
+
33
+ /**
34
+ * Selects a preset EdgeMaterial configuration.
35
+ * @type {String}
36
+ */
37
+ set preset(arg: string);
38
+
39
+ /**
40
+ * The current preset EdgeMaterial configuration.
41
+ */
42
+ get preset(): string;
43
+
44
+ /**
45
+ * Sets RGB edge color.
46
+ */
47
+ set edgeColor(arg: number[]);
48
+
49
+ /**
50
+ * Gets RGB edge color.
51
+ */
52
+ get edgeColor(): number[];
53
+
54
+ /**
55
+ * Sets edge transparency.
56
+ */
57
+ set edgeAlpha(arg: number);
58
+
59
+ /**
60
+ * Gets edge transparency.
61
+ */
62
+ get edgeAlpha(): number;
63
+
64
+ /**
65
+ * Sets edge width.
66
+ */
67
+ set edgeWidth(arg: number);
68
+
69
+ /**
70
+ * Gets edge width.
71
+ */
72
+ get edgeWidth(): number;
73
+
74
+ /**
75
+ * Sets if edges are visible.
76
+ */
77
+ set edges(arg: boolean);
78
+
79
+ /**
80
+ * Gets if edges are visible.
81
+ */
82
+ get edges(): boolean;
83
+ }