summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/stl-files.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/stl-files.js')
-rw-r--r--frontend/site/projects/museum/stl-files.js24
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,