API / geotoolkit3d / Constants / PickingModes

Enumeration: PickingModes

geotoolkit3d.Constants.PickingModes

Builtin picking modes.

This is used to tell the GPU which picking phase is currently occurring.
It will be use din the picking shaders to choose which information to encode in the picked pixel.

Table of contents

Enumeration Members

Contents

Enumeration Members

Id

Id = 0

ID mode, shader will encode the shape unique id.


X

X = 10

X mode, shader will encode the picked point x coordinate.


Y

Y = 20

ID mode, shader will encode the picked point y coordinate.


Z

Z = 30

ID mode, shader will encode the picked point z coordinate.