Z Balls II

2,460
0
Publicado 2018-03-15
Added rectangle filler mode using "Quite Fast Squares" from @griffpatch_tutor - thanks!

Inspired after seeing "Vibrating Jelly" by @SBissay - thanks!

The 'wobble' is created using the sine-function over each balls neighboring axis positions;
x-wobble uses y-position and z-position
y-wobble uses z-position and x-position
z-wobble uses x-position and y-position

Scratch: 512 Balls
Sulfurous and Phosphorus: 4096 Balls

Credits to @TheLogFather for the run-time detecting logic.

Thanks to @Zro716 for speedier sorting algorithm.