Home
last modified time | relevance | path

Searched refs:volume_anisotropy (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/
H A Das_osl_extensions.h.in109 // float "volume_anisotropy" = 0
119 // float "volume_anisotropy" = 0
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/shading/
H A Dclosures.cpp1226 float volume_anisotropy; member
1247 params->volume_anisotropy = 0.0f; in prepare_closure()
1260 CLOSURE_FLOAT_KEYPARAM(Params, volume_anisotropy, "volume_anisotropy"), in register_closure()
1347 values->m_volume_anisotropy = clamp(p->volume_anisotropy, -0.999f, 0.999f); in convert_closure()
1381 float volume_anisotropy; member
1401 params->volume_anisotropy = 0.0f; in prepare_closure()
1413 CLOSURE_FLOAT_KEYPARAM(Params, volume_anisotropy, "volume_anisotropy"), in register_closure()
1452 values->m_volume_anisotropy = clamp(p->volume_anisotropy, -0.999f, 0.999f); in copy_parameters()