aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/HelperTypes.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-18/+44
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble2008-11-291-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
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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.
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* Thank you jhurliman for a meshmerizer patch that replaces the ↵Dahlia Trimble2008-08-011-78/+36
| | | | quaternion->matrix->vertex*matrix->vertex code with a direct transformation.
* properly explaining each #pragma warning disableDr Scofield2008-06-301-4/+5
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+5
|
* dr scofield's warnings safari:Dr Scofield2008-06-271-0/+3
| | | | | | * commenting out unused variables
* * Applying Dahlia's interim path curve patch. it adds initial support for ↵Teravus Ovares2008-05-291-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.
* Formatting cleanup.Jeff Ames2008-05-161-7/+7
|
* * Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares2008-04-101-5/+131
| | | | | * A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
* * Added stretchable ellipsoid support with configurable LOD. It's actually ↵Teravus Ovares2008-04-081-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.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Optimized usingslbsa712007-12-271-6/+4
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* set svn:eol-styleJeff Ames2007-11-111-305/+305
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+306
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....