aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSNPlugin/BSMaterials.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-23* Initial commit of BulletSimN (BulletSNPlugin). Purely C# implementation ↵teravus1-1/+1
of BulletSim. This is designed to be /as close as possible/ to the BulletSim plugin while still being entirely in the managed space to make keeping it up to date easy as possible (no thinking work). This implementation is /slower/ then the c++ version just because it's fully managed, so it's not appropriate for huge sims, but it will run small ones OK. At the moment, it supports all known features of BulletSim. Think of it like.. POS but everything works. To use this plugin, set the physics plugin to BulletSimN.
2012-12-12BulletSim: non-functional commenting and reorganization of material ↵Robert Adams1-33/+48
attribute specifications.
2012-12-06BulletSim: add values for material friction and restitution. Fix line ↵Robert Adams1-191/+185
endings in material definition file.
2012-11-25BulletSim: Add tables and initialization for different attributes for ↵Robert Adams1-0/+191
different materials. For the moment, the per material tables are not used.