API / geotoolkit3d / scene / pointset / PointsetMaterial / PointsetMaterial
pointset.PointsetMaterial.PointsetMaterial
Type Aliases
Type Aliases
Ƭ Options: Object
The material options
| Name | Type | Description |
|---|---|---|
sizeindevice? | boolean | if this material should render using transparency blending or not. |
transparent? | boolean | if render using transparency blending or not. (transparency can have a considerable performance cost because of depth-peeling) |
Ƭ OptionsBase: Object
The material options
| Name | Type | Description |
|---|---|---|
sizeindevice? | boolean | if this material should render using transparency blending or not. |
transparent? | boolean | if render using transparency blending or not. (transparency can have a considerable performance cost because of depth-peeling) |