Commit Graph

4781 Commits

Author SHA1 Message Date
Nithin Pranesh 5989fa6473 Fixed disableFrustumCulling default and description 2021-01-11 11:50:36 -05:00
unknown bc7c5d9ddf expose DiskCache to public headers 2021-01-11 09:22:35 -05:00
Kevin Ring 2b2c4a8b16 Add support for extensions, especially Draco. 2021-01-11 18:05:02 +11:00
unknown eb51da2dd6 impl prune for disk cache 2021-01-10 19:57:02 -05:00
unknown 815e1a4612 initialize sqlite3_stmt to nullptr 2021-01-10 15:04:45 -05:00
unknown 4b2365f91b add clear all cache record from table 2021-01-09 21:16:02 -05:00
unknown 5bc376003d remove item from cache 2021-01-09 21:04:05 -05:00
unknown 034b70e6d2 check to make sure not return error if item is not found 2021-01-09 20:56:49 -05:00
unknown 074a50d778 impl storeCache and retrieveCache interface 2021-01-09 20:45:02 -05:00
unknown b6eb48dbc9 Merge branch 'master' into disk-cache 2021-01-08 16:53:40 -05:00
unknown f6e16f398d add interface for Cache system 2021-01-08 16:51:25 -05:00
Kevin Ring 32f0c371ea Raster image loading. 2021-01-08 23:10:27 +11:00
Kevin Ring 7f914afd4d Improve error handling for arrays. 2021-01-08 17:47:39 +11:00
Kevin Ring 2ec456e6ac Fix test compiler error. 2021-01-08 14:21:58 +11:00
Kevin Ring 08d173d573 Use CesiumGltf instead of tinygltf. 2021-01-08 14:09:08 +11:00
Nithin Pranesh 96fcdf1eef Removed TODO comment 2021-01-07 12:29:41 -05:00
Nithin Pranesh abe7f4fb1f Added option to disable frustum cull
Screen-space error computations and refinement are disabled outside the frustum.
2021-01-07 11:58:14 -05:00
Kevin Ring 3f6e301acf GLB support. 2021-01-07 22:17:55 +11:00
Kevin Ring bd0290bec8 Generated doc improvements. 2021-01-07 13:54:25 +11:00
Kevin Ring 9b1af2bde6
Merge pull request #97 from CesiumGS/upsample-skirt
Create skirt for upsampled tile
2021-01-07 12:17:30 +11:00
unknown 073b924a5d use geodetic normal of the edge vertex to drop the skirt 2021-01-06 19:55:28 -05:00
unknown 45edd420ef update Response interface 2021-01-06 19:46:41 -05:00
unknown 20fa194553 remove EdgeVertex constructor and use list initialization instead 2021-01-06 12:04:13 -05:00
unknown ab4e346d9a format space 2021-01-06 11:53:26 -05:00
unknown a29aa6d5ce use struct instead of std::pair for Edge vertex 2021-01-06 11:50:10 -05:00
unknown 4295cf43cd use reference for EdgeIndices 2021-01-06 11:36:55 -05:00
unknown 523b0c05fa use geodetic normal to drop the skirt 2021-01-06 11:28:32 -05:00
unknown f319b63d45 Merge branch 'upsample-skirt' of https://github.com/CesiumGS/cesium-native into upsample-skirt 2021-01-06 11:10:44 -05:00
unknown 56fffe9ca3 use IsNumber() to check for int or double for gltf value 2021-01-06 11:10:37 -05:00
unknown 7711f71eb8 use const for IAssetRequest interface 2021-01-06 10:53:00 -05:00
Kevin Ring c153c4c0bb Fix test failure. 2021-01-06 22:44:42 +11:00
Kevin Ring 1c8bdac5ec Remove unused submodules. 2021-01-06 21:54:59 +11:00
Kevin Ring 32dca3f5d8 Improved error reporting. 2021-01-06 20:56:53 +11:00
Kevin Ring 068df1c3ef Improve error handling. 2021-01-06 13:00:54 +11:00
Kevin Ring 87a030abe3 Generated classes now compiling. 2021-01-06 11:57:32 +11:00
Kevin Ring a26418ddea Fix some code generation problems. 2021-01-06 00:10:04 +11:00
Kevin Ring 33db3a2d4b Generate enum readers. 2021-01-05 23:51:54 +11:00
Kevin Ring bd1a51cc17 Generate reader implementations. 2021-01-05 23:16:37 +11:00
Kevin Ring d206b096a0 Generate reader header files. 2021-01-05 23:03:48 +11:00
Kevin Ring b27f43b057 Include doc in generated classes. 2021-01-05 21:46:21 +11:00
Kevin Ring 232b87c84f Generate glTF classes from JSON Schema. 2021-01-05 21:21:15 +11:00
Kevin Ring b654781b10 Merge remote-tracking branch 'origin/master' into upsample-skirt 2021-01-05 15:01:58 +11:00
Kevin Ring 232bec917a
Merge pull request #98 from CesiumGS/cesium-overlay
Fix typo: _CESIUM_OVERLAY -> _CESIUMOVERLAY
2021-01-05 14:27:10 +11:00
Kevin Ring b3cd2f17f2
Fix typo: _CESIUM_OVERLAY -> _CESIUMOVERLAY
I noticed this typo while reviewing #97. If we ever had more than one set of raster overlay texture coordinates, they'd be incorrectly copied to the upsampled children.
2021-01-05 14:18:39 +11:00
unknown 8d34afdff1 WIP: add sqlite3 and CachedAssetAccessor 2021-01-04 19:24:24 -05:00
Kevin Ring e49e6552a9 Deserialize materials. 2021-01-04 23:26:47 +11:00
Kevin Ring 1504ed3d90 Add materials. 2021-01-04 22:54:54 +11:00
Kevin Ring a67ed6a6ca Add support for primitive targets. 2021-01-04 22:32:35 +11:00
Kevin Ring e4a69c6559 Support attributes, names. 2021-01-04 22:21:54 +11:00
Kevin Ring ae16a4888f Separate files for glTF reader PoC. 2021-01-04 17:41:37 +11:00