diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-13 16:40:48 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-13 16:40:48 +0200 |
| commit | 3365eccdaf2c0b6d49ecac33b584ec32bd8652a6 (patch) | |
| tree | 1d7587268db92a2f9631c30e6a6e42395d4e66cf /frontend/site/projects/museum/stl-files.js | |
| parent | c4afa5d3bedff9bbe1b0b848d3b9f89fe8874632 (diff) | |
stl more shiny
Diffstat (limited to 'frontend/site/projects/museum/stl-files.js')
| -rw-r--r-- | frontend/site/projects/museum/stl-files.js | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/frontend/site/projects/museum/stl-files.js b/frontend/site/projects/museum/stl-files.js index a6fc957..146e135 100644 --- a/frontend/site/projects/museum/stl-files.js +++ b/frontend/site/projects/museum/stl-files.js @@ -3,8 +3,9 @@ export const STL_FILES = { "nora-nefertiti": { url: "/last-museum/static/media/last-museum/nora-albadri/nefertiti.stl", modelMaterial: { - color: "#0000ff", - shininess: 30, + color: "#bbbbff", + metalness: 0.8, + roughness: 0.4, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, @@ -25,7 +26,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/shehorus.stl", modelMaterial: { color: "#888888", - shininess: 100, + metalness: 0.8, + roughness: 0.4, }, width: () => window.innerWidth * 0.25, height: () => window.innerHeight * 2/3, @@ -46,7 +48,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/peg.stl", modelMaterial: { color: "#0000ff", - shininess: 30, + metalness: 0.8, + roughness: 0.4, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, @@ -68,7 +71,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/lamassu.stl", modelMaterial: { color: "#bfb8a8", - shininess: 60, + metalness: 0.8, + roughness: 0.4, }, width: () => window.innerWidth * 1/2, height: () => window.innerHeight * 2/3, @@ -90,7 +94,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/queen.stl", modelMaterial: { color: "#BCC6CC", - shininess: 80, + metalness: 0.8, + roughness: 0.4, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, |
