Perlin noise in Arduino
in processing, i've used perlin noise() function generate less random randomness. wondering if there in arduino.
basically, have servo controlled robotic arm , 1 of servos position randomly, don't want totally whipping on place. noise() function solve issue, perhaps there way it...
thanks help!
basically, have servo controlled robotic arm , 1 of servos position randomly, don't want totally whipping on place. noise() function solve issue, perhaps there way it...
thanks help!
one workaround used generate large string of numbers in processing using noise() , pasted values array in arduino sketch , pulled values needed. yes loop after time created illusion of 'smooth random' of perlin noise , going know otherwise. iirc working on variant of noise arduino might around more...
brian
brian
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Perlin noise in Arduino
arduino
Comments
Post a Comment