API / geotoolkit3d / picking / pickingrenderer / DefaultPointsPickingMaterial / DefaultPointsPickingMaterial
pickingrenderer.DefaultPointsPickingMaterial.DefaultPointsPickingMaterial
Material used to do renderer picking on a THREE.JS Points.
Note that this implementation ignores any transparency in the points and does picking on the whole area covered by the points.
See
- AbstractShaderPickingMaterial For details about picking-material.
- RendererPicking For details about picking-renderer.
PointsMaterial↳
DefaultPointsPickingMaterial
Constructors
Methods
Constructors
• new DefaultPointsPickingMaterial(options)
| Name | Type |
|---|---|
options | Options |
PointsMaterial.constructor
Methods
▸ setOptions(options): DefaultPointsPickingMaterial
Set picking options, note that this setOptions expects all mandatory parameters to be set
Throws
Error if no object has been selected
| Name | Type | Description |
|---|---|---|
options | Options | The picking options |
this