<uniform>.remove

Remove the uniform

 

<uniform>.remove()

 

Remarks

This command will remove the uniform. The uniform will still affect any nodes it was previously applied to.

Return Value

None

Example

uniform = viz.addUniformInt('tex',0)

node.apply(uniform)

uniform.remove()

#Node will still be affected by uniform