Last updated

API / geotoolkit3d / picking / pickingrenderer / DefaultPointsPickingMaterial / DefaultPointsPickingMaterial

Class: 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

Hierarchy

  • PointsMaterial

    DefaultPointsPickingMaterial

Table of contents

Constructors
Methods

Contents

Constructors

new DefaultPointsPickingMaterial(options)

new DefaultPointsPickingMaterial(options)

Parameters

Name Type
optionsOptions

Overrides

PointsMaterial.constructor

Methods

setOptions

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

Parameters

Name Type Description
optionsOptionsThe picking options

Returns

DefaultPointsPickingMaterial

this