Skip to content

Commit

Permalink
Update scenes
Browse files Browse the repository at this point in the history
I don't always check them when I make changes to how they are
intepreted, so there were some quite old breakages in there.
  • Loading branch information
vkoskiv committed Nov 11, 2023
1 parent 68b8043 commit 1444494
Show file tree
Hide file tree
Showing 9 changed files with 233 additions and 481 deletions.
60 changes: 36 additions & 24 deletions input/fence.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,17 @@
}
],
"radius": 8,
"color": {
"r": 1.0,
"g": 0.0,
"b": 0.0
},
"bsdf": "emissive",
"intensity": 100.0
"material": [
{
"type": "emissive",
"color": {
"r": 1.0,
"g": 0.0,
"b": 0.0
},
"strength": 100.0
}
]
},
{
"type": "sphere",
Expand All @@ -156,13 +160,17 @@
}
],
"radius": 8,
"color": {
"r": 0.0,
"g": 1.0,
"b": 0.0
},
"bsdf": "emissive",
"intensity": 100.0
"material": [
{
"type": "emissive",
"color": {
"r": 0.0,
"g": 1.0,
"b": 0.0
},
"strength": 100.0
}
]
},
{
"type": "sphere",
Expand All @@ -179,23 +187,27 @@
}
],
"radius": 8,
"color": {
"r": 0.0,
"g": 0.0,
"b": 1.0
},
"bsdf": "emissive",
"intensity": 100.0
"material": [
{
"type": "emissive",
"color": {
"r": 0.0,
"g": 0.0,
"b": 1.0
},
"strength": 100.0
}
]
}
],
"meshes": [
{
"fileName": "newScene.obj",
"instances": [{}]
"fileName": "newScene.obj"
},
{
"for": "Cube.029",
"fileName": "fence.obj",
"instances": [
"pick_instances": [
{
"transforms": [
{
Expand Down
2 changes: 1 addition & 1 deletion input/glowmetal.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"meshes": [
{
"fileName": "shapes/gridplane.obj",
"instances": [
"pick_instances": [
{
"transforms": [
{
Expand Down
6 changes: 3 additions & 3 deletions input/hdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"g": 1.0,
"b": 0.0
},
"intensity": 10.0
"strength": 10.0
},
"radius": 2.5
},
Expand All @@ -370,7 +370,7 @@
"g": 0.0,
"b": 1.0
},
"intensity": 10.0
"strength": 10.0
},
"radius": 2.5
},
Expand All @@ -395,7 +395,7 @@
"g": 1.0,
"b": 1.0
},
"intensity": 10.0
"strength": 10.0
},
"radius": 10
}
Expand Down
3 changes: 2 additions & 1 deletion input/hex.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@
"meshes": [
{
"fileName": "shapes/gridplane.obj",
"instances": [
"pick_instances": [
{
"for": "Plane",
"materials": [
{
"replace": "Material.001",
"type": "diffuse",
"color": {
"type": "to_color",
Expand Down
Loading

0 comments on commit 1444494

Please sign in to comment.