File: NodeMaterialLoader.md | Updated: 11/15/2025
A special type of material loader for loading node materials.
Constructs a new node material loader.
manager | A reference to a loading manager.
---|---
Represents a dictionary of node material types.
Represents a dictionary of node types.
Creates a node material from the given type.
type | The node material type.
---|---
Overrides: MaterialLoader#createMaterialFromType
Returns: The created node material instance.
Parses the node material from the given JSON.
json | The JSON definition
---|---
Overrides: MaterialLoader#parse
Returns: . The parsed material.
Defines the dictionary of node material types.
value | The node material library defined as <classname,class>.
---|---
Returns: A reference to this loader.
Defines the dictionary of node types.
value | The node library defined as <classname,class>.
---|---
Returns: A reference to this loader.