Type Alias: Overlay3DCollectionOptions
Overlay3DCollectionOptions =
object
Defined in: packages/3d-overlays/src/Overlay3DCollection.ts:18
Constructor options for the Overlay3DCollection
Properties
defaultOverlayColor?
optionaldefaultOverlayColor?:Color
Defined in: packages/3d-overlays/src/Overlay3DCollection.ts:34
The default color to apply to overlay icons without a color on their own
maxPointSize?
optionalmaxPointSize?:number
Defined in: packages/3d-overlays/src/Overlay3DCollection.ts:30
The maximum display size of each icon in pixels
overlayTexture?
optionaloverlayTexture?:Texture
Defined in: packages/3d-overlays/src/Overlay3DCollection.ts:22
The texture to display as icons in this collection
overlayTextureMask?
optionaloverlayTextureMask?:Texture
Defined in: packages/3d-overlays/src/Overlay3DCollection.ts:26
A texture mask for marking what pixels are transparent in the supplied overlayTexture