Jump to content

Array animation ?transform animation?


immeen

Recommended Posts

1 hour ago, Librarian said:

He uses absolutely everything that you mention :wub:..

butt you can use more better stuff L-system...with copy to points (those elements)..point deform wrangle ...just play with those files and examples

Just combine..

https://www.sidefx.com/forum/topic/12862/

 

odforceLEARN19.hipnc

LsysODanim.hipnc

untitled_204.jpg.3377fe327948ec1f75d2e8af815ed022.jpg

Thank you! How should I express the motion of the scales in the video? 

You're the reason I'm able to do this.

And there are many typos because my native language is not English.

gg.JPG

  • Like 1
Link to comment
Share on other sites

learn This Stuff

Have fun

Bend then you can use this code instead.

23.jpg.6f9394c522193d75e45b872af9a3839c.jpg

---------------------------------------------------------------------------

matrix3 matx = ident() , maty = ident() , matz = ident();
vector4 @rot;
v@up = set(0,0,1);

float anglex = radians(90);
vector axisx = cross(normalize(v@up),normalize(v@N));
rotate(matx, anglex, axisx);

float angley = radians(20);
vector axisy = cross(normalize(v@up),normalize(axisx));
rotate(maty, angley, axisy);

float anglez = radians(10);
vector axisz = cross(normalize(axisx),normalize(axisy));
rotate(maty, anglez, axisz);

matrix3 mat=matx*maty*matz;

@rot= quaternion(mat);

@scale = set( 1, 1 +@Time * 0.1, 1);
v@trams =set( 0, @Time * 0.1, 0);

------------------------------------------------------------

Stampex1.hipnc

TransEach.hipnc

useful links from other members-------->

https://github.com/kiryha/Houdini/wiki/vex-snippets

http://lex.ikoon.cz/vex-snippets/

https://vfxbrain.wordpress.com/2016/10/02/vex-snippets/

Edited by Librarian
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...