-
Notifications
You must be signed in to change notification settings - Fork 73
Optimizing Texture Size
Brian Peiris edited this page Jun 6, 2017
·
5 revisions
Texture Size measures the total size, in pixels, of all of the textures you've loaded into your app. Large textures can cause hitching during load-time.
Note: Texture Size represents all the textures you have ever renderered into the scene, even if you stop using the texture later in the app's lifetime.
High Texture Size can be caused by overly-large textures or poor re-use of textures.
Avoid using large textures if you can get away with smaller ones. Generally speaking, texture size should be proportional to the size of the object in-game.
Home Copyright (c) 2017 AltspaceVR