Update jsCadController.tsx (#583)

This commit was merged in pull request #583.
This commit is contained in:
Davor Hrg
2022-01-08 20:33:13 +01:00
committed by GitHub
parent 3fef6474d3
commit 35fcd55229

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: {