このシェーダは 3 種類のシミュレーションを行い、それぞれを組み合わせて使用することも、個別に使用することもできます。
以下の散乱機能がサポートされます。
color "misss_physical" (
color "material",
color "transmission",
scalar "ior",
vector "absorption_coeff",
vector "scattering_coeff",
scalar "scale_conversion",
scalar "scattering_anisotropy",
scalar "depth",
integer "max_samples",
integer "max_photons",
scalar "max_radius",
boolean "approx_diffusion",
boolean "approx_single_scatter",
boolean "approx_multiple_scatter",
array light "lights",
integer "mode")
このシェーダには、光学プロパティおよびチューニング用のパラメータがあります。シェーダはマテリアル シェーダおよびフォトン シェーダの両方に適用する必要があります。
material "misss_physical_phen" (
color "material",
color "transmission",
scalar "ior",
vector "absorption_coeff",
vector "scattering_coeff",
scalar "scale_conversion",
scalar "scattering_anisotropy",
scalar "depth",
integer "max_samples",
integer "max_photons",
scalar "max_radius",
boolean "approx_diffusion",
boolean "approx_single_scatter",
boolean "approx_multiple_scatter",
array light "lights",
integer "mode"
)
version 4
マテリアル スロットおよびフォトン スロットの両方に対する適切なシェーダ接続を備えたマテリアル フェノメナです。パラメータおよび動作はすべて misss_physical と同じです。
Copyright © 1986, 2015 NVIDIA ARC GmbH. All rights reserved.