aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/SculptMesh.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Make the ode simulation update loop print out the stack if an exception ↵Justin Clarke Casey2008-09-181-3/+5
| | | | occurs (at least, this is what will happen on linux)
* * minor: Remove warningsJustin Clarke Casey2008-09-121-2/+2
| | | | | | * leaving in the ones to do with ScriptBase since these actually indicate coding bugs that I don't have the time/brainpower to fix at the moment
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-3/+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.
* Commented out the float array "normals" in the Mesh object and all ↵Dahlia Trimble2008-08-221-1/+1
| | | | references to save memory as it was unused
* Formatting cleanup.Jeff Ames2008-08-181-6/+6
|
* dr scofield's warnings safari:Dr Scofield2008-06-271-1/+1
| | | | | | * commenting out unused variables
* * Yet another way to optimize the sculpt mesh generatorTeravus Ovares2008-05-251-25/+25
|
* * kill a potentially large float array.Teravus Ovares2008-05-251-1/+1
|
* * Prevent an error from stopping startup when decoding the sculpt mesh j2k ↵Teravus Ovares2008-05-221-2/+12
| | | | fails.
* * This finishes the ODE options section of the OpenSim.ini.example. I've ↵Teravus Ovares2008-05-161-1/+8
| | | | | | | | added 44 configurable options! * This includes if you want to mesh sculpties and the Level of detail on the sculptie meshing for non physical and a separate LOD on physical sculpties. * The options range from gravity.. to avatar movement speed, to friction management.. to object density.. to update throttling.
* * Valid Sculpted prim now collide properly.Teravus Ovares2008-05-091-37/+125
| | | | | | | * The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy * Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now) * This just adds to the experimental nature of trunk. :D
* * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ↵Teravus Ovares2008-05-091-0/+231
it to the prim shape. * Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.