======Hydra Presentations====== Made by: [[yuna-wu|Yuna Wu]] List of Hydra Presentations: - [[yuna-wu-hydra-presentations#shape|Shape]] - [[yuna-wu-hydra-presentations#rotate|Rotate]] - [[yuna-wu-hydra-presentations#scrollx|scrollX]] - [[yuna-wu-hydra-presentations#voronoi|Voronoi]] - [[yuna-wu-hydra-presentations#repeat|Repeat]] - [[yuna-wu-hydra-presentations#preparing_for_public_hydra_presentations|Preparing for Public Hydra presentations]] ==== Shape ==== //shape(sides, radius, smoothing) shape(9,0.5,0.001).out(o0) ==== Rotate ==== //side, radio, smooth. angle, speed shape(10,.15,.45).rotate(6, 5.1) .out() ==== scrollX ==== // scrollX, speed shape(5).scrollX(2,5).out(o0) //side,radios,smoothing shape(10,.15,.45) // scrollX, speed .scrollX(2,5) // angle, speed .rotate(6, 5.1) .out() ==== Voronoi ==== //scale, speed, blending voronoi(10,0.5,0.5) .color(3,2,15) .out() ==== Repeat ==== //side, radio, smooth shape(7, 0.1, 1) //repeatX, repeatY .repeat(3.0, 3.0) // angle, speed .rotate(6, 5.1) // r, g, b .color(220,1,20) .out() ​ ==== preparing for public hydra presentations ==== //side,ratios,smoothing(blurry) shape(7, 0.1, 1) //repeatX, repeatY .repeat(3.0, 3.0) // angle, speed .rotate(6, 1) //r=red; g=green; b=blue // r, g, b .color(2,0,250) .scrollY(0,0.5) .out()