This is an old revision of the document!


Practicing Hydra

By: Yuna Wu

006

//side,radios,smoothing
shape(10,.15,.45)
//    scrollX, speed
  .scrollX(2,5)
//    angle, speed
  .rotate(6, 5.1)
 //r=red; g=green; b=blue
//     r, g, b
.color(2,0,250)
.out()

007

//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()
​
  • yuna-wu-hydra-practice.1675130730.txt.gz
  • Last modified: 2023/01/30 18:05
  • by yuna.wu