Copy/Paste Error in Documentation

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
Moohasha
Gnoll
Posts: 672
Joined: Fri Dec 07, 2007 7:37 pm
x 8

Copy/Paste Error in Documentation

Post by Moohasha »

Not a big deal, but I was looking at the API for the isVisible method on the camera, and all three overloads have the exact same comment referencing a bounding box, even though the other two take a Vector3 and a Spehere.
Tests whether the given container is visible in the Frustum.

Parameters:
bound Bounding box to be checked (world space)
culledBy Optional pointer to an int which will be filled by the plane number which culled the box if the result was false;

Returns:
If the box was visible, true is returned.
Otherwise, false is returned.

Reimplemented from Ogre::Frustum.
Like I said, not a big deal, just thought I'd bring it to the attention of whoever. :P
Black holes are where God divided by 0
Post Reply