Jump to content

custom fields


Hello world

Recommended Posts

Hi I am beginning with pyro

I would like to know what kind of custom fields can be setup?

For example,custom field like color mixing of liquid,interaction between solvers,gas flowing through a curve,divergence etc are common.

could anyone tell what are the other areas the custom fields are applied?

thanks

Link to comment
Share on other sites

What do you want to do? can you be more specific? are you talking about field

manipulation or creation?

Hi I am beginning with pyro

I would like to know what kind of custom fields can be setup?

For example,custom field like color mixing of liquid,interaction between solvers,gas flowing through a curve,divergence etc are common.

could anyone tell what are the other areas the custom fields are applied?

thanks

Edited by bunker
Link to comment
Share on other sites

Well a custom field is what it says on the tin, it's custom...

So you can do whatever the hell you like, there is no limits, if that is what you're asking...

If you're asking what kind of things are useful, or used a lot, I can't speak for others, but I use a lot of distance based velocity updates. So to react in certain ways the nearer it gets to an object, either pulling it in or pushing it out etc or directing it a certain way.

Just start playing, you'll soon find something you need to create.

Christian

Link to comment
Share on other sites

So lets say I create a custom field with gas match field, copying density into my custom field. Is there a way other than the gas field vop to fitrange my custom field? Is there a microsolver that performs this function?

Link to comment
Share on other sites

// example from the Pyro shader

float myfit(float val, s0,s1, t0,t1) {

return (val-s0)*(t1-t0)/(s1-s0) + t0;

}

You need a per-voxel approach since the value you fit (val) is different for each voxel

so it would say the gas field vop is your best option :)

So lets say I create a custom field with gas match field, copying density into my custom field. Is there a way other than the gas field vop to fitrange my custom field? Is there a microsolver that performs this function?

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