Difference between revisions of "Body:setMassFromShapes"

(Added oldin notice)
m (Fixed oldin notice)
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=function}
+
{{oldin|[[0.8.0]]|080|type=function}}
 
Sets mass properties from attatched shapes.
 
Sets mass properties from attatched shapes.
  

Revision as of 15:52, 17 April 2012

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

Sets mass properties from attatched shapes.

If you feel that finding the correct mass properties is tricky, then this function may be able to help you. After creating the needed shapes on the Body, a call to this function will set the mass properties based on those shapes. Remember to call this function after adding the shapes.


Setting the mass properties this way always results in a realistic (or at least good-looking) simulation, so using it is highly recommended.

Function

Synopsis

Body:setMassFromShapes( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages