Difference between revisions of "Shape:setRestitution"

(Added notes)
Line 10: Line 10:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
== Notes ==
 +
A shape with a restitution of 0 will still bounce a little if the shape it collides with has a restitution higher than 0.
 
== See Also ==
 
== See Also ==
 
* [[parent::Shape]]
 
* [[parent::Shape]]

Revision as of 17:43, 6 June 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.

Notes

A shape with a restitution of 0 will still bounce a little if the shape it collides with has a restitution higher than 0.

See Also


Other Languages