From df91f0fe921baf3772e1780736357f3cb5c785a7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 19 Dec 2010 00:11:40 -0500 Subject: [PATCH] fix ag.pickOne documentation return value name --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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