Robert Adams
|
c5eabb28b4
BulletSim: add LSL function and plumbing for setting a spring
|
11 years ago |
Robert Adams
|
5827b6e1aa
BulletSim: add extended physics LSL constants for axis specification.
|
11 years ago |
Robert Adams
|
cf2cdc191d
BulletSim: ability to specify groups of axis to modify in constraint parameters that control multiple axis. Add useLinearReferenceFrameA constraint parameter.
|
11 years ago |
Robert Adams
|
7c54630a2d
BulletSim: add axis parameter for specifying enable, damping, and stiffness for spring constraints. Renumber parameter ops since I can as no one is using them yet.
|
11 years ago |
Robert Adams
|
30b3657a66
BulletSim: implementation of setting spring specific physical parameters. Add setting of linkset type to physChangeLinkParams. Lots of detail logging for setting of linkset constraint parameters.
|
11 years ago |
Robert Adams
|
d09c35f506
BulletSim: pass both root and child BSPhysObjects to Extension function. Update routines to use the new parameters list from above change.
|
11 years ago |
Robert Adams
|
4781297b4e
BulletSim: Extension parameters passed through the classes made to pass just and array of objects rather than a mixture of parameters and array. Makes understanding and parsing what is being passed much easier.
|
11 years ago |
Robert Adams
|
e1120cb74d
BulletSim: add extended physics function physGetLinkType(linkNum). Add implementation of physChangeLinkParams() in BSLinksetConstraint.
|
11 years ago |
Robert Adams
|
f6fdfd16f5
BulletSim: change ExtendedPhysics constants to 'const' so they can be used as case variables in switch statements.
|
11 years ago |
Robert Adams
|
455d36c4c7
BulletSim: add physChangeLinkParams to set individual parameters on link constraints. Not fully functional. Remove double definition of ExtendedPhysics parameters by having BulletSim reference the optional module (addition to prebuild.xml and usings).
|
11 years ago |
Robert Adams
|
6aee08ac3c
BulletSim: add physChangeLinkSpring to change linkset link to be a spring constraint. Add implementation to create spring constraint. Send up property updates for linkset children at the end of flexible linkset links. The simulator probably doesn't do the right thing yet.
|
11 years ago |
Robert Adams
|
f3cc20050e
BulletSim: initial implementation of physChangeLinkFixed that resets a linkset's link back to a fixed, non-moving connection.
|
11 years ago |
Robert Adams
|
725751fd6c
BulletSim: fixes for change linkset implementation of physical linksets.
|
11 years ago |
Robert Adams
|
24df15dab7
BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'
|
11 years ago |
Robert Adams
|
6ad577d32b
BulletSim: test method for debugging of extended physics script operations.
|
11 years ago |
Robert Adams
|
1b55a9d81e
BulletSim: fix avatar bobbing or jiggling while stationary flying.
|
11 years ago |
Robert Adams
|
d92eb80373
BulletSim: add initial instance of the ExtendedPhysics region module which adds new LSL commands for extended physics functions. Uses the modInvoke system. Disabled by default.
|
11 years ago |