Skip to content

Commit

Permalink
add second example
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Sep 21, 2023
1 parent 7836419 commit 5541d22
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions cellpack/tests/recipes/v2/test_variable_size.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
0
],
[
100,
100,
500,
500,
1
]
],
Expand Down Expand Up @@ -64,23 +64,46 @@
1,
0
]
},
"sphere_40": {
"type": "single_sphere",
"inherit": "base",
"color": [
0.1,
0.5,
0.5
],
"radius": 40,
"max_jitter": [
1,
1,
0
]
}
},
"composition": {
"space": {
"regions": {
"interior": [
"A"
"A", "B"
]
}
},
"A": {
"object": "sphere_25",
"count": 10,
"count": 200,
"size_options": {
"distribution": "uniform",
"min": 5,
"max": 30
"min": 20,
"max": 25
}
},
"B": {
"object": "sphere_40",
"count": 200,
"size_options": {
"distribution": "list",
"list_values": [35, 40, 41]
}
}
}
Expand Down

0 comments on commit 5541d22

Please sign in to comment.