提交 e347fc04 编写于 作者: M Mr.doob

Added EventDispatcher to Object3D.

上级 6c2d03e9
......@@ -50,6 +50,11 @@ THREE.Object3D.prototype = {
constructor: THREE.Object3D,
addEventListener: THREE.EventDispatcher.prototype.addEventListener,
hasEventListener: THREE.EventDispatcher.prototype.hasEventListener,
removeEventListener: THREE.EventDispatcher.prototype.removeEventListener,
dispatchEvent: THREE.EventDispatcher.prototype.dispatchEvent,
applyMatrix: function () {
var m1 = new THREE.Matrix4();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册