Difference between revisions of "Shape:setRestitution"

m (1 revision: Importing from potato (again).)
m (typo fix)
Line 1: Line 1:
 
 
Sets the restitution of the shape.
 
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 bse used for "dull" objects, like a bag of sand.
+
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 ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 03:41, 26 April 2010

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