浏览代码

Face3ized Qrcode.

Mr.doob 12 年之前
父节点
当前提交
4fba7c36bb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      examples/obj/Qrcode.js

+ 2 - 1
examples/obj/Qrcode.js

@@ -1451,7 +1451,8 @@ var Qrcode = function () {
 
 	function f4( a, b, c, d, color ) {
 
-		scope.faces.push( new THREE.Face4( a, b, c, d, undefined, color ) );
+		scope.faces.push( new THREE.Face3( a, b, d, undefined, color ) );
+		scope.faces.push( new THREE.Face3( b, c, d, undefined, color ) );
 
 	}