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