I have received ?Texture memory exceeded" error few times in Architect view. It usually appears when load of makers are being loaded. How do I listen this error when loading markers?
W
Wolfgang Damm
said
over 10 years ago
It's currently not possible to listen for this error. However there are a few things to keep in mind:
Texture memory is limited and will be mainly be used by imageresources, labels, html drawables and 3d models
Creae an ImageResource once for each unique image. Multiple ImageResources for the same image are wasting unecessary texture memory.
Destroy ImageResources you now longer need "myImageResource.destroy()" to free up texture memory
If working with huge images downscale them before using them in the architect world
Let me know if you have any questions regarding the optimal use of ImageResources.
Rasanga Perera