diff options
author | Dave Parks <davep@lindenlab.com> | 2011-01-20 15:50:03 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-01-20 15:50:03 -0600 |
commit | c1db849c418d2cef8c321199ad1421b183aff9bf (patch) | |
tree | 42c1ff2409c692bf82c0d570d0171f3e740644d3 /indra/newview/llpanelobject.h | |
parent | 1b2c082feb91b4837a0cb5652d1668f6582e9bc9 (diff) |
SH-635 Fix for changing one physics parameter changing all physics parameters.
Diffstat (limited to 'indra/newview/llpanelobject.h')
-rw-r--r-- | indra/newview/llpanelobject.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llpanelobject.h b/indra/newview/llpanelobject.h index b43b1cc261..54bb5df8bf 100644 --- a/indra/newview/llpanelobject.h +++ b/indra/newview/llpanelobject.h @@ -81,6 +81,7 @@ public: protected: void getState(); + void refreshCost(); void sendRotation(BOOL btn_down); void sendScale(BOOL btn_down); @@ -88,7 +89,12 @@ protected: void sendIsPhysical(); void sendIsTemporary(); void sendIsPhantom(); - void sendPhysicsParam(); + void sendPhysicsShapeType(LLUICtrl* ctrl, void* userdata); + void sendPhysicsGravity(LLUICtrl* ctrl, void* userdata); + void sendPhysicsFriction(LLUICtrl* ctrl, void* userdata); + void sendPhysicsRestitution(LLUICtrl* ctrl, void* userdata); + void sendPhysicsDensity(LLUICtrl* ctrl, void* userdata); + void sendCastShadows(); void sendSculpt(); |