ephysics: show default value of sleeping threshold on

doc



Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78012
This commit is contained in:
Ricardo de Almeida Gonzaga 2012-10-15 21:54:08 +00:00 committed by Bruno Dilly
parent bbdb0ecb7e
commit 25e3dd2a44
1 changed files with 4 additions and 2 deletions

View File

@ -2317,8 +2317,10 @@ EAPI void ephysics_body_angular_velocity_get(const EPhysics_Body *body, double *
* is measured in degrees per second. * is measured in degrees per second.
* *
* @param body The body to be set. * @param body The body to be set.
* @param linear_threshold The linear sleeping threshold factor. * @param linear_threshold The linear sleeping threshold factor, default value
* @param angular_threshold The angular sleeping threshold factor. * is 24.
* @param angular_threshold The angular sleeping threshold factor, default value
* is 57.29 (1 rad).
* *
* @see ephysics_body_sleeping_threshold_get(). * @see ephysics_body_sleeping_threshold_get().
* @see ephysics_world_max_sleeping_time_set() for sleeping time details. * @see ephysics_world_max_sleeping_time_set() for sleeping time details.