#!/usr/bin/env sim !draw_scene: [t] stage: colour 0 0.8 0 rotate_x 3*t 36->times: rotate_y 10 draw_cuboid -10 -2 -0.5 0.5 4 1 stage: colour 0.8 0 0 rotate_z 3*t 36->times: rotate_y 10 draw_cuboid -8 -2 -0.4 0.4 4 0.8 stage: colour 0 0 0.8 rotate_y 3*t 36->times: rotate_y 10 draw_cuboid -6 -2 -0.3 0.3 4 0.6 openGL "Grafiktest": set_camera_position 0 5 40 pull_down 10