20 lines
637 B
YAML
20 lines
637 B
YAML
# This test has a series of flat transforms that affect Z.
|
|
---
|
|
root:
|
|
items:
|
|
- type: reference-frame
|
|
transform: rotate-y(0.0001) # this transform used to affect the Z coordinates during flattening
|
|
transform-style: flat
|
|
items:
|
|
- type: reference-frame
|
|
perspective: 1000
|
|
transform-style: flat
|
|
items:
|
|
- type: reference-frame
|
|
transform: rotate-z(-45) rotate-x(-75)
|
|
bounds: 50 0 100 100
|
|
transform-style: flat
|
|
items:
|
|
- type: rect
|
|
bounds: 0 0 100 100
|
|
color: green
|