Merging with @alteredq's experimental branches.

This commit is contained in:
Mr.doob
2011-10-23 12:34:46 +02:00
parent 20c96f52e9
commit 6b151b552e
150 changed files with 4982 additions and 3249 deletions
+8 -3
View File
@@ -2,9 +2,14 @@ var Qrcode = function () {
THREE.Geometry.call( this );
var scope = this,
m1 = new THREE.MeshLambertMaterial( { color: 0x000000, shading: THREE.FlatShading } ),
m2 = new THREE.MeshLambertMaterial( { color: 0xc0c0c0, shading: THREE.FlatShading } );
var scope = this;
scope.materials = [
new THREE.MeshLambertMaterial( { color: 0x000000, ambient: 0x000000, shading: THREE.FlatShading } ),
new THREE.MeshLambertMaterial( { color: 0xc0c0c0, ambient: 0xbbbbbb, shading: THREE.FlatShading } )
];
var m1 = 0, m2 = 1;
v(-54,134,58);
v(-54,146,58);