summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/split/near-plane.yaml
blob: f1911674cafdc2db4bd93837af76a87f164acf20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# In this test, there is a single polygon intersecting the near plane.
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 600, 600]
      transform-style: preserve-3d
      perspective: 200
      items:
        - type: stacking-context
          bounds: [0, 0, 600, 600]
          transform: rotate-x(-60.0)
          items:
            - type: rect
              bounds: [000, 0, 600, 600]
              color: [255, 0, 0, 0.5]