0

If I use a high resolution image (about 15000 * 15000) and perspective projection then the scene is very slow (FPS is low). If set the Orthographic projection then the FPS is high What needs to be done so that the FPS in the perspective projection is also high?

projectionType.Orthographic

projectionType.Perspective

Sergey
  • 1
  • https://devdept.zendesk.com/hc/en-us/articles/360016436713-Performance-Tips – Daniel Lord Sep 28 '20 at 13:43
  • @DanielLord Thanks for the link. I tried all the described methods to see performance, but nothing helped – Sergey Sep 29 '20 at 10:31
  • Perspective should always be faster than orthographic for shapes. For image it's the inverse. You need to know that a 15,000x15,000 picture is EXTREMELY heavy. That one entity of nearly 1 gigabyte. You need to reduce its size or split it into smaller one. – Franck Oct 02 '20 at 15:30

0 Answers0