Course Index
Section Start
Previous Slide
Next Slide
9
Texture Application
Texture Application can sometimes be straightforward.
Or more complicated if texture coordinates are modified.
Happy Bus by Paul Isaacs.
Use smaller textures. 128 x 128 is a pretty good size. A lot of large textures will slow the download.
Use a square texture for maximum control over how texture coordinates are handled--this can vary from browser to browser.
If it can't be square, make the size a power of two in each dimension-browsers will resample your image using this, so this will reduce damage.