Last updated

API / geotoolkit3d / scene / pointset / PointCloud / PointCloud / Shader

Namespace: Shader

PointCloud.PointCloud.Shader

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

Type declaration

NameTypeDescription
alphatest?numberThe alpha value to use for sharpness correction, the bigger the 'sharper' [0,1].
color?ColorThe color of the projection
colorprovider?string | ColorThe color of the projection
opacity?numberThe projection opacity
symbol?ThreeTextureThe Symbol texture used for the projection drawing
symbolsizeisindevice?booleanIf 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.