You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

This page provides information on the PhoenixFDTexture2D.

 

Page Contents

 

Overview


PhoenixFDTexture2D can be created from the Hypershade. It is a simplified version of the PhoenixFDTexture for 2D. It loads and exposes a grid channel of a selected Phoenix simulator object as a procedural texture. Using this component, you can shade the content in ways that the plain Phoenix shader does not support.

The main application of this texture is for shading the meshed of liquids which were simulated using an RGB color grid channel. The technique of mixing colored liquids and rendering their colors is available in the Paints Quick Setup preset.

You could also use it as a blending mask, as described in the Milk & Chocolate tutorial for Phoenix FD.

Another use of the PhoenixFDTexture is for rendering via an external volumetric Shader such as the V-Ray Environment Fog. See the External Volumetric Shader section on the Tips and Tricks page for more information.

 UI Path: ||Hypershade|| > Create panel > Maya section > 2D Textures
UI Path:  ||Create Render Node|| > Maya section > 2D Textures

 

Parameters


 

 

Simulator Node | simNode  – Allows you to specify the PhoenixFDSimulator node.

Channel | channel  – Specifies the channel retrieved from the Phoenix node:

Rendering Fire Color - Returns the resulting color for the Fire, as specified in the Rendering → Fire tab of the Phoenix FD Simulator.
Rendering Smoke Color - Returns the resulting color for the Smoke, as specified in the Rendering → Smoke tab of the Phoenix FD Simulator.
Rendering Smoke Opacity - Returns the resulting Smoke Opacity, as specified in the Rendering → Smoke Opacity tab of the Phoenix FD Simulator.
Channel Velocity - Returns the contents of the Velocity simulation channel. Velocity Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.
Channel RGB - Returns the contents of the RGB simulation channel. RGB Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.
Channel Temperature/Liquid - Returns the contents of the Temperature/Liquid simulation channel. Temper./Liquid Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.
Channel Smoke - Returns the contents of the Smoke simulation channel. Smoke Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.
Channel Fuel - Returns the contents of the Fuel simulation channel. Fuel Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work
Channel Speed - Returns the contents of the Speed simulation channel. Speed Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.
Channel Viscosity - Returns the contents of the Viscosity simulation channel. Viscosity Grid Channel Output has to be enabled on the Phoenix FD Simulator for this to work.

Sampler Type samplerType – Determines the blending method between adjacent grid cells.

Box – Displays cells as cubes. There is no blending between neighbor cells. This is the fastest mode.
Linear – Linear blending occurs between neighbor cells to smooth out the fluid's look. Sometimes this mode may unveil the grid-like structure of the fluid. Up to 20-30% faster than the Spherical option.
Spherical – Uses special weight-based sampling for the smoothest looking fluid. With increasing resolution, the visual advantage between this method and the Linear method becomes less noticeable.

Skip Displacement | skipDispl  – When enabled, the content is sampled without adding Phoenix displacement.

 

Was this helpful?