-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In examples tb is not defined . #105
Comments
All the examples are checked with the latest version running on node.js |
I have checked again all the examples and all of them work with no issues or errors. |
It was my folt. I was using this in react. |
@jscastro76,I installed your framework with npm to my react project and meet this error. Could fix this issue with react? please help me! |
Hi @sovanyuthchap, I would need a repro example to help. If you can provide one I could help. |
Hi Jscastro76,
Thank you so much for sent mail to me. Now I fixed this issue. If I have some issues, I’ll contact you later. Your framework is perfect, I stared your repo too.
Best regard
Sovanyuth Chap
…On Dec 4, 2020, 3:34 PM +0700, Jesus Serrano ***@***.***>, wrote:
> @jscastro76,I installed your framework with npm to my react project and meet this error. Could fix this issue with react? please help me!
Hi @sovanyuthchap, I would need a repro example to help. If you can provide one I could help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I have the same error and I have found the reason. In AnimationManager.js,it execute the following code tb.map.repaint = true; and the tb is not defined.so you must define the tb as global variable. const tb = window.tb = new ThreeBox(....) |
I found this code in many examples, but when i run this i got
The text was updated successfully, but these errors were encountered: