aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* More progress towards implementing vertex normals - not complete yet.Dahlia Trimble2008-10-191-116/+371
* * minor: Oh go on, one more warning. Oooh, you are naughtyJustin Clarke Casey2008-10-151-1/+0
* * minor: remove some warningsJustin Clarke Casey2008-10-151-3/+3
* Committing more work towards implementing vertex normals. Also added some (ho...Dahlia Trimble2008-10-132-63/+174
* removed some more extraneous hidden faces Dahlia Trimble2008-10-121-9/+23
* Fixed a missing face on a profile cutDahlia Trimble2008-10-121-4/+23
* Optimization: calculation of profile vertex normals is now disabled as default.Dahlia Trimble2008-10-121-14/+102
* Eliminate some unnecessary polygonsDahlia Trimble2008-10-111-10/+25
* * minor: remove warningsJustin Clarke Casey2008-10-102-25/+25
* Some more decruftingDahlia Trimble2008-10-101-108/+30
* Some decruftingDahlia Trimble2008-10-101-228/+46
* refactoring PrimMesher to add viewer compatable features and some code cleanupDahlia Trimble2008-10-103-91/+283
* Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms.Dahlia Trimble2008-10-041-0/+4
* Square hollow size in cylinder meshes were a little too small - fixed.Dahlia Trimble2008-10-021-0/+2
* re-enabled some ODE internal proxies for some simple prim types to try to sav...Dahlia Trimble2008-09-191-0/+4
* * Make the ode simulation update loop print out the stack if an exception occ...Justin Clarke Casey2008-09-183-10/+7
* Formatting cleanup.Jeff Ames2008-09-131-2/+2
* Circular path prim meshes are now joined where the path ends meet if they mat...Dahlia Trimble2008-09-132-69/+92
* * minor: Remove warningsJustin Clarke Casey2008-09-121-2/+2
* remove hidden faces inside prim meshes to improve memory use and startup timeDahlia Trimble2008-09-121-2/+6
* Update svn properties, formatting cleanup.Jeff Ames2008-09-092-92/+92
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-065-103/+41
* Replaced a lot of trig calls with lookup tables for common prim types in an a...Dahlia Trimble2008-09-051-43/+202
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
* Y top shear accuracy improvements in circular path prim meshesDahlia Trimble2008-09-021-3/+5
* compensates profile placement effects of Y hole size on X top shear for circu...Dahlia Trimble2008-09-011-1/+2
* Improvement in mesh accuracy in X Top Shear parameter for circular path primsDahlia Trimble2008-09-011-1/+1
* * squash some obvious warningsJustin Clarke Casey2008-08-301-3/+3
* fixed some ugliness in the conversion from the new mesher format to the old t...Dahlia Trimble2008-08-292-20/+42
* Update svn properties, formatting cleanup.Jeff Ames2008-08-283-54/+52
* Added some exceptions for bad profile cut parametersDahlia Trimble2008-08-281-0/+6
* re-enable new PrimMesher module for mesh creation for standard (non-flexy) pr...Dahlia Trimble2008-08-271-17/+17
* adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble2008-08-271-5/+17
* reverting to prior meshing methods until some physics timing issues can be re...Dahlia Trimble2008-08-271-15/+17
* Added some exception trapping to PrimMesherDahlia Trimble2008-08-271-3/+17
* Added some exception handling to help catch some possibly corrupt primsDahlia Trimble2008-08-271-2/+22
* Meshmerizer now uses new PrimMesher class for meshing all standard (non-sculp...Dahlia Trimble2008-08-271-10/+133
* Completion of new PrimMesher classDahlia Trimble2008-08-271-69/+604
* Modified Mesh object to allow alternative mesher interfacingDahlia Trimble2008-08-271-15/+59
* more progress on new meshing routinesDahlia Trimble2008-08-241-26/+189
* more work on new meshing routines...Dahlia Trimble2008-08-231-5/+77
* some initial work on new prim meshing routines (incomplete)Dahlia Trimble2008-08-231-0/+176
* Cleaned up some warningsDahlia Trimble2008-08-221-2/+2
* Commented out the float array "normals" in the Mesh object and all references...Dahlia Trimble2008-08-223-56/+56
* Formatting cleanup.Jeff Ames2008-08-184-27/+25
* updated some prim parameters to project maintained versionsDahlia Trimble2008-08-141-5/+3
* reinstates torus profile zflip which was mistakenly removed in patch 1870Dahlia Trimble2008-08-011-0/+14
* Thank you jhurliman for a meshmerizer patch that replaces the quaternion->mat...Dahlia Trimble2008-08-013-282/+39
* Clean up Meshmerizer.cs a bit to make it more readableDahlia Trimble2008-07-211-250/+2
* Passes prim physical status to mesher from physics pluginsDahlia Trimble2008-07-121-15/+17