Inheritance: Loader → ObjectLoader →
A special type of object loader for loading 3D objects using node materials.
Constructs a new node object loader.
manager
A reference to a loading manager.
Represents a dictionary of node material types.
Represents a dictionary of node types.
Parses the node objects from the given JSON.
json
The JSON definition
onLoad
The onLoad callback function.
Overrides: ObjectLoader#parse
Returns: . The parsed 3D object.
Parses the node objects from the given JSON and textures.
json
The JSON definition
textures
The texture library.
Returns: . The parsed materials.