Remove test using 'ambient' option property in 'threejs'.

Seems related to https://github.com/mrdoob/three.js/pull/5741#issuecomment-67893202
This commit is contained in:
Daniel Rosenwasser
2015-09-01 14:00:15 -07:00
parent dc183eb132
commit c704fe3a8c
7 changed files with 10 additions and 10 deletions
@@ -42,7 +42,7 @@
}
var sprite = new THREE.Sprite(new THREE.SpriteCanvasMaterial({ color: 0xff0040, program: program }));
var sprite = new THREE.Sprite(new THREE.SpriteCanvasMaterial({ color: 0xff0040, program: program }));
light1.add(sprite);
var sprite = new THREE.Sprite(new THREE.SpriteCanvasMaterial({ color: 0x0040ff, program: program }));