Jump to content

dust Clump using VDB


ashu_tosh_m

Recommended Posts

@ashu_tosh_m ..Points from volume to the -first input- of wrangle in -second- vdb from polygons (play inside with parameters)..TIP make meta-ball then convert meta....and for those structures in the middle you can use on the LABS skeleton 3d .
wrangle
 

vector v,gradient;
vector pos = @P;
int prim = addprim(0,"polyline",@ptnum);
vector up;

for(int i;i <@Frame*5;i++){

    up= snoise(pos*20*0.4);
    gradient = volumegradient(1,0,pos);
    v = cross(gradient,up);
    pos += v*@TimeInc;
    addvertex(0,prim,addpoint(0,pos));
    }
    
    
float @width = 0.005;  



Have Fun
 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

28 minutes ago, Librarian said:

@ashu_tosh_m ..Points from volume to the -first input- of wrangle in -second- vdb from polygons (play inside with parameters)..TIP make meta-ball then convert meta....and for those structures in the middle you can use on the LABS skeleton 3d .
wrangle
 


vector v,gradient;
vector pos = @P;
int prim = addprim(0,"polyline",@ptnum);
vector up;

for(int i;i <@Frame*5;i++){

    up= snoise(pos*20*0.4);
    gradient = volumegradient(1,0,pos);
    v = cross(gradient,up);
    pos += v*@TimeInc;
    addvertex(0,prim,addpoint(0,pos));
    }
    
    
float @width = 0.005;  



Have Fun
 

Hey, Thanks For the Reply.

Just a small question,

i installed sideFx labs and when i connect skeleton 3d its doesn't seem to generate anything.

is there anything im missing?

 

Edited by ashu_tosh_m
Link to comment
Share on other sites

  • 1 year later...

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...