top of page

Feather sway

  • Writer: yang wu
    yang wu
  • Jun 14, 2021
  • 1 min read

Go:

Control each feather separately, not like a time offset of one feather.

Notes:

set up one single feather

ree

calculate base @v

ree
ree

















ree

give @id attr (might need both point and primitive type)

ree

set up show up start frame and disappear start frame

ree
ree
ree

Base idea: using maketransform(trs, xyz, t, r, s, p) to make transform of each feather by control t(transfrom), r(rotate), s(scale), p(pivot) separately.

ree


to give each feather a unique value of startframe and endframe, use attribute promote

ree


ree


set up scale:

ree

set up rotation:

ree

set up transform of y direction:

ree

maketransform():

ree



 
 
 

Comments


bottom of page