summaryrefslogtreecommitdiff
path: root/resources/scenes/two_balls.yml
blob: 338b8f91fff8a6f6e844f9a029cb95db0499055b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
materials:
  left:
    Lambertian:
      color:
        data: [ 0.0, 0.0, 1.0 ]

  right:
    Lambertian:
      color:
        data: [ 1.0, 0.0, 0.0 ]

geometry:
  - Sphere:
      pos:
        data: [ -0.707, 0.0, -1.0 ]
      radius: 0.707
      material: left

  - Sphere:
      pos:
        data: [ 0.707, 0.0, -1.0 ]
      radius: 0.707
      material: right