diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 00:01:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 00:01:42 +0200 |
| commit | ced3d7e5b1a428017a1ef69beffb5dcffcc3c88e (patch) | |
| tree | 393f280322f934f600830f10db9770186ea84e64 /frontend/site/projects/museum/stl-files.js | |
| parent | 186b657e61d235c111cb2a5021b3a9dbd138d3ca (diff) | |
nora texts
Diffstat (limited to 'frontend/site/projects/museum/stl-files.js')
| -rw-r--r-- | frontend/site/projects/museum/stl-files.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/frontend/site/projects/museum/stl-files.js b/frontend/site/projects/museum/stl-files.js index 146e135..a9483d7 100644 --- a/frontend/site/projects/museum/stl-files.js +++ b/frontend/site/projects/museum/stl-files.js @@ -4,8 +4,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/nefertiti.stl", modelMaterial: { color: "#bbbbff", - metalness: 0.8, - roughness: 0.4, + metalness: 0.7, + roughness: 0.5, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, @@ -25,9 +25,9 @@ export const STL_FILES = { "nora-horus-2": { url: "/last-museum/static/media/last-museum/nora-albadri/shehorus.stl", modelMaterial: { - color: "#888888", - metalness: 0.8, - roughness: 0.4, + color: "#dddddd", + metalness: 0.9, + roughness: 0.7, }, width: () => window.innerWidth * 0.25, height: () => window.innerHeight * 2/3, @@ -48,8 +48,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/peg.stl", modelMaterial: { color: "#0000ff", - metalness: 0.8, - roughness: 0.4, + metalness: 0.9, + roughness: 0.7, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, @@ -70,9 +70,9 @@ export const STL_FILES = { "nora-lamassu-2": { url: "/last-museum/static/media/last-museum/nora-albadri/lamassu.stl", modelMaterial: { - color: "#bfb8a8", - metalness: 0.8, - roughness: 0.4, + color: "#efe8f8", + metalness: 0.5, + roughness: 0.5, }, width: () => window.innerWidth * 1/2, height: () => window.innerHeight * 2/3, @@ -94,8 +94,8 @@ export const STL_FILES = { url: "/last-museum/static/media/last-museum/nora-albadri/queen.stl", modelMaterial: { color: "#BCC6CC", - metalness: 0.8, - roughness: 0.4, + metalness: 0.7, + roughness: 0.6, }, width: () => window.innerWidth / 2, height: () => window.innerHeight * 2/3, |
