|
|
@@ -119,7 +119,8 @@ set_lens_active(int index, bool flag) {
|
|
|
|
|
|
/**
|
|
|
* Returns true if the given point is within the bounds of the lens of the
|
|
|
- * LensNode (i.e. if the camera can see the point).
|
|
|
+ * LensNode (i.e. if the camera can see the point). The point is assumed to
|
|
|
+ * be relative to the LensNode itself.
|
|
|
*/
|
|
|
bool LensNode::
|
|
|
is_in_view(int index, const LPoint3 &pos) {
|