/****************************************************************************** * Module: zbump.h * Version: 1 * Created: 20-Jun-05 * Author: This file was generated by the XSI shader wizard v1.0 * * This file contains the input parameter definition for the zbump wizard. * Description: * ******************************************************************************/ #ifndef _zbump_H_ #define _zbump_H_ #include #include typedef struct { miColor m_input; /* */ miColor m_input2; /* */ miScalar m_step; /* */ miScalar m_factor; /* */ miScalar m_factor2; /* */ miBoolean m_secondbump; /* */ miVector passthrough; } zbump_params; extern "C" { DLLEXPORT int zbump_version(void); DLLEXPORT miBoolean zbump( miVector *out_pResult, miState *state, zbump_params *in_pParams ); DLLEXPORT void zbump_init( miState * state, zbump_params * in_pParams, miBoolean *inst_req ); DLLEXPORT void zbump_exit( miState * state, zbump_params * in_pParams); } #endif