aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitMeshing (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-03fix vertex rounding directionUbitUmarov1-1/+8
2012-12-03 *TEST* reduce all mesh vertices resolution to 1e-5. This reduces numberUbitUmarov1-0/+16
2012-11-02 lock unique and uniqueReleased in same order when both locks are neededUbitUmarov1-20/+14
2012-10-16 coment a debug warningUbitUmarov1-1/+1
2012-10-13 add mesh cache expire on region startup. Expires will be relative toUbitUmarov1-3/+85
2012-10-13 retouch mesh idsUbitUmarov1-10/+20
2012-10-13 missing file (again)UbitUmarov1-4/+8
2012-10-12[TEST] disk cache meshsUbitUmarov2-280/+530
2012-10-09 force allocation of mesh data on creation ( messy code version )UbitUmarov2-5/+37
2012-10-07 a few changes/fix (?)UbitUmarov1-9/+9
2012-10-07[DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculptsUbitUmarov1-61/+3
2012-10-04 more changes and more non active codeUbitUmarov1-4/+6
2012-10-04 more changes. Most code not in useUbitUmarov1-13/+65
2012-10-03 introduce a ODEMeshWorker class, should be pure cosmetic changes for nowUbitUmarov1-3/+37
2012-08-07 use a bit more complex mesh key identifier, plus a bug fixUbitUmarov2-29/+84
2012-08-06** DANGER someone should stress test more ** release unused physics meshs, in...UbitUmarov2-30/+142
2012-08-05bug fix: keep sculpt bitmaps border pixels during resolution scaling.UbitUmarov3-15/+78
2012-08-05 ubitmeshing: mask out mirror and invert bits on sculpttype convertion.UbitUmarov3-449/+12
2012-07-19Update ubitMesh primMesher with new Dahlia version on core ( reckick gitUbitUmarov1-143/+183
2012-04-16Downgrade an error log message to info because there is nothing we can do ifMelanie1-1/+1
2012-03-21minor cleanUbitUmarov1-27/+24
2012-03-21add convex state to mesh key, so a change is detected.UbitUmarov1-1/+1
2012-03-21let convex be a parameter to createMesh so it can be used. Was forced to add ...UbitUmarov1-7/+10
2012-03-20 added convex decomposition hulls support. Hardcoded to use mesh or this. (so...UbitUmarov1-18/+146
2012-03-20WORK in progress!! Now it reads the simple hull shape to use if convex shape ...UbitUmarov2-124/+164
2012-03-17 added a new UbitMeshing module so i can mess it...UbitUmarov6-0/+4726