implement save and load settings

This commit is contained in:
LabyStudio
2022-02-12 22:42:35 +01:00
parent f4ac35665f
commit 9e0045f807
5 changed files with 36 additions and 2 deletions
@@ -3,8 +3,7 @@ window.Tessellator = class {
constructor() {
this.material = new THREE.MeshBasicMaterial({
vertexColors: THREE.VertexColors,
//side: THREE.BackSide,
side: THREE.DoubleSide,
side: THREE.BackSide,
transparent: true,
depthTest: true
});