Skip to content

Commit

Permalink
chore: remove iridescent scene, use material in dragon instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Dec 22, 2024
1 parent 3ab280e commit e32ae2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 54 deletions.
10 changes: 7 additions & 3 deletions scenes/dragon.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scale": 2500,
"center": [-45, -135, -100],
"rotation": [0, 200, 0],
"material": "white lambertian"
"material": "iridescent"
},
{
"kind": "Quad",
Expand Down Expand Up @@ -55,11 +55,15 @@
}
},
{
"name": "white lambertian",
"name": "iridescent",
"kind": "Lambertian",
"albedo": {
"kind": "SolidColor",
"color": [0.8, 0.8, 0.8]
"color": [0.6, 0.6, 0.6]
},
"thin_film": {
"refraction_index": 1.5,
"thickness": 256.0
}
},
{
Expand Down
51 changes: 0 additions & 51 deletions scenes/iridescent.json

This file was deleted.

0 comments on commit e32ae2c

Please sign in to comment.