engaging-computing / MYR-backend

This is the backend for MYR.
http://learnmyr.org/apiv1
0 stars 12 forks source link

Image resolution of textures forces image resize in scene renderer #217

Open samuel-zuk opened 3 years ago

samuel-zuk commented 3 years ago

See: https://aframe.io/docs/1.2.0/introduction/best-practices.html#performance

Texture image files and their resolutions as they are now: Texture image files and their resolutions as they are now

kdvalin commented 3 years ago

Relevant part of documentation:

Make sure your textures’ resolutions are sized to powers of two (e.g., 256x256, 512x1024) in order to avoid the renderer having to resize the texture during runtime.