diff --git a/scenes/threeSpheres.yml b/scenes/threeSpheres.yml new file mode 100644 index 0000000..b4acaaf --- /dev/null +++ b/scenes/threeSpheres.yml @@ -0,0 +1,12 @@ +--- !Scene +dimensions: [1920, 1080] +objects: + - origin: [0, 0.5, 2] + radius: 0.33 + color: [1, 0, 0] + - origin: [-0.33, 0, 2] + radius: 0.33 + color: [0, 1, 0] + - origin: [0.33, 0, 2] + radius: 0.33 + color: [0, 0, 1]