top of page

Random Expression

  • DJ
  • Jul 9, 2019
  • 1 min read

Simple Test: value*random()


EX: X axis = random()

Y axis = 10*random()


[(random(seed,frame*frequency)*amplitude)+valueoffset]

(random(1,frame*1)*1)+0



seed: Starting Point

frame*frequency: X axis

amplitude: Y axis

valueoffset: Position

留言


Copyright © May 2018 by Dongjun Kim

bottom of page