ActionManagers available on the scene.
All of the animation groups added to this scene
Gets a list of Animations associated with the scene
All of the cameras added to this scene
The list of effect layers (highlights/glow) added to the scene
The list of geometries used in the scene.
The list of layers (background and foreground) of the scene
The list of lens flare system added to the scene
All of the lights added to this scene
All of the materials added to this scene In the context of a Scene, it is not supposed to be modified manually. Any addition or removal should be done using the addMaterial and removeMAterial Scene methods. Note also that the order of the Material wihin the array is not significant and might change.
All of the (abstract) meshes added to this scene
The list of morph target managers added to the scene
All of the multi-materials added to this scene
All of the particle systems added to this scene
The list of procedural textures added to the scene
The list of reflection probes added to the scene
Gets the list of root nodes (ie. nodes with no parent)
The list of skeletons added to the scene
The list of sounds used in the scene.
Textures to keep.
All of the tranform nodes added to this scene In the context of a Scene, it is not supposed to be modified manually. Any addition or removal should be done using the addTransformNode and removeTransformNode Scene methods. Note also that the order of the TransformNode wihin the array is not significant and might change.
Adds the given effect layer to this scene
defines the effect layer to add
Adds the given lens flare system to this scene
The lens flare system to add
Adds the given reflection probe to this scene.
The reflection probe to add
Return a the first highlight layer of the scene with a given name.
The name of the highlight layer to look for.
The highlight layer if found otherwise null.
Gets a lens flare system using its id
defines the id to look for
the lens flare system or null if not found
Gets a lens flare system using its name
defines the name to look for
the lens flare system or null if not found
Removes the given effect layer from this scene.
defines the effect layer to remove
the index of the removed effect layer
Removes the given lens flare system from this scene.
The lens flare system to remove
The index of the removed lens flare system
Removes the given reflection probe from this scene.
The reflection probe to remove
The index of the removed reflection probe
Adds n individual parser in the list of available ones
Defines the name of the parser
Defines the parser to add
Adds a parser in the list of available ones
Defines the name of the parser
Defines the parser to add
Gets an individual parser from the list of avaialble ones
Defines the name of the parser
the requested parser or null
Gets a general parser from the list of avaialble ones
Defines the name of the parser
the requested parser or null
Parser json data and populate both a scene and its associated container object
Defines the data to parse
Defines the scene to parse the data for
Defines the container attached to the parsing sequence
Defines the root url of the data
Generated using TypeDoc
Set of assets to keep when moving a scene into an asset container.