From 3365eccdaf2c0b6d49ecac33b584ec32bd8652a6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 13 Apr 2021 16:40:48 +0200 Subject: stl more shiny --- frontend/site/projects/museum/stl-files.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'frontend/site/projects/museum/stl-files.js') 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, -- cgit v1.2.3-70-g09d2