Skip to content
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

Too much recursion #2010

Closed
rewb0rn opened this issue May 30, 2012 · 1 comment
Closed

Too much recursion #2010

rewb0rn opened this issue May 30, 2012 · 1 comment
Labels

Comments

@rewb0rn
Copy link

rewb0rn commented May 30, 2012

Hey,

I tried to create a small solar system simulation. My planets extend the Three.Object3D class and add sphere meshes to themselves. This all works unless I add some moons to the planets as children, I then get "Too much recursion" (FF) or "Maximum call stack size exceeded" (Chrome). Is there no way to create object hierarchies beyhond the 3rd layer?

@mrdoob
Copy link
Owner

mrdoob commented May 30, 2012

#1979

@mrdoob mrdoob closed this as completed May 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants