Commit Graph

  • 6460f7ca60 Slightly less ugly structure for error case Marco Hutter 2021-01-17 14:25:26 +0100
  • 52dbaf2690 Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-17 22:17:40 +1100
  • 11ea3103b0 Optional properties, thorough initialization. Kevin Ring 2021-01-17 00:18:00 +1100
  • ef25dd7e5a make disk cache non-copiable unknown 2021-01-15 09:59:52 -0500
  • 2e802e9dab use share connections between threads unknown 2021-01-15 09:54:31 -0500
  • 32cbbc501b Fix misleading comment. Kevin Ring 2021-01-15 22:46:30 +1100
  • 5dd136b26b Add very basic support for CMPT tiles. Kevin Ring 2021-01-15 22:44:10 +1100
  • ddd813d2da JSON open `{` isn't necessarily the first character. Kevin Ring 2021-01-15 16:30:29 +1100
  • 24382bf20a More sensible structure. Kevin Ring 2021-01-15 16:17:06 +1100
  • b0fd41fd45 Handle unknown tile content better. Kevin Ring 2021-01-15 15:53:46 +1100
  • 43d07ecf1e Don't crash when an ion overlay can't be created. Kevin Ring 2021-01-15 14:48:55 +1100
  • 51a33ab63f Revert "Fix crash when adding a new raster overlay." Kevin Ring 2021-01-15 14:47:24 +1100
  • 7975f95795 Fix crash when adding a new raster overlay. Kevin Ring 2021-01-15 14:43:31 +1100
  • e650526e08 create separate connection for each transaction unknown 2021-01-14 17:10:57 -0500
  • 7ff8c61f1a An attempt to handle errors when creating tile providers... Marco Hutter 2021-01-14 22:05:05 +0100
  • 2e5d631a38 Added error message for exception Marco Hutter 2021-01-14 22:04:35 +0100
  • d6754a8683 Added warning for unknown magic/content types Marco Hutter 2021-01-14 22:04:11 +0100
  • c409888548 Made function const... Marco Hutter 2021-01-14 22:03:47 +0100
  • f6e902928c Added warnings for legacy B3DM Marco Hutter 2021-01-14 22:02:01 +0100
  • 4e210229ed Removed obsolete TODOs for error handling Marco Hutter 2021-01-14 22:01:06 +0100
  • a954d38b17 !disableCulling -> enableCulling Nithin Pranesh 2021-01-14 14:59:02 -0500
  • 5e36308572 Merge branch 'master' into optional-frustum-cull Nithin Pranesh 2021-01-14 10:39:34 -0500
  • 38c5b02c55 Slight simplification of distance calculation Nithin Pranesh 2021-01-14 09:38:01 -0500
  • 6d9e83447b Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-14 23:46:26 +1100
  • abe480bb62
    Merge pull request #94 from CesiumGS/tileset-helper-functions-again Kevin Ring 2021-01-14 21:44:22 +1100
  • 1f62c98e4e Fix two small behavior changes. Kevin Ring 2021-01-14 21:34:32 +1100
  • 82574ac030 More tileset tweaks. Kevin Ring 2021-01-14 20:52:50 +1100
  • 2d880fee71 Clean up a few things. Kevin Ring 2021-01-14 18:32:32 +1100
  • b39229e02e Merge remote-tracking branch 'origin/master' into tileset-helper-functions-again Kevin Ring 2021-01-14 17:52:34 +1100
  • edb8fe209b Add extras, reactivate support for RTC_CENTER. Kevin Ring 2021-01-14 17:44:19 +1100
  • 4718e483f6 create connection for each transaction. Use shared_ptr for completed request unknown 2021-01-13 21:32:27 -0500
  • 8b4af30717 culled sse, preload siblings fix, semantics improvement Nithin Pranesh 2021-01-13 15:50:33 -0500
  • fa48d7d274 use url as key for cache for now unknown 2021-01-13 13:29:10 -0500
  • fff9f7b458 use cache storage to before making request unknown 2021-01-13 13:23:27 -0500
  • ca40059b41 WIP optional SSE for culled tiles Nithin Pranesh 2021-01-13 10:57:05 -0500
  • 4eb8c8a87c IAssetAccessor now accept callback upfront when do request unknown 2021-01-13 02:28:59 -0500
  • cb297c4db6 More defaults. Kevin Ring 2021-01-13 17:47:08 +1100
  • 082087551e Default glTF IDs to -1. Kevin Ring 2021-01-13 17:16:06 +1100
  • 213fd7209a redo AsyncSystem to previous state unknown 2021-01-12 23:56:31 -0500
  • cc973071ad Cleanup. Kevin Ring 2021-01-13 15:55:46 +1100
  • 5bd1cb13c4 impl cache asset accessor unknown 2021-01-12 23:52:37 -0500
  • 35d7c6d887 WIP code to remove Draco buffers after decoding them. gltf-remove-draco Kevin Ring 2021-01-13 15:51:22 +1100
  • e28f181d6c Remove unnecessary map. Kevin Ring 2021-01-13 15:50:48 +1100
  • ab519062b3 Exposed disableFogCulling in TilesetOptions Nithin Pranesh 2021-01-12 16:17:49 -0500
  • c999c7628b Load embedded images. Kevin Ring 2021-01-12 21:57:42 +1100
  • 6a6d2d94de Draco loading. Kevin Ring 2021-01-12 21:40:35 +1100
  • 2a2450b486 Exposed the tilesVisitedOutsideFrustum count in ViewUpdateResult Nithin Pranesh 2021-01-11 15:13:51 -0500
  • 5989fa6473 Fixed disableFrustumCulling default and description Nithin Pranesh 2021-01-11 11:50:36 -0500
  • bc7c5d9ddf expose DiskCache to public headers unknown 2021-01-11 09:22:35 -0500
  • 2b2c4a8b16 Add support for extensions, especially Draco. Kevin Ring 2021-01-11 18:05:02 +1100
  • eb51da2dd6 impl prune for disk cache unknown 2021-01-10 19:57:02 -0500
  • 815e1a4612 initialize sqlite3_stmt to nullptr unknown 2021-01-10 15:04:45 -0500
  • 4b2365f91b add clear all cache record from table unknown 2021-01-09 21:16:02 -0500
  • 5bc376003d remove item from cache unknown 2021-01-09 21:04:05 -0500
  • 034b70e6d2 check to make sure not return error if item is not found unknown 2021-01-09 20:56:49 -0500
  • 074a50d778 impl storeCache and retrieveCache interface unknown 2021-01-09 20:45:02 -0500
  • b6eb48dbc9 Merge branch 'master' into disk-cache unknown 2021-01-08 16:53:40 -0500
  • f6e16f398d add interface for Cache system unknown 2021-01-08 16:51:25 -0500
  • 32f0c371ea Raster image loading. Kevin Ring 2021-01-08 23:10:27 +1100
  • 7f914afd4d Improve error handling for arrays. Kevin Ring 2021-01-08 17:47:39 +1100
  • 2ec456e6ac Fix test compiler error. Kevin Ring 2021-01-08 14:21:58 +1100
  • 08d173d573 Use CesiumGltf instead of tinygltf. Kevin Ring 2021-01-08 14:09:08 +1100
  • 96fcdf1eef Removed TODO comment Nithin Pranesh 2021-01-07 12:29:41 -0500
  • abe7f4fb1f Added option to disable frustum cull Nithin Pranesh 2021-01-07 11:58:14 -0500
  • 3f6e301acf GLB support. Kevin Ring 2021-01-07 22:17:55 +1100
  • bd0290bec8 Generated doc improvements. Kevin Ring 2021-01-07 13:54:25 +1100
  • 9b1af2bde6
    Merge pull request #97 from CesiumGS/upsample-skirt Kevin Ring 2021-01-07 12:17:30 +1100
  • 073b924a5d use geodetic normal of the edge vertex to drop the skirt unknown 2021-01-06 19:55:28 -0500
  • 45edd420ef update Response interface unknown 2021-01-06 19:46:41 -0500
  • 20fa194553 remove EdgeVertex constructor and use list initialization instead unknown 2021-01-06 12:04:13 -0500
  • ab4e346d9a format space unknown 2021-01-06 11:53:26 -0500
  • a29aa6d5ce use struct instead of std::pair for Edge vertex unknown 2021-01-06 11:50:10 -0500
  • 4295cf43cd use reference for EdgeIndices unknown 2021-01-06 11:36:55 -0500
  • 523b0c05fa use geodetic normal to drop the skirt unknown 2021-01-06 11:28:32 -0500
  • f319b63d45 Merge branch 'upsample-skirt' of https://github.com/CesiumGS/cesium-native into upsample-skirt unknown 2021-01-06 11:10:44 -0500
  • 56fffe9ca3 use IsNumber() to check for int or double for gltf value unknown 2021-01-06 11:10:37 -0500
  • 7711f71eb8 use const for IAssetRequest interface unknown 2021-01-06 10:53:00 -0500
  • c153c4c0bb Fix test failure. Kevin Ring 2021-01-06 22:44:42 +1100
  • 1c8bdac5ec Remove unused submodules. Kevin Ring 2021-01-06 21:54:59 +1100
  • 32dca3f5d8 Improved error reporting. Kevin Ring 2021-01-06 20:56:53 +1100
  • 068df1c3ef Improve error handling. Kevin Ring 2021-01-06 13:00:54 +1100
  • 87a030abe3 Generated classes now compiling. Kevin Ring 2021-01-06 11:57:32 +1100
  • a26418ddea Fix some code generation problems. Kevin Ring 2021-01-06 00:10:04 +1100
  • 33db3a2d4b Generate enum readers. Kevin Ring 2021-01-05 23:51:54 +1100
  • bd1a51cc17 Generate reader implementations. Kevin Ring 2021-01-05 23:16:37 +1100
  • d206b096a0 Generate reader header files. Kevin Ring 2021-01-05 23:03:48 +1100
  • b27f43b057 Include doc in generated classes. Kevin Ring 2021-01-05 21:46:21 +1100
  • 232b87c84f Generate glTF classes from JSON Schema. Kevin Ring 2021-01-05 21:21:15 +1100
  • b654781b10 Merge remote-tracking branch 'origin/master' into upsample-skirt Kevin Ring 2021-01-05 15:01:58 +1100
  • 232bec917a
    Merge pull request #98 from CesiumGS/cesium-overlay Kevin Ring 2021-01-05 14:27:10 +1100
  • b3cd2f17f2
    Fix typo: _CESIUM_OVERLAY -> _CESIUMOVERLAY Kevin Ring 2021-01-05 14:18:39 +1100
  • 8d34afdff1 WIP: add sqlite3 and CachedAssetAccessor unknown 2021-01-04 19:24:24 -0500
  • e49e6552a9 Deserialize materials. Kevin Ring 2021-01-04 23:26:47 +1100
  • 1504ed3d90 Add materials. Kevin Ring 2021-01-04 22:54:54 +1100
  • a67ed6a6ca Add support for primitive targets. Kevin Ring 2021-01-04 22:32:35 +1100
  • e4a69c6559 Support attributes, names. Kevin Ring 2021-01-04 22:21:54 +1100
  • ae16a4888f Separate files for glTF reader PoC. Kevin Ring 2021-01-04 17:41:37 +1100
  • 0d7d7d0414 Add Mesh and Primitve to POC. Kevin Ring 2021-01-04 13:36:34 +1100
  • 1428b555ce add test for upsampled skirts unknown 2021-01-03 17:01:21 -0500
  • edcf99fad1 add test for upsampling tile without skirt unknown 2021-01-02 23:04:45 -0500