Browse Source

don't doubleside ground

Gregg Tavares 6 years ago
parent
commit
331772bf19
1 changed files with 0 additions and 1 deletions
  1. 0 1
      threejs/lessons/resources/threejs-fog.js

+ 0 - 1
threejs/lessons/resources/threejs-fog.js

@@ -21,7 +21,6 @@
       shininess: 0,
       roughness: 1,
       metalness: 0,
-      side: THREE.DoubleSide,
     };
     loader.load('../resources/models/simple_house_scene/scene.gltf', (gltf) => {
       const materials = new Set();