API / geotoolkit3d / scene / pointset / PointCloud / PointCloud / Shader
PointCloud.PointCloud.Shader
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
alphatest? | number | The alpha value to use for sharpness correction, the bigger the 'sharper' [0,1]. |
color? | Color | The color of the projection |
colorprovider? | string | Color | The color of the projection |
opacity? | number | The projection opacity |
symbol? | ThreeTexture | The Symbol texture used for the projection drawing |
symbolsizeisindevice? | boolean | If true, the points size will be in screen pixels, and retain consistent size across zoom levels. If false, the points size will be in world coordinates, meaning zooming closer to the points will show them larger, and zooming out further will make them smaller (assuming the camera is in perspective mode). Default is true. |