ResetMaterialShaderUniforms(object, string, string)
From NWN Lexicon
Jump to navigationJump to searchResets material shader parameters on the given object.
Parameters
- oObject
- The object to set the shader override upon.
- sMaterial
- Supply a material to only reset shader uniforms for meshes with that material..
- sParam
- Supply a parameter to only reset shader uniforms of that name.
- Supply both sMaterial and sParam to only reset shader uniforms of that name on meshes with that material.
Description
Resets material shader parameters on the given object.
Remarks
Version
This function was added in 1.74.8170 of NWN:EE.
Example
See Also
functions: | SetMaterialShaderUniformInt(), SetMaterialShaderUniformVec4() |
author: Shadguy