aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Extruder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixes a few taper/top-sheer situations that were previously having issues.Teravus Ovares2008-05-291-2/+2
|
* * Applying Dahlia's interim path curve patch. it adds initial support for ↵Teravus Ovares2008-05-291-0/+211
| | | | | | | | | some tori/ring parameters. Thanks Dahlia! * Some situations do not match the client's render of the tori, we know and are working on it. This is an initial support patch, so expect it to not be exact. * Some tapers are acting slightly odd. Will fix.
* * 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....