aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-20Minor cleanup.Jeff Ames1-17/+5
2008-02-19* Adds limited support for each hollow type for the supported prim., Cube ↵Teravus Ovares1-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.
2008-02-19*rawfile fix.Teravus Ovares1-1/+1
2008-02-19* This patch adds Prism support to the Meshmerizer. Prism is one of the ↵Teravus Ovares1-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.
2008-02-14* ODE - This fixes a few things and breaks a few more.Teravus Ovares1-1/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-09* Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵Teravus Ovares1-2/+69
Cylinder prim.
2008-02-08* Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares1-2/+66
* Removed the hull verbosity
2008-02-08* Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵Teravus Ovares1-42/+44
Enjoy the new physics-friendly prim type.
2008-02-08* Removed a statement that crashes the Meshmerizer if you don't have a ↵Teravus Ovares1-1/+1
specific /dev/ folder
2008-02-08* Okay, fixed the path cut offset, however the inner wall isn't properly ↵Teravus Ovares1-2/+2
'cut' from the hull, so slightly better support, but still limited.
2008-02-08* This update adds limited support for Cylinder meshed prim in the ↵Teravus Ovares1-1/+297
Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.)
2008-02-05Converted logging to use log4net.Jeff Ames1-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.
2007-12-27* Optimized usingslbsa711-39/+35
* shortened references * Removed redundant 'this' * Normalized EOF
2007-11-11set svn:eol-styleJeff Ames1-393/+393
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares1-375/+393
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....
2007-11-06* fix for Bug 563Teravus Ovares1-1/+5
* fix for ODE geoms not getting disposed of properly when resizing.
2007-11-05prim cuts in ODEdan miller1-357/+157
Much thanks to Gerhard! Merged with Darok's recent changes re: physical prims
2007-10-30* Optimized usingslbsa711-137/+119
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-1/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa711-0/+29
messages. Thanks Chillken!
2007-10-05getting all our line endings consistant againSean Dague1-560/+560
2007-09-30Corrected the typo in the folder name.Dalien Talbot1-0/+0
2007-09-29Hollow prims (box only), thanks Gerard! Enjoydan miller1-0/+560