formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Shaders
Description
This function can only be called inside the set_parameters
callback function when implementing a plugin or script
reflection shader. It declares the standard transmission reflection parameter. No
further action needs to be taken by a plugin or script shader.
formZ will automatically create the title, text field, map menu and options button.
In the pixel callback function the current value of the transmission
reflection parameter can be retrieved via the call (&val).
Plugin Prototype
void fz_shdr_set_transmission_parm(
double | trns_val, |
double | refraction ) |
Parameters
trns_val [Input]
The default transmission factor.
refraction [Input]
The default index or refraction.
Returns
none
Availability
5.0.0.0
See Also
Function Set
Defined in