Commit Graph

24 Commits

Author SHA1 Message Date
ggetz 9548f5b7c9 Clean up terrain provider data and related specs 2025-09-17 14:55:14 -04:00
Gabby Getz 892efa327a Replace use of smallTerrain in specs and smokescreen tests 2023-11-22 10:14:36 -05:00
Gabby Getz aa05e1fd03
Revert "Fix many layer terrain loading order" 2023-09-01 08:50:44 -04:00
Gabby Getz f4f83cfda1 Add unit test 2023-07-18 10:50:19 -04:00
Gabby Getz fa78047931 Add unit test 2023-05-19 14:11:32 -04:00
Daniel Leone 7bffb5af8e * fixed a lot of comments and es6 code
* moved the test data files around
* added a line to CHANGES.md
2021-01-14 13:57:16 +08:00
Daniel Leone 95490b9127 * refactored sampleTerrain to use the non-throttle create mesh call
* shuffled and reduced the size of the test data
* bulked out the test assertions a little
2021-01-12 19:32:52 +08:00
Daniel Leone 96b24e23c0 * added a switch inside sample terrain which may or may not call createMesh
* added some unit tests to sample terrain to test both code paths (ArcGIS and CWT)
* added a bunch of test-data files so it doesn't have to hit a real terrain sever
2020-12-18 11:37:38 +08:00
Tom Fili 40e028c26d Added tests for metadata availability. 2018-11-12 14:20:41 -05:00
Tom Fili 323cf284a5 Added test for parentUrl 2017-09-29 14:54:44 -04:00
Kogis IWI 11613e0a8a Use all url templates provided by terrain config file 2015-09-22 09:24:17 +02:00
Alex Wood b2bf34f023 Fixed and updated unit tests. New terrain files needed with correct endian extensionLength. 2014-12-01 17:38:16 -05:00
Alex Wood fd3c777204 Merge remote-tracking branch 'agi/master' into quantizedMeshWaterMask
Conflicts:
	Source/Core/CesiumTerrainProvider.js
	Specs/Core/CesiumTerrainProviderSpec.js
2014-12-01 17:02:27 -05:00
Alex Wood a1a340f567 Fixed endianess of VertexNormal extension size. 2014-11-20 12:11:59 -05:00
Alex Wood 0e80848be8 Added support for loading a watermask for Quantized-Mesh terrain tiles. 2014-10-27 17:34:40 -04:00
Alex Wood 610ad4f2fc Added unit tests for testing Quantized-Mesh tiles with 32bit indices. Minor cleanup. 2014-10-08 17:38:11 -04:00
Alex Wood 7220fd9666 In CesiumTerrainProvider.getTileDataAvailable, must invert y to convert from XYZ tiling to TMS tiling. 2014-10-01 13:28:35 -04:00
Alex Wood bd105e416b Added two new unit tests to test QuantizedMesh tiles with unknown extensions defined. The unknown extensionId is 200, which has not been assigned to any extension. 2014-07-29 13:03:28 -04:00
Alex Wood e9df363c57 Updated unit test datafile defining a terrain tile that includes the oct-encoded extension data using the revised extension format. 2014-07-29 09:02:32 -04:00
Alex Wood e9c1376e29 Added unit test to load QuantizedMeshTerrainData with VertexNormals. 2014-06-24 14:07:56 -04:00
Alex Wood 37a7c2bdd3 Updated hasWaterMask and hasVertexNormals to be properties. 2014-06-24 14:07:54 -04:00
Alex Wood 5953efa778 Added unit tests for quantized-mesh version changes. 2014-06-11 17:21:52 -04:00
Kevin Ring 19f01f45f8 Improve CesiumTerrainProvider tests. 2014-02-04 14:18:33 -05:00
Kevin Ring 43302b0ffc Fix test failures. 2014-01-29 18:05:50 -05:00