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

Avoid double-rendering with rapidrender option #32

Open
Izzimach opened this issue Sep 3, 2015 · 0 comments
Open

Avoid double-rendering with rapidrender option #32

Izzimach opened this issue Sep 3, 2015 · 0 comments
Assignees
Labels

Comments

@Izzimach
Copy link
Owner

Izzimach commented Sep 3, 2015

As mentioned in #28, react-three automatically renders the scene using requestAnimationFrame even if you don't change the scene. This causes double-rendering if you update the scene with React.render. You can turn it off manually with #29 but the code should check and not render a scene more than once per frame.

@Izzimach Izzimach added the bug label Sep 3, 2015
@Izzimach Izzimach self-assigned this Sep 3, 2015
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

1 participant