aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup.Jeff Ames2008-02-201-17/+5
|
* * Adds limited support for each hollow type for the supported prim., Cube ↵Teravus Ovares2008-02-191-124/+192
| | | | | | | with a triangle hollow, Cube with a cylinder hollow, cylinder with a triangle hollow, etc. * More work needs to be done here as several of the profileshape/hollow combinations are rotationally offset from where they render in the client.
* *rawfile fix.Teravus Ovares2008-02-191-1/+1
|
* * This patch adds Prism support to the Meshmerizer. Prism is one of the ↵Teravus Ovares2008-02-191-1/+208
| | | | object types in the drop down on the object tab. Positive tapers are slightly incorrect(prim sinks into ground a tiny bit). Everything else that's supported works as expected. Hollow, cut, negative tapers, top shear.
* * ODE - This fixes a few things and breaks a few more.Teravus Ovares2008-02-141-1/+1
|
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-2/+2
|
* * Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵Teravus Ovares2008-02-091-2/+69
| | | | Cylinder prim.
* * Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares2008-02-081-2/+66
| | | | | | * Removed the hull verbosity
* * Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵Teravus Ovares2008-02-081-42/+44
| | | | Enjoy the new physics-friendly prim type.
* * Removed a statement that crashes the Meshmerizer if you don't have a ↵Teravus Ovares2008-02-081-1/+1
| | | | specific /dev/ folder
* * Okay, fixed the path cut offset, however the inner wall isn't properly ↵Teravus Ovares2008-02-081-2/+2
| | | | 'cut' from the hull, so slightly better support, but still limited.
* * This update adds limited support for Cylinder meshed prim in the ↵Teravus Ovares2008-02-081-1/+297
| | | | Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.)
* Converted logging to use log4net.Jeff Ames2008-02-051-3/+3
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Optimized usingslbsa712007-12-271-39/+35
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* set svn:eol-styleJeff Ames2007-11-111-393/+393
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+393
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....