aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/HelperTypes.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-436/+0
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-18/+44
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-11-29Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble1-14/+0
Migrate sculpt meshing code to primMesher version. This should result in more accurate physical sculpted prim proxies. Remove much obsolete code from Region/Physics/Meshing
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-85/+25
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-08-01Thank you jhurliman for a meshmerizer patch that replaces the ↵Dahlia Trimble1-78/+36
quaternion->matrix->vertex*matrix->vertex code with a direct transformation.
2008-06-30properly explaining each #pragma warning disableDr Scofield1-4/+5
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-1/+5
2008-06-27dr scofield's warnings safari:Dr Scofield1-0/+3
* commenting out unused variables
2008-05-29* Applying Dahlia's interim path curve patch. it adds initial support for ↵Teravus Ovares1-12/+24
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.
2008-05-16Formatting cleanup.Jeff Ames1-7/+7
2008-04-10* Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares1-5/+131
* A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
2008-04-08* Added stretchable ellipsoid support with configurable LOD. It's actually ↵Teravus Ovares1-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.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2007-12-27* Optimized usingslbsa711-6/+4
* shortened references * Removed redundant 'this' * Normalized EOF
2007-11-11set svn:eol-styleJeff Ames1-305/+305
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares1-306/+306
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....
2007-11-05prim cuts in ODEdan miller1-77/+81
Much thanks to Gerhard! Merged with Darok's recent changes re: physical prims
2007-10-30* Optimized usingslbsa711-39/+33
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa711-0/+29
messages. Thanks Chillken!
2007-09-30Corrected the typo in the folder name.Dalien Talbot1-0/+0
2007-09-29Hollow prims (box only), thanks Gerard! Enjoydan miller1-0/+279