removed debug stuff
parent
13510c1ac1
commit
c2ac5d7928
1
gui.js
1
gui.js
|
@ -76,7 +76,6 @@ class FourDGUI {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const guiObj = this;
|
const guiObj = this;
|
||||||
console.log(guiObj);
|
|
||||||
this.link['hyperplane'] = this.numParam('hyperplane', parseFloat, 2);
|
this.link['hyperplane'] = this.numParam('hyperplane', parseFloat, 2);
|
||||||
this.link['thickness'] = this.numParam('thickness', parseFloat, 1);
|
this.link['thickness'] = this.numParam('thickness', parseFloat, 1);
|
||||||
this.link['color'] = this.numParam(
|
this.link['color'] = this.numParam(
|
||||||
|
|
Loading…
Reference in New Issue