View Single Post
  #2  
Old 08-15-2013, 09:18 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can clear a shader from a specific node using:
Code:
node.clearAttribute(viz.ATTR_SHADER)
You can also clear a specific shader from all nodes it is applied to using:
Code:
shader.unapply()
Reply With Quote