Commit Graph

22 Commits

Author SHA1 Message Date
Nathan Schulte c03ea38e7a work-around dimensionless SVG in Firefox 2022-03-10 21:31:15 -06:00
Sean Lilley 7aa9ce1157 Merge branch 'master' into add-ktx2 2021-06-24 13:14:07 -04:00
ebogo1 2d02f92ff0 add loadKTX2Spec tests for all formats 2021-06-23 15:31:59 -04:00
Janine Liu 8141cc7682 Add tests for fetchImage (Resource) and loadImageFromTypedArray 2021-06-22 14:01:07 -04:00
ebogo1 39f26d6ab9 fixed model mipmap, added ModelSpec, other fixes 2021-06-17 18:50:55 -04:00
ebogo1 ee9f2f854a update loadKTX2Spec, first pass 2021-05-22 19:14:25 -04:00
ebogo1 864acae71b add missing specs and sample data 2021-04-29 22:39:39 -04:00
ebogo1 67190baf53 delete spec data 2021-04-14 15:22:42 -04:00
Omar Shehata 758cd1665d Add preferImageBitmap option that defaults to false 2019-04-02 13:13:45 -04:00
Dan Bagnell 9574914cfc Fix failing CI tests. 2017-01-30 16:56:25 -05:00
Dan Bagnell ee6856c26b Add crunch support to imagery provider and material. Add loadCRN tests. Update CHANGES.md. 2017-01-05 17:08:33 -05:00
Dan Bagnell 4cc7559fce Add support for s3tc, pvrtc, and etc1 compressed textures and loading them
from KTX files.
2016-12-19 17:39:44 -05:00
Kevin Ring af231deb39 Fix test. 2016-12-19 13:09:30 +11:00
Ed Mackey 3703161da5 Update tests to account for new padding in TextureAtlas. 2016-11-22 14:47:39 -05:00
Matthew Amato a0cd6537fa Fix color space issues with images used in Specs.
PNG files can have embedded ICC profiles.  Chrome and Firefox treat these differently, resulting in specs failing do to color comparisons failing.  We previously had workarounds in place, but by running `pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png` on each of our Spec images, I was able to remove the ICC profiles and the corresponging workarounds in the spec.

I also added back in 2 tests that used to fail on Firefox but are now Fixed.
2012-11-28 10:07:53 -05:00
Kevin Ring 2d82dfc303 Flesh out the tests a bit. 2012-10-23 15:24:09 -04:00
Ian Lilley 82bf2ac96e Added specs for the blend map and the composite material 2012-06-28 15:30:14 -04:00
Ian Lilley bb5a14b5c0 Added and revised specs for all the materials 2012-06-25 16:10:17 -04:00
Ian Lilley ed3456d798 Fixed some doc, fixed some specs, made atlas support rectangle shapes, removed texturecoordinateregion2D and used a Rectangle instead for getTextureCoordinates 2012-06-21 13:57:38 -04:00
Ian Lilley 62ec1edf70 Restructured texture atlas again based on suggestions from pull request. Also wrote a bunch of more challenging texture atlas specs. 2012-06-19 17:28:49 -04:00
Ian Lilley d61fe87fa6 Made atlas sort images by side length to reduce number of resizings when calling addImages. Added some new specs too. 2012-06-14 15:38:35 -04:00
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00