diff options
author | Dahlia Trimble | 2009-04-18 17:15:56 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-04-18 17:15:56 +0000 |
commit | 15b9c528c521fff043cd3c35280f5922a6bdd62b (patch) | |
tree | 8cb5aa47654d37e42838a634401a26b54563eef4 /OpenSim/Region/Physics | |
parent | Thank you kindly, StrawberryFride, for a patch that: (diff) | |
download | opensim-SC_OLD-15b9c528c521fff043cd3c35280f5922a6bdd62b.zip opensim-SC_OLD-15b9c528c521fff043cd3c35280f5922a6bdd62b.tar.gz opensim-SC_OLD-15b9c528c521fff043cd3c35280f5922a6bdd62b.tar.bz2 opensim-SC_OLD-15b9c528c521fff043cd3c35280f5922a6bdd62b.tar.xz |
Add some documentation. (note this is *not* a thinly veiled attempt to increase my commit frequency *wink*)
Diffstat (limited to 'OpenSim/Region/Physics')
-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> |