Algosim documentation: scene

scene

Sets the current scene.

Syntax

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