2 // Cluster Viewer Script
\r
4 // This sample shows all functionnality of the script to create a scene
\r
5 // a basic sample could be :
\r
14 // This means that the city.ig is father of street1 and street2 and house0
\r
15 // is child of street1. The + indicates the level of depth in hierarchy.
\r
16 // We can put initial position and rotation. We can avoid initial rotation
\r
18 // For instance if we want a house at a specific position and rotation
\r
19 // We have to write something like:
\r
20 // city.ig 1.0 1.0 1.0 0.0 0.0 3.14
\r
22 // The special keyword CAMERA_START that indicates where to start the camera
\r
25 CAMERA_START 20.0 20.0 5.0
\r