Add some documentation. (note this is *not* a thinly veiled attempt to increase my commit frequency *wink*)

0.6.5-rc1
Dahlia Trimble 2009-04-18 17:15:56 +00:00
parent aa86305a41
commit 15b9c528c5
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ namespace OpenSim.Region.Physics.Meshing
/// <summary>
/// creates a simple box mesh of the specified size
/// creates a simple box mesh of the specified size. This mesh is of very low vertex count and may
/// be useful as a backup proxy when level of detail is not needed or when more complex meshes fail
/// for some reason
/// </summary>
/// <param name="minX"></param>
/// <param name="maxX"></param>