aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPhysObject.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-06BulletSim: extend BSActorLockAxis to allow locking linear movement inRobert Adams1-3/+6
addition to angular movement. Not enabled by anything yet.
2013-04-30BulletSim: fix error messages created while an avatar has no initialRobert Adams1-0/+3
collisions. Usually happens when logging in an avatar that had been previously flying. Uninitialized variable.
2013-04-30BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all ↵Robert Adams1-1/+2
working yet.
2013-04-29BulletSim: remove trailing white space to make git happier. No functional ↵Robert Adams1-4/+4
changes.
2013-04-29BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or ↵Robert Adams1-26/+26
'm_physicsScene' to match coding conventions and reduce confusion.
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code ↵Robert Adams1-9/+2
from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
2013-04-23BulletSim: improve avatar stair walking up. Add more parameters to control forceRobert Adams1-5/+17
of both position change and up force that move avatars over barrier. Default parameters are for steps up to 0.5m in height.
2013-04-09BulletSim: fixing problems with llMoveToTarget. Not all fixed yet.Robert Adams1-0/+6
2013-04-08BulletSim: clean up actor code so routines use the same coding pattern.Robert Adams1-17/+18
Fix a few enabling problems.
2013-04-08BulletSim: complete movement of physical object action code out of theRobert Adams1-146/+80
physical object and into actors for setForce, setTorque, hover, lock axis and avatar move.
2013-03-31BulletSim: convert BSDynamic to a BSActor and change BSPrim to setRobert Adams1-1/+1
up the vehicle actor.
2013-03-31BulletSim: Add physical 'actors' that operate on the physical object.Robert Adams1-0/+11
Add first 'actor' for locked axis.
2013-03-25BulletSim: fix possible race condition where an prim's asset can be ↵Robert Adams1-4/+8
requested quicker than the asset fetcher returns and thus falsely reporting that an asset was not fetched and defaulting the assset to a bounding box.
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-6/+60
funny unit that is 100 times real density (default 1000). Fix avatar drifting slowly when stationary flying. Fix for physical prims getting corrected for being under terrain when it was just its geometric center that was below terrain. Add PreUpdatePropertyAction allowing plugable modifiction of phys parameters returned from Bullet. Fix an exception setting GravityMultiplier on initialization. Update DLLs and SOs for good measure (no functional change).
2013-02-12BulletSim: More work on center-of-mass. Remove linksetinfo and rely on ↵Robert Adams1-11/+20
simulator to update info.
2013-02-08BulletSim: fix avatar bobbing or jiggling while stationary flying.Robert Adams1-3/+3
Various comments and debugging message mods.
2013-02-08BulletSim: include the linkage to the layered prim implementation. Separate ↵Robert Adams1-21/+0
layers for physical (vs simulator) location displacement and linksets.
2013-02-07BulletSim: Adapt BulletSim to the newer physical properties. ViewerRobert Adams1-1/+3
dialog setting of friction, restitution, ... working.
2013-02-07BulletSim: add user setting of friction, density and restitution.Robert Adams1-5/+12
2013-02-06BulletSim: set removing zero width triangles in meshes to be enabled by ↵Robert Adams1-0/+1
default. This should fix the invisible barrier in sculptie doorways bug.
2013-01-31BulletSim: clean up TargetVelocity implementation by using the default defn ↵Robert Adams1-12/+0
in the PhysicsActor base class.
2013-01-28BulletSim: do not zero an avatar's standing velocity if it is standingRobert Adams1-9/+24
on a moving object. Rearrange pre/post action subscription code to put more in locks. Add meshmerizer params to BulletSimTestUtil scene creation (and fix line endings). Rebuilt version of DLLs and SOs with cleaned up code and no profiling for sure.
2013-01-27BulletSim: first attempt at reporting top collidersRobert Adams1-0/+17
2013-01-27BulletSim: finish the post step event for physical object actions. Modify ↵Robert Adams1-10/+56
vehicle to use post step event for logging.
2013-01-21BulletSim: allow changing position and rotation of a child of a linksetRobert Adams1-0/+10
without rebuilding the whole compound shape. Should make vehicles move smoother.
2013-01-18BulletSim: reduce jitter in avatar velocity when walking or flying.Robert Adams1-1/+1
OpenSimulator is VERY sensitive to changes in avatar velocity and will send an avatar update message when velocity changes more than 0.001m/s. This significantly reduces the number of avatar update messages by smoothing the avatar velocity returned by Bullet.
2013-01-17BulletSim: Add one function that all actors who act on the physicalRobert Adams1-2/+8
can use to know if the object is currently active. Code cleaning including use of Util.ClampV function.
2013-01-14BulletSim: fix not moving physical objects below terrain to over terrain.Robert Adams1-10/+19
Add locking on register prestep action list preventing potential race conditions. Little comment and formatting changes.
2013-01-11BulletSim: move center of gravity of linkset to its geometric center.Robert Adams1-0/+10
Necessitated allowing simulator and physical position of a body to get out of sync since Bullet assumes that <0,0,0> is the center of mass. Update DLLs and SOs for the UpdateChildTransform so positions of individual prim in a linkset can be implemented.
2013-01-11BulletSim: Add IsSelected attribute to physical objects. Have vehicles check ↵Robert Adams1-0/+1
to see if physical before trying to step. Replace vehicle gravity application. Previously relying on Bullet to apply gravity but since vehicles over-ride the velocity calculation, gravity never had a chance to accelerate the body down. Added AddForceImpulse as well as AddForce for those who need to apply immediate velocity updates. Use the impulse to apply the linear motion.
2013-01-07BulletSim: add function to push avatar up when hitting stairs.Robert Adams1-0/+27
It looks like BulletSim and ODE rely on penetration correction to cause the avatar to move up and thus allowing walking up stairs. Object penetration was minimized for walking and flying (so one doesn't go through walls) and this stopped stairs from working. This commit introduces avatar movement code to check for collisions at the feet while walking and attempts to raise the avatar for the steps. Not yet perfect but movement is better.
2013-01-04BulletSim: fix problem where pre-step actions would not replacedRobert Adams1-0/+4
by new registrations thus causing multiple instances of an action.
2012-12-31BulletSim: another round of conversion: dynamics world and collision object ↵Robert Adams1-2/+2
functions.
2012-12-31BulletSim: change physical data structures to classes. Add defaultRobert Adams1-0/+5
instantiations for PhysBody and PhysShape when BSPhysObject is created to account for them being classes and not structures. Update TODO list.
2012-12-27BulletSim: move logic for IsColliding, CollidingGround and CollidingObj from ↵Robert Adams1-1/+36
individual sub-classes and up to parent BSPhysObject class.
2012-12-24BulletSim: Fix single physical prim reporting its mass as zero.Robert Adams1-1/+2
Properly return root mass as mass of just the root prim rather than the mass of the linkset. SOG has the logic to add the masses together to get the linkset mass. Update TODO list.
2012-12-22BulletSim: modify avatar motor code to make falling movement better. Clean ↵Robert Adams1-1/+1
up some usages. Disable motor when done.
2012-12-21BulletSim: Fix llApplyImpulse so it works after the first impulse. The ↵Robert Adams1-0/+5
problem was Bullet deactivating the object between the pushes (when, as far as the physics engine is concerned, it isn't moving).
2012-12-21BulletSim: add BSPhysObject code to manage registrations of preStep events. ↵Robert Adams1-3/+53
Use same to implement setForce and setTorque so the values are restored at the beginning of each step (since Bullet zeros forces applied last step). Simplify implementation of AddForce and AddTorque by relying on the addition of forces in Bullet.
2012-12-16BulletSim: add parameter to UpdateProperties call into the linkset so ↵Robert Adams1-3/+6
changes from the physics engine can be differentiated from changes made by the user. This eliminates a linkset rebuild loop. Also add logic to not rebuild or freak out when the object/linkset crosses a terrain boundry.
2012-12-12BulletSim: fix problem of avatar's floating off the ground after unsitting. ↵Robert Adams1-1/+1
Reworked size/scale logic so physical scale is kept in Bullet and physObject scale is the preferred size -- usually same as size but avatars are computed differently.
2012-12-12BulletSim: do not return the current velocity for targetVelocity.Robert Adams1-0/+11
2012-12-10BulletSim: Fix crash on the destruction of physical linksets.Robert Adams1-1/+4
While fixing the above, add methods to physical body and shape pointer wrapper so routines won't have to know that IntPtr.Zero means no physical instance. Fix problem with physical linksets failing after a few sits and unsits by properly restoring child prom positions for compound linksets after multiple selection and deselections.
2012-12-09BulletSim: adjust friction and restitution based on material type.Robert Adams1-0/+10
2012-11-22Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie1-2/+2
conflicts with PhysicsShape type defined in later libOMV
2012-11-21BulletSim: uplevel PhysicsShapeType out of ShapeData structure (since it is ↵Robert Adams1-2/+2
getting simplified out of existance someday) and update all the references to that enum.
2012-11-18BulletSim: Use base class constructors for initialization of BSShape and ↵Robert Adams1-1/+4
other classes.
2012-11-06BulletSim: Add ZeroAngularMotion method to physical objects. Add inTaint ↵Robert Adams1-4/+16
flag to ZeroMotion method. Update the references to those functions.
2012-11-03BulletSim: debugging of compound shape implementation of linksets.Robert Adams1-1/+3
Add compound shape creation and freeing in shape manager. Add optional taint-time execution method and update code to use it. Add API2 linkage for more compound shape methods (get num, get/remove by index, ...) Modify perferred shape return so linkset children can have differet shapes than root. Add Position and Orientation calls to linksets so children can be moved around by the linkset by its own calculation. Allows for very general linkset implementations.
2012-11-03BulletSim: Add RawPosition and RawOrientation to BSPhysObject and rename ↵Robert Adams1-1/+3
MassRaw to RawMass. Fix BSShapeCollection to use Raw* for creating the body to eliminate exception from referencing the physical body before it has been created.