aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/SculptMesh.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-10minor: remove some compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-05-24fix sculpt normal direction for mirrored plane sculptsdahlia1-2/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-641/+641
2010-05-06Sculpt meshing refactoring - improves mesh accuracy and UV mappingdahlia1-639/+641
2010-03-15Fixing line endingsJohn Hurliman1-645/+645
2010-03-15Restoring LoadPlugin as it was before. Justin's last change made it throw.Diva Canto1-645/+645
2010-03-12some improvements to sculptmap alpha handling and LODdahlia1-627/+645
2009-11-11clean up some cruftdahlia1-12/+2
2009-11-11minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2009-11-09add an overload to _SculptMesh for meshing from a list of coordinatesdahlia1-3/+46
2009-10-11sync PrimMesher with r46dahlia1-3/+11
2009-09-25corrections to viewerMode AddPos()dahlia1-1/+13
2009-07-14add a constructor overload and an AddPos method to SculptMeshDahlia Trimble1-0/+33
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22cleaning out warnings.Dr Scofield1-37/+37
2009-05-19Sculpt mesher refactorDahlia Trimble1-58/+98
2009-05-15some sculpted prim geometry accuracy and meshing speed improvementsDahlia Trimble1-22/+7
2009-05-08Added a Copy() method to PrimMesh and SculptMesh as suggested by dmiles. Sync...Dahlia Trimble1-0/+18
2009-05-03alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514Dahlia Trimble1-1/+1
2009-04-24some code cleanupDahlia Trimble1-18/+0
2009-04-02partial support for sculpted prim "inside out" settingDahlia Trimble1-11/+38
2009-04-01Hard code scaled image resolution to 96 dpi prior to sculpt meshing to preven...Dahlia Trimble1-2/+2
2009-03-26add x-axis mirror capability to sculpted prim mesh - addresses Mantis #3342Dahlia Trimble1-0/+11
2009-03-15fixed propagation of normalized sculpt mesh vertex normalsDahlia Trimble1-3/+3
2009-02-15Set sculpt map alpha to 255 prior to scaling and meshing. Addresses Mantis #3150Dahlia Trimble1-0/+8
2009-01-21Fix an error in sculpt LOD calculationDahlia Trimble1-3/+3
2009-01-04sync with primmesher r26 on forgeDahlia Trimble1-36/+162
2009-01-04Improve LOD scaling for anisotropic sculpted prim meshesDahlia Trimble1-1/+2
2008-12-03Update svn properties.Jeff Ames1-343/+343
2008-11-30Revert r7548 and r7549 until someone with prebuild-fu can help structure the ...Dahlia Trimble1-0/+343
2008-11-30Removed remaining meshing codeDahlia Trimble1-343/+0
2008-11-29Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble1-260/+263
2008-11-16Changed sculpted prim texture scaling method to bilinear to reduce scaling ar...Dahlia Trimble1-1/+2
2008-09-18* Make the ode simulation update loop print out the stack if an exception occ...Justin Clarke Casey1-3/+5
2008-09-12* minor: Remove warningsJustin Clarke Casey1-2/+2
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+4
2008-08-22Commented out the float array "normals" in the Mesh object and all references...Dahlia Trimble1-1/+1
2008-08-18Formatting cleanup.Jeff Ames1-6/+6
2008-06-27dr scofield's warnings safari:Dr Scofield1-1/+1
2008-05-25* Yet another way to optimize the sculpt mesh generatorTeravus Ovares1-25/+25
2008-05-25* kill a potentially large float array.Teravus Ovares1-1/+1
2008-05-22* Prevent an error from stopping startup when decoding the sculpt mesh j2k fa...Teravus Ovares1-2/+12
2008-05-16* This finishes the ODE options section of the OpenSim.ini.example. I've adde...Teravus Ovares1-1/+8
2008-05-09* Valid Sculpted prim now collide properly.Teravus Ovares1-37/+125
2008-05-09* Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ...Teravus Ovares1-0/+231