Corrected transparency on the fence

This commit is contained in:
Thomas FORGIONE
2015-04-15 09:56:19 +02:00
parent be1ccaab9c
commit fcf2ea6b22
5 changed files with 14 additions and 5 deletions

View File

@@ -49,8 +49,6 @@ var PointerCamera = function() {
listenerTarget.addEventListener('mousemove', onMouseMove, false);
listenerTarget.addEventListener('mouseup', onMouseUp, false);
listenerTarget.addEventListener('mouseout', onMouseUp, false);
console.log(arguments[3]);
}
PointerCamera.prototype = Object.create(THREE.PerspectiveCamera.prototype);
PointerCamera.prototype.constructor = PointerCamera;