bouncing_ball backend

Fork of bouncing_ball by Stephen Licht

History

Added header comment. Includes bug fixes (moves ball off wall after bounce and reset_upside_down is public) default tip

2017-11-09, by Eric_Rupert [Thu, 09 Nov 2017 14:37:44 +0000] rev 6

Added header comment. Includes bug fixes (moves ball off wall after bounce and reset_upside_down is public)


added top comment;

2017-11-09, by Eric_Rupert [Thu, 09 Nov 2017 14:35:57 +0000] rev 5

added top comment;


1) _reset_upside_down (private)->reset_upside_down(public) (no longer called from within bouncing_ball) 2) move ball off wall due to bounce. 1 solves color problem and 2 solves disappearing and stuck ball.

2017-11-09, by Eric_Rupert [Thu, 09 Nov 2017 14:26:55 +0000] rev 4

1) _reset_upside_down (private)->reset_upside_down(public) (no longer called from within bouncing_ball) 2) move ball off wall due to bounce. 1 solves color problem and 2 solves disappearing and stuck ball.


On wall collision, move (float) position 1 radius away from ball, to prevent getting stuck.

2017-11-07, by Eric_Rupert [Tue, 07 Nov 2017 14:28:53 +0000] rev 3

On wall collision, move (float) position 1 radius away from ball, to prevent getting stuck.


Working copy. Cycles colors on upside down. Unknown why non-deterministic color cycling.

2017-11-07, by slicht [Tue, 07 Nov 2017 12:07:13 +0000] rev 2

Working copy. Cycles colors on upside down. Unknown why non-deterministic color cycling.


Compiles and runs with physics moved entirely to bouncing_ball object. Creates large, unmoving ball in center.

2017-10-24, by slicht [Tue, 24 Oct 2017 12:33:39 +0000] rev 1

Compiles and runs with physics moved entirely to bouncing_ball object. Creates large, unmoving ball in center.


physics_ball class definition included in bouncing_ball.h

2017-10-19, by slicht [Thu, 19 Oct 2017 14:07:25 +0000] rev 0

physics_ball class definition included in bouncing_ball.h