three.interaction.js
three.interaction.js copied to clipboard
not work in vue.js
I install it into vue.js project, but not work
if I load a fbx file, and I traverse the scene , add mesh.on ,it does not work, get the error "load error!TypeError: mesh.on is not a function"
@gongyucheng Can you link a repo that can reproduce this issue?
please show some code how do you import three,maybe this issue has some help https://github.com/jasonChen1982/three.interaction.js/issues/5
同样的问题,开始是遇到 #39问题; 可以clone 这个repo https://github.com/solarcellsky/my-three.git 运行起来访问路由 /water
Does not work in Vue for me either. Get this error "TypeError: Class constructor EventDispatcher cannot be invoked without 'new'". Was not able to find any fix.