In this sample we test layers switching and scene-graph.
A basic 3D scene is arranged by creating different ATON nodes ("ground","chrysippus" and "skyphos") loading different resources (GLTF models). We also create a main parent node called "myGroup".
Each node can be individually toggled via ATON.getSceneNode('node-id').toggle()
. Try switching on/off different nodes using buttons in the bottom toolbar.
These routines are useful for multi-temporal 3D scenes or architectrual visualization to interactively switch on/off reconstructions, hypotheses or portions of buildings or objects.