scene
Sets the current scene.
Syntax
-
scene() -
scene(S)-
Sis a non-empty string
-
Description
scene(S) sets the current scene to the one named S; if there is no scene named S, a new scene with this name is created.
All subsequent 3D visualization operations will take place in this scene.
A reference to the scene is returned.
scene() instructs the front-end to put each new 3D object in its own, newly created, and temporary scene. It is not possible to add other objects to this scene later on.
See also
-
diagram (2D counterpart)