OptionalfilterFilter on the picked results
OptionalgpuIf disabled, picking will using CPU raycasting when possible (rather than GPU picking). Main differences between CPU raycasting and GPU picking:
Disadvantages:
OptionallimitMaximum number of objects to return.
OptionalpickIndicates if features information are also retrieved from the picked object. On complex objects, this may be slow, and therefore is disabled by default.
OptionalradiusRadius (in pixels) for picking (default 0).
Picking will happen in a circle centered on the coordinates provided. Radius is the radius of this circle, in pixels.
This is honored by all native Giro3D picking methods, but may not be honored by customized picking methods.
OptionalraycasterThe optional raycaster to use for raycast-based picking. This is mostly useful in the case of point clouds to fine tune the raycaster parameters, depending on the caracteristics of the dataset (i.e size, shape, point density).
OptionalsortIndicates if the results should be sorted by distance, as Three.js raycasting does.
This prevents the limit option to be fully used as it is applied after sorting,
thus it may be slow and is disabled by default.
OptionalwhereList of entities to pick from. If not provided, will pick from all the objects in the scene. Strings consist in the IDs of the object.
Options for picking objects from the Giro3D Instance.