Floor , ceiling , square , square root. Help.
woodnut2 - Custom level - Nov 14, 2013 from AndroidFar left to right ;
@ Floor , is a raw to binary signal converter. Any signal other than 1.0 is treated as 0.0 (0.0001 -0.99999) = 0.0
@ Ceil. (ceiling) any signal above 0.0 is treated as 1.0
@ Square , INO x INO = output. (.5 x .5 = .25 ).
@ Square root, output is the square root of IN0.
Use the sliders to slowly ,left to right (0.0 to 1.0) while watching the debugger change.
Downloads: 242 - Level ID: 609