aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* BulletSim: fix a recursive loop when fetching the mass of the root of a linkset.Robert Adams2012-07-261-3/+3
|
* BulletSim: refactor all the linkset logic out of the prim classRobert Adams2012-07-261-0/+308
and into its own class. The BulletSim data structures track individual prims as linksets of 1 so most of the prim code is not different between a linked and unlinked object.