Update jsCadController.tsx

This commit is contained in:
Davor Hrg
2021-12-28 16:23:14 +01:00
parent cd3060b3c7
commit b335f14640

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