formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Shaders

fz_shdr_fuim_create_glow_items

Description

Creates the standard shader "Glow Reflection" interface items in a reflection shader's option dialog. This function is designed to only be called from the callback function of a reflection plugin shader. It cannot be called from any other context.

Plugin Prototype

fzrt_error_td fz_shdr_fuim_create_glow_items(

fz_fuim_tmpl_ptr

fuim_tmpl,

fz_shdr_ptr

shdr_ptr,

fzrt_int

parent_group )

Parameters

fuim_tmpl [Input]

fuim manager

shdr_ptr [Input]

the shader for which to create the interface items. The shader pointer is passed to the callback function and just needs to be passed on to this function.

parent_group [Input]

the parent group under which to create the items. The dialog's top group is passed into the callback function.

Returns

Error codes.

Availability

5.5.0.0

Function Set

fz_shdr_fset


Defined in

fz_rzne_shdr_api.h