aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2018-01-221-5/+7
|
* make ubOde PInvoke follow ms coding rulesUbitUmarov2018-01-141-6/+0
|
* ubOde: represent small objects as a box. A object is small is all scale ↵UbitUmarov2017-07-221-8/+20
| | | | dimensions are less or equal to option MinSizeToMeshmerize (in ODEPhysicsSettings) with default of 0.1. This is needed because this objects hit narrow phase with high overlaps alot more, and so have high cpu cost.
* ubOde remove ols pseudo convex for sculptsUbitUmarov2017-07-221-10/+1
|
* fix some issues on ubOde physics shape type changesUbitUmarov2017-06-121-5/+5
|
* Fixed typo in log messageKevin Cozens2017-06-091-1/+1
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-6/+6
|
* ubOde other convex type objects other than mesh and sculpt also don't have holesUbitUmarov2016-12-121-1/+1
|
* ubOde simple spheres and boxes with type convex have no holes on ↵UbitUmarov2016-12-121-9/+15
| | | | physics(long forgotten fix)
* add prim estimated center of mass correction also for tortured prims meshs. ↵UbitUmarov2015-12-241-0/+4
| | | | Not fully tested
* rename Ubit physics modulesUbitUmarov2015-09-121-0/+933