aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Extruder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble2008-11-291-472/+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-9/+4
| | | | | | | * 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.
* Cleaned up some warningsDahlia Trimble2008-08-221-2/+2
|
* Formatting cleanup.Jeff Ames2008-08-181-14/+12
|
* Thank you jhurliman for a meshmerizer patch that replaces the ↵Dahlia Trimble2008-08-011-190/+3
| | | | quaternion->matrix->vertex*matrix->vertex code with a direct transformation.
* Adds experimental Meshmerizer support for "prim torture" effects of sphere ↵Dahlia Trimble2008-07-021-1/+6
| | | | dimple on prim types box, cylinder, and prism
* dr scofield's warnings safari:Dr Scofield2008-06-271-6/+6
| | | | | | * commenting out unused variables
* * 0001558: [PATCH] Add support for full collision geometry feature set for ↵Teravus Ovares2008-06-151-0/+192
| | | | | | | linear path prims (patch attached) By Dahlia. Thanks Dahlia! * This update re-does the cube/cylinder/prism prims to dynamically add faces as twist is used.
* * From DahliaTeravus Ovares2008-06-041-21/+36
| | | | | | | * Committing : 0001449: Patch implements X and Y Top Shear parameters for torus prim physical mesh generation (PATCH attached) * The included patch implements the X and Y Top Shear parameter adjustments to the mesh generator for the torus prim physical mesh. These are approximations as I was unable to determine their exact function but they appear to generate meshes which quite closely duplicate their counterparts in the viewer. * Thanks Dahlia!!!!
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-10/+17
|
* PATCH : 0001431: corrections to torus physical mesh for default hollow shape ↵Teravus Ovares2008-06-021-16/+33
| | | | | | | | and taper orientation along path. --------- From Dahlia! Thanks Dahlia!!! the attached patch reinstates the default hollow shape of the physics mesh of the torus prim type and corrects the orientation of the effects of taper on the profile along the path.
* * Applying Dahlia's patch : 0001429: Patch to fix prism physical mesh and ↵Teravus Ovares2008-06-011-21/+21
| | | | | | | add path start and end to skew z offset of circular path prim meshes (PATCH attached) * Apparently this fixed a bug in my code that caused PushX to appear to work and pushX didn't appear to work after the patch.. so I fixed that after applying this patch and PushX actually works now.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-21/+6
|
* * 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....