new jscad default color #583

Merged
hrgdavor merged 1 commits from fix-jscad-default-color into main 2022-01-08 20:33:14 +01:00

View File

@@ -20,7 +20,7 @@ import TheWorker from 'worker-loader!./jscadWorker'
const materials = {
mesh: {
def: new MeshPhongMaterial({ color: 0x0084d1, flatShading: true }),
def: new MeshPhongMaterial({ color: 0x13579d, flatShading: true }),
material: (params) => new MeshPhongMaterial(params),
},
line: {