diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index 5d227dc..1d1067c 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -74,7 +74,9 @@ namespace OpenSim.Region.Physics.Meshing | |||
74 | 74 | ||
75 | 75 | ||
76 | /// <summary> | 76 | /// <summary> |
77 | /// creates a simple box mesh of the specified size | 77 | /// creates a simple box mesh of the specified size. This mesh is of very low vertex count and may |
78 | /// be useful as a backup proxy when level of detail is not needed or when more complex meshes fail | ||
79 | /// for some reason | ||
78 | /// </summary> | 80 | /// </summary> |
79 | /// <param name="minX"></param> | 81 | /// <param name="minX"></param> |
80 | /// <param name="maxX"></param> | 82 | /// <param name="maxX"></param> |