Phoenix FD RGB channel
#7
A vertex color map just takes UVW coordinates and turns them into colors. So normally a UVW coordinate would be something like [0.5, 05, 0] (midpoint on a texmap) or whatever, whereas a vertex color coordinate would be an RGB value that is something like [255.0, 0.0, 0.0] (red).

So the question is, how can tyFlow assign RGB values like that to UVW coordinates? And the answer is simple: the Fluid Properties operator can be used to take PhoenixFD RGB values and assign them to particle data channels. However, a texmap has no idea that particles have data channels. So we then use a Mapping operator to take the vector value of the data channel, and push it into a UVW mapping channel, so that it can be read by a vertex color texmap. Of course you'll need to adjust your Mapping operator settings to tell it to take your custom vector and place it in the mapping channel of your choice.
  Reply


Messages In This Thread
Phoenix FD RGB channel - by spencert - 04-11-2019, 11:05 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-11-2019, 11:11 PM
RE: Phoenix FD RGB channel - by spencert - 04-11-2019, 11:29 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-22-2019, 02:40 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-22-2019, 03:57 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-22-2019, 10:41 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-22-2019, 11:04 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-23-2019, 10:37 AM
RE: Phoenix FD RGB channel - by shadowkiller - 04-23-2019, 01:41 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-23-2019, 04:25 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-23-2019, 04:58 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-24-2019, 03:34 AM
RE: Phoenix FD RGB channel - by tyFlow - 04-24-2019, 03:48 AM
RE: Phoenix FD RGB channel - by shadowkiller - 04-24-2019, 09:58 AM
RE: Phoenix FD RGB channel - by tyFlow - 04-24-2019, 09:45 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-25-2019, 09:59 AM
RE: Phoenix FD RGB channel - by tyFlow - 04-25-2019, 05:01 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-27-2019, 07:28 PM
RE: Phoenix FD RGB channel - by tyFlow - 04-27-2019, 08:01 PM
RE: Phoenix FD RGB channel - by shadowkiller - 04-28-2019, 10:05 AM

Forum Jump: