Last updated

API / geotoolkit3d / scene / pointset / PointSet / HighlightMode

Enumeration: HighlightMode

pointset.PointSet.HighlightMode

Define the Picking highlight mode for this pointset.
Note that this only affect highlight via picking, individual points or full pointset can still be highlighted via selectFullPointSet or setSelectedPoints.

Table of contents

Enumeration Members

Contents

Enumeration Members

Point

Point = "Point"

Highlight only the point under the mouse cursor, upon click/picking.


PointSet

PointSet = "PointSet"

Highlight the full pointset upon clicking/picking on any point of the pointset.