diff options
author | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2010-07-01 17:18:55 -0500 |
---|---|---|
committer | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2010-07-01 17:18:55 -0500 |
commit | 2530b057bb18550ed2825c14988a807ab90d460f (patch) | |
tree | 63c51d22118a5b58d676e5404d6a815b084427b2 /scripts | |
parent | 0fc367441762d85dd77867e78ff75b867c946b4a (diff) |
added new physics parameters to prims
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/messages/message_template.msg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 6043542877..8cfd3c5ce6 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2064,6 +2064,11 @@ version 2.0 { ExtraPhysics Variable { PhysicsShapeType U8 } + { PhysicsGravity F32 } + { PhysicsMaterialOverride BOOL } + { PhysicsFriction F32 } + { PhysicsDensity F32 } + { PhysicsRestitution F32 } } } |