0

I have a character in my scene that is less than 6k vertices and less than 2k faces. The face limit where it turns red in the stats seems to be 1k.

I have tried it on my desktop, a iPhone 7 and a Pixel 1. It runs at 60 fps on all three. Why is that limit so low?

cvolpe
  • 41
  • 6

1 Answers1

0

There's an issue filed for this. https://github.com/aframevr/aframe/issues/3024

The answer is it shouldn't be.

ngokevin
  • 12,980
  • 2
  • 38
  • 84
  • Thanks, that helps a lot, I didn't see that issue. I will go by the vertices count and fps then. Cheers! – cvolpe Feb 04 '19 at 16:09