diff --git a/doc/index.html b/doc/index.html index 809ee2a..ec8e1a3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -523,7 +523,7 @@ For each object in the "pick line", the following properties are set:

pickOne

-

objects = ag.pickOne(x, y, obj)

+

obj_hit = ag.pickOne(x, y, obj)

This function allows for 3D object "picking," but only tests the given object for intersection with the pick line and is thus much more efficient