Difference between revisions of "Shape:setRestitution"

m (typo fix)
m (included link to other languages)
Line 15: Line 15:
 
{{#set:Description=Sets the restitution of the shape.
 
{{#set:Description=Sets the restitution of the shape.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Shape:setRestitution}}

Revision as of 09:15, 23 January 2011

Sets the restitution of the shape. Restitution indicates the "bounciness" of the shape. High restitution can be used to model stuff like a rubber ball, while low restitution can be used for "dull" objects, like a bag of sand.

Function

Synopsis

Shape:setRestitution( restitution )

Arguments

number restitution
The restitution of the shape.

Returns

Nothing.

See Also

Other Languages