reconfigure implementation projects

This commit is contained in:
dfsek
2021-11-21 21:41:19 -07:00
parent 22eae6d515
commit 7e0fa4854f
100 changed files with 6 additions and 683 deletions
@@ -0,0 +1,10 @@
dimensions: 2
type: Cellular
frequency: 0.01
cellular:
return: Distance3Div
normalize:
type: LINEAR
linear:
min: -1
max: 0
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

@@ -0,0 +1,18 @@
list:
- ONE
- "<< metaTarget.yml:list"
- FOUR
- FIVE
- SIX
- "<< metaTarget.yml:list2"
- NINE
- TEN
map:
"<<":
- metaTarget.yml:map1
- metaTarget.yml:map2
one: ONE
two: TWO
string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}"
int: 2 + 4
double: ${metaTarget.yml:double} + 5.6
@@ -0,0 +1,17 @@
list:
- TWO
- THREE
list2:
- SEVEN
- EIGHT
map1:
three: THREE
four: FOUR
five: FIVE
map2:
six: SIX
string:
two: two
three: three
six: six
double: 1