ViewerDrawingGeometry#
Type alias ViewerDrawingGeometry
Viewer Drawing Geometry: { color: [number, number, number, number]; positions: number[]; primitiveType: number; volume: [number, number, number, number, number, number]; width?: number }
Type declaration
-
color: [number, number, number, number]
-
positions: number[]
Specifies the vertex positions of the Geometry.
-
primitive
Type: number Specifies primitive type of the Geometry.
-
volume: [number, number, number, number, number, number]
Specifies the volume of the Geometry.
-
Optional
width?: numberSpecifies the width of the Geometry.
Default
1
Specifies the color of the Geometry.