Low performance when rendering FBX model in Chrome #1895
Unanswered
nikolagigic
asked this question in
Q&A
Replies: 1 comment 2 replies
-
try looking into the webgl status report, perhaps webgl bails out and it's falling back to the cpu. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried rendering a 3D model imported from Mixamo with basic rotation updater - when rendered in Chrome FPS goes down to 10 or lower, but when rendered in Firefox FPS stays at 60 and I can't figure out why.
I tried looking up some WebGL issues with Chrome, but nothing seems to come up.
Here is the code for Canvas:
and here is the code of the Scene:
Any advice on how to solve this would be of great help! Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions