Commit History

Author SHA1 Message Date
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 94125d9ec3 More tweaks to Texture. 11 years ago
  Mr.doob dd089570da Added Texture.DEFAULT_IMAGE. Different solution for #4559. 11 years ago
  Mr.doob 6d3415e206 Added THREE.CubeTexture. 11 years ago
  Mr.doob 499ff8aecd Moved ImageUtils.loadTGATexture to examples/TGALoader. 11 years ago
  Mr.doob c808ea2ce5 ImageUtils.loadDDSTexture to examples/DDSLoader. 11 years ago
  Mr.doob 930850202f ImageUtils.loadDDSTexture also using XHRLoader. 11 years ago
  Mr.doob cd73e51035 ImageUtils.loadTGA now using XHRLoader. 11 years ago
  Mr.doob 1778380b00 Fixed TGA loading code. 11 years ago
  Mr.doob db53cfa037 Merge branch 'tgaTextureSupport' of https://github.com/DaoshengMu/three.js into dev 11 years ago
  Mr.doob 40633c8573 Cleaned up warnings and error messages. 11 years ago
  Mu Daosheng 8a6a0220b2 Remove TGATexture class because DataTexture can replace TGATexture class. 11 years ago
  Mu Daosheng fde86129ba tgaTexture: allocate palette buffer using colormap length * size 11 years ago
  Mu Daosheng 98711f4980 support tga format texture 11 years ago
  Mr.doob 6d4fe3f82b ImageUtils: loadTextureCube using ImageLoader as suggested by @CowTail in #4654. 11 years ago
  Corey Farwell e03a93173f ImageUtils.loadTexture: Enable 'onError' callback 11 years ago
  Scott Andrews b350f9dacf Avoid defaulting crossOrigin attribute 11 years ago
  Mr.doob c4e1c30342 ImageUtils.loadTexture doesn't create additional Images anymore. Fixes #3793. 12 years ago
  benoitjacquier d9d78d20a6 Support for uncompressed ARGB DDS 12 years ago
  Mr.doob 23a2faace6 Fixed ImageLoader breakage. See #3442. 12 years ago
  alteredq 89b9d21da3 Merged @MiiBond's single file DDS cube textures. 12 years ago
  MiiBond 041a5d591a Added support for loading cubemap DDS textures. 12 years ago
  alteredq 3a19a4ae08 Editor: added textures to scene exporter. 13 years ago
  alteredq fce601d5f0 Added support for compressed cube maps. 13 years ago
  alteredq 89bc466c55 Fixed bug in compressed textures loader. 13 years ago
  alteredq cab0a0f718 Added support for compressed textures. 13 years ago
  alteredq beaa18b652 Fixed ImageUtils.loadTexture that got broken when it was changed to use ImageLoader. 13 years ago
  alteredq 8835e7ae98 Do not flip images used in cube textures. 13 years ago
  Mr.doob 346bac61ac ImageUtils: Passing texture in the loadTexture onLoad callback. Fixes #2032. 13 years ago
  Mr.doob bcebd78549 Added onError callback to ImageUtils.loadTexture. Fixes #1908. 13 years ago