浏览代码

Forgot a example using flipSided.

Mr.doob 13 年之前
父节点
当前提交
43daa51ab9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/canvas_materials_video.html

+ 1 - 1
examples/canvas_materials_video.html

@@ -99,7 +99,7 @@
 				textureReflection.minFilter = THREE.LinearFilter;
 				textureReflection.magFilter = THREE.LinearFilter;
 
-				var materialReflection = new THREE.MeshBasicMaterial( { map: textureReflection, flipSided: true, overdraw: true } );
+				var materialReflection = new THREE.MeshBasicMaterial( { map: textureReflection, side: THREE.BackSide, overdraw: true } );
 
 				//