aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/HelperTypes.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-161-7/+7
|
* * Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares2008-04-101-5/+131
| | | | | * A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
* * Added stretchable ellipsoid support with configurable LOD. It's actually ↵Teravus Ovares2008-04-081-0/+77
| | | | | | | | a split facet icosahedral geodesic sphere that's scaled. * In other words, you can stretch spheres into oblong shapes now and watch them roll around like a football would. * Still can't cut, twist or profile cut spheres yet.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Optimized usingslbsa712007-12-271-6/+4
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* set svn:eol-styleJeff Ames2007-11-111-305/+305
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+306
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....