three.interaction.js icon indicating copy to clipboard operation
three.interaction.js copied to clipboard

not work in vue.js

Open gongyucheng opened this issue 5 years ago • 5 comments

I install it into vue.js project, but not work

gongyucheng avatar Nov 21 '19 03:11 gongyucheng

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 avatar Nov 21 '19 03:11 gongyucheng

@gongyucheng Can you link a repo that can reproduce this issue?

jensechu avatar Nov 27 '19 18:11 jensechu

please show some code how do you import three,maybe this issue has some help https://github.com/jasonChen1982/three.interaction.js/issues/5

jasonChen1982 avatar Dec 20 '19 03:12 jasonChen1982

同样的问题,开始是遇到 #39问题; 可以clone 这个repo https://github.com/solarcellsky/my-three.git 运行起来访问路由 /water

solarcellsky avatar Jul 13 '21 10:07 solarcellsky

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.

JoshuaeKaiser avatar Jul 17 '21 10:07 JoshuaeKaiser