This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Optimizing Triangle Count
Brian Peiris edited this page Jun 6, 2017
·
4 revisions
Triangle Count measures the total number of triangles in the geometry loaded by your app. High Triangle Count requires additional GPU resources to render and can also cause hitching at load-time.
Note: The triangle count represents triangles of all the geometries you have ever renderered into the scene, even if you stop using the geometry later in the app's lifetime.
High Triangle Count is caused by loading high-resolution models or by poor re-use of geometry instances.
Avoid high-resolution models. Decimate models before importing them in your app. Delete any hidden geometry. Re-use geometries instead of cloning/duplicating them.
Home Copyright (c) 2017 AltspaceVR