|
| | MATPARM (UT_Vector3F, Diff) |
| |
| | MATPARM (UT_Vector3F, Spec) |
| |
| | MATPARM (UT_Vector3F, Emit) |
| |
| | MATPARM (UT_Vector3F, MetalColor) |
| |
| | MATPARM (UT_Vector3F, SheenColor) |
| |
| | MATPARM (fpreal32, DiffRough) |
| |
| | MATPARM (fpreal32, SpecRough) |
| |
| | MATPARM (fpreal32, SpecTint) |
| |
| | MATPARM (fpreal32, Metal) |
| |
| | MATPARM (fpreal32, IOR) |
| |
| | MATPARM (fpreal32, Alpha) |
| |
| | MATPARM (fpreal32, AlphaPara) |
| |
| | MATPARM (fpreal32, AlphaCutoff) |
| |
| | MATPARM (fpreal32, AlphaMode) |
| |
| | MATPARM (fpreal32, CoatIntensity) |
| |
| | MATPARM (fpreal32, CoatRough) |
| |
| | MATPARM (fpreal32, SheenIntensity) |
| |
| | MATPARM (fpreal32, SheenRough) |
| |
| | MATPARM (int32, SpecModel) |
| |
| | MATPARM (int32, CoatSpecModel) |
| |
| | MATPARM (int32, UseGeoColor) |
| |
| | MATPARM (int32, UsePackedColor) |
| |
| | MATPARM (int32, HasTextures) |
| |
| void | update (const GR_MaterialParms &options) override |
| |
| bool | initMaterialSetForRender (RV_Render *r, RV_ShaderProgramBase *shader, bool &created) override |
| |
| bool | initBlocks (RV_Render *r, const GR_DisplayOption *opts) override |
| |
| void | setVertexOverrides (const UT_StringMap< UT_StringHolder > &ovr) |
| |
const UT_StringMap
< UT_StringHolder > & | vertexOverrides () const |
| |
| MaterialType | type () const |
| |
| int | getNodeID () const |
| |
| void | setNodeID (int id) |
| |
| UT_StringHolder | getNodePath () const |
| |
| void | setTimeDependent (bool timedep, fpreal t=0.0) |
| |
| void | setOPTimeDependent (bool timedep, fpreal t=0.0) |
| |
| bool | isTimeDependent () const |
| |
| bool | isOPTimeDependent () const |
| |
| fpreal | getCurrentTime () const |
| |
| bool | isDirty (fpreal time) |
| |
| void | dirty (bool dirty=true) |
| |
| virtual void | dirtyTextures () |
| |
| bool | isTextured () const |
| |
| void | setTextured (bool has_tex) |
| |
| bool | hasUDIM () const |
| |
| void | setHasUDIM (bool has_udim) |
| |
| bool | hasDisplacement () const |
| |
| void | setHasDisplacement (bool has_disp) |
| |
| bool | needsUVs () const |
| |
| void | setNeedsUVs (bool uvs) |
| |
| bool | needsTangents () const |
| |
| void | setNeedsTangents (bool tan) |
| |
| bool | isTransparent () const |
| |
| void | setTransparent (bool has_tex) |
| |
| bool | texturesLoaded () const |
| |
| void | setTexturesLoaded (bool loaded) |
| |
| bool | bindWithoutUpdate (RV_Render *r, RV_ShaderProgramBase *shader, const GR_DisplayOption *opts, bool for_curve=false) |
| |
| bool | bind (RV_Render *r, RV_ShaderProgramBase *shader, const GR_DisplayOption *opts, bool for_curve=false) |
| |
| virtual bool | bindForCompute (RV_Render *r, RV_ShaderProgramBase *shader, const GR_DisplayOption &opts) |
| |
| bool | checkCompatible (RV_Render *r, RV_ShaderProgramBase *sh, bool for_curve=false) const |
| |
| bool | bindSets (RV_Render *r, RV_ShaderProgramBase *shader, bool for_curve) |
| |
| DEP_MicroNode & | dependencies () |
| |
| virtual RV_ShaderProgram * | getSurfaceShader () const |
| |
| virtual RV_ShaderProgram * | getCurveShader () const |
| |
| virtual RV_ShaderCompute * | getDisplaceShader () const |
| |
| bool | opDependenciesDirty () const |
| |
| void | clearOpDependenciesDirty () |
| |
| const UT_Set< int > | opDependencies () const |
| |
| void | setOverrides (const UT_Options *overrides) |
| |
| const UT_Options * | getOverrides () const |
| |
| void | setFallbacks (const UT_Options *attrib_fallbacks) |
| |
| const UT_Options * | getFallbacks () const |
| |
| void | setExtraInputs (const UT_StringMap< InputType > &extra_inputs) |
| |
| const UT_StringMap< InputType > & | extraInputs () const |
| |
| const UT_StringHolder & | name () const |
| |
| exint | id () const |
| |
| int64 | getVersion () const |
| |
| void | setVersion (int64 v) |
| |
| void | incref () |
| |
| void | decref () |
| |
| void | setName (const UT_StringHolder &name) |
| |
| void | setID (int id) |
| |
Definition at line 72 of file GR_MaterialTypes.h.