aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Extruder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares2008-04-101-4/+112
| | | | | * A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* * Killed 4 more warnings (at 16 now)Teravus Ovares2008-03-061-0/+2
|
* * Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵Teravus Ovares2008-02-091-0/+10
| | | | Cylinder prim.
* * Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares2008-02-081-4/+9
| | | | | | * Removed the hull verbosity
* * Optimized usingslbsa712007-12-271-11/+10
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* set svn:eol-styleJeff Ames2007-11-111-83/+83
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+83
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....