Optional
canvasCanvas coordinates, used when PickParams.rayPick is false
.
Optional
pickSet this false
to not pick invisible ViewObjects. Default is true
.
Optional
pickSet this true
to pick a 3D position on a surface.
Optional
pickSet this true
when ray-picking to pick the normal vector on the surface of the picked object.
Optional
pickSet this true
to pick a ViewObjects.
Optional
rayRay-picking direction, used when PickParams.rayPick is true
.
Optional
rayRay-picking direction matrix, used when PickParams.rayPick is true
.
Optional
rayRay-picking origin, used when PickParams.rayPick is true
.
Optional
raySet this true
to perform a ray-pick; leave false
to pick at canvas coordinates.
Optional
snapThe snap radius around PickParams.canvasPos, in canvas pixels.
Optional
snapWhether to snap to the nearest edge to PickParams.canvasPos.
Optional
snapWhether to snap to the nearest vertex to PickParams.canvasPos.
TODO