mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
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:
@@ -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 }));
|
||||
|
||||
Reference in New Issue
Block a user