Commit Graph

5 Commits

Author SHA1 Message Date
Don McCurdy
e654e346bc Rename demo folders. 2019-05-15 09:30:31 -07:00
shrekshao
c4cc4e4e2b Restructure webgl demo folders and Update readme 2019-05-14 17:12:51 -07:00
shrekshao
cec4c0e651 Port webgl draw texture demo to use new wrapper wasm 2019-05-14 16:37:46 -07:00
Rich Geldreich
33996b1a5f Important: Changing the Basis file version, so any existing files will need to be recompressed!
Adding new fields to the basis header: texture type and framerate. Texture type may be 2D, 2D array, video, volume, or cubemap array. The compressor makes sure that anything other than pure 2D follows certain constraints (cubemap arrays must have a multiple of 6 input images, videos/texture array images all must have the same resolution/# of mipmaps, etc.)
When unpacking cubemaps, the -unpack command now writes cubemap .KTX files which various tools like PVRTexTool support.
2019-05-02 16:09:11 -07:00
Rich Geldreich
8e0dcf43f3 new WebGL test files 2019-04-30 19:54:24 -07:00