Best way to get renderer info? #405
Answered
by
vanruesc
alexpineda
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vanruesc
Sep 2, 2022
Replies: 1 comment
-
Do this: renderer.info.autoReset = false; and then in your render loop before calling composer.getRenderer().info.reset(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexpineda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do this:
and then in your render loop before calling
composer.render
: