Jump to content

CREEP help


midicon

Recommended Posts

I have a geo cashed arm. in polys. I converted it to a NURBS surface. And I want to have particles (primary a fluid) traverse the arm. to try to make a terminator liquid metal type effect. but when I try to use the creep it seems to only want to use one poly (or patch not that its converted). any one have any suggestions what I'm doing wrong? 

I have attached a file and a bgeo of the arm, for anyone to have look at. Thanks for your help

CreepTest.rar

Link to comment
Share on other sites

Parametric surfaces have their own UV from the way they are built. This is different than the UV created by "UVing" something.

Polygons will default to a UV of 0 to 1 per poly, and converting a poly to a NURB doesn't copy over the parametric UV info that creep needs.

 

A brief google revealed these:

 

https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=33159

http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=16877&highlight=&sid=fda82fd7786792731cd0ff8531af0837

 

or possibly a "roll your own creep" (changing the space your effect is happening in)

http://www.andyboyd3d.com/siggraph_talk/img26.html

 

Not really an answer, but might help.

 

-james S.

Link to comment
Share on other sites

For having stuff move around on/in/under surfaces, my personal favorite is converting your mesh to a volume and sampling the gradient to get things moving where I want it to. If you haven't messed with it before, you got the gradient from volume lookups using a POP VOP and it'll give you a vector pointing in the normal direction with a 0-value on the surface with negative values invard and positive outwards, and you just use that for controlling particles/fluids on the surface - or under it. :)

Edited by Farmfield
Link to comment
Share on other sites

@Johnny Farmfield

 

I've tried to accomplish this but never quite found the set-up to do what I want.

Do you possibly have a simple .hip example of this? Would be awesome.

 

I looked through mu stuff and I didn't have anything fitting so I created this setup now. It's a mess, hehe, but it's in the right direction at least.

 

I'm not envious of you having to figure out what the hell I did, why and tweak it for 2 weeks until it's usable. ;)

Link to comment
Share on other sites

@Johnny Farmfield

 

I've tried to accomplish this but never quite found the set-up to do what I want.

Do you possibly have a simple .hip example of this? Would be awesome.

 

I looked through mu stuff and I didn't have anything fitting so I created this setup, now you just have to figure out what the hell I did, why and tweak it for 2 weeks until it looks good. ;)

 

EDIT:

 

LOL - and the scenefile I posted actually isn't working as it should, damn, I'm gonna sort it out and repost it. 

Edited by Farmfield
Link to comment
Share on other sites

Thanks for giving it a shot :)

 

Och först nu ser jag att du är Svensk. :)

 

^ Swedish insult aimed at anyone reading this!

 

Anyways, I got it going with particles on a surface using the gradient and I'm gonna set it up with fluids again now, but I thought I'd post the particle scene file as that's pretty telling on how it works. :)

 

arm.pop.setup.hiplc

Edited by Farmfield
Link to comment
Share on other sites

Jodå, tackar   :)

 

^ Swedish insult aimed at anyone reading this!

 

Thanks a lot! It'll be interesting to see where I went wrong in my attempts, will keep you posted and hope to repay the favor some day.

 

:)

 

*Edit*

 

Just opened it quickly, will have a more thorough look tonight - thanks for the nice text descriptions.

Might not have to dig too many weeks to understand.

Edited by Hamp
Link to comment
Share on other sites

So I had this up and running with a fluid sim today but I didn't come to a result I'm eager to share, hehe, I'm only willing to shame myself so far in a forum like this... ;)

 

And the the problem isn't getting it working - you set it up exactly as in the particle sim, though you pipe the POP VOP into the 2nd port of the fluid solver, you can just copy paste it as is as a starting point - the problem is making it look good, and that's tough, fluids aren't the easiest to make took "real" when you start messing with custom forces...

Edited by Farmfield
Link to comment
Share on other sites

  • 2 weeks later...

Thanks once again! I'm getting hang of it now :) However, is it possible in some way to keep the particles from leaving the surface. Kind of like an attractor? Or maybe this is the wrong approach for something like that?

Link to comment
Share on other sites

Hah! This is what I have tried to get right before, but failed. I mistakenly figured that P would just snap points.

What a joy!

So much more fun than balancing goal weights in Maya :)

Edited by Hamp
Link to comment
Share on other sites

When you get to the point where you stop seeing stuff like anything else than vectors, it's such an eye opener. So I have a point and I want to move it to a position, in reality that means I have a vector and I need to move it to another vector, then you just have to figure out the math and do it. :)

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