Writing Material Plug-ins
 
 
 

To write a material plug-in you would derive the class from the Material class. The parameters of the material, if they are to support editing by the user, should be stored in attributes. You need to override the following methods of Material:

For an example of a material plug-in see the examples /examples/FixedFunctionMaterial and /examples/ToonMaterial.