Update jsCadController.tsx (#583)
This commit was merged in pull request #583.
This commit is contained in:
@@ -20,7 +20,7 @@ import TheWorker from 'worker-loader!./jscadWorker'
|
|||||||
|
|
||||||
const materials = {
|
const materials = {
|
||||||
mesh: {
|
mesh: {
|
||||||
def: new MeshPhongMaterial({ color: 0x0084d1, flatShading: true }),
|
def: new MeshPhongMaterial({ color: 0x13579d, flatShading: true }),
|
||||||
material: (params) => new MeshPhongMaterial(params),
|
material: (params) => new MeshPhongMaterial(params),
|
||||||
},
|
},
|
||||||
line: {
|
line: {
|
||||||
|
|||||||
Reference in New Issue
Block a user