aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDahlia Trimble2009-04-18 17:15:56 +0000
committerDahlia Trimble2009-04-18 17:15:56 +0000
commit15b9c528c521fff043cd3c35280f5922a6bdd62b (patch)
tree8cb5aa47654d37e42838a634401a26b54563eef4
parentThank you kindly, StrawberryFride, for a patch that: (diff)
downloadopensim-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*)
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs4
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>