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.js17
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,