What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

MaterialMaster()

The MaterialMaster is a convenience-based object that represents all of the Materials on a given GraphicObject. To manipulate all of the Materials on a GraphicObject at the same time, you can simply manipulate its MaterialMaster. It should be noted that querying values from the MaterialMaster can be misleading, as the returned values only refer to the last values set on the MaterialMaster itself, and would not reflect individual changes made to the Materials themselves. [NON-INSTANTIABLE]

new MaterialMaster()

MEMBERS

auxShaderSegment_postMatrixMath :string

Sets the 'auxShaderSegment_postMatrixMath' value for all of this GraphicObject's Materials.

auxShaderSegment_vertexSupport :string

Sets the 'auxShaderSegment_vertexSupport' value for all of this GraphicObject's Materials.

blending :string

Sets the 'blending' value for all of this GraphicObject's Materials.

colorMultiply :Color

The EffectController for the 'ColorMultiply' EffectNode, which multiplies the red, green, blue, and alpha color values of the Material it is applied to.

fillColor :Color

The EffectController for the 'FillColor' EffectNode, which entirely fills the associated Geometry with the red, green, blue, and alpha color values provided.

inheritedTypes :object

Dictionary object listing all of the types this object is compatible with.

particleSystemParameters :particleSystemParameters

The particleSystemParameters EffectController. This is an instance of the dynamically defined EffectController 'particleSystemParameters' (base type: 'Vector4'). To get a new instance, use 'nc.effectControllers['particleSystemParameters'].new()'.

shaderSegment_matrixMath :string

Sets the 'shaderSegment_matrixMath' value for all of this GraphicObject's Materials.

shapify :shapify

The EffectController for the 'Shapify' EffectNode. The Shapify EffectNode converts edge data stored in a 'shapified' Texture into a presentable image with edges that stay sharp regardless of the scale of the associated GraphicObject. This is an instance of the dynamically defined EffectController 'shapify' (base type: 'Vector2'). To get a new instance, use 'nc.effectControllers['shapify'].new()'.

type :string

Type identifier.

METHODS

addEffectNodes(effectNodes)

Adds EffectNodes to all of this GraphicObject's Materials.

Parameters:
Name Type Attributes Default Description
effectNodes Array.<EffectNode> | EffectNode    

The EffectNodes that will be added to all of this GraphicObject's Materials.

setEffectNodes(effectNodes)

Sets the EffectNodes for all of this GraphicObject's Materials.

Parameters:
Name Type Attributes Default Description
effectNodes Array.<EffectNode> | EffectNode    

The new list of EffectNodes that will apply to all of this GraphicObject's Materials.