Commit Graph

  • 86144b1c0f Tileset suggestions Nithin Pranesh 2020-12-23 12:07:08 -0500
  • 389ee0be49 CreditSystem include <algorithm> Nithin Pranesh 2020-12-23 12:01:05 -0500
  • ad6d1ce045 CreditSystem suggestions Nithin Pranesh 2020-12-23 11:40:10 -0500
  • 0fb213b85f Extraneous includes, forward declarations, Credit is now struct Nithin Pranesh 2020-12-23 09:44:53 -0500
  • ea803db2be Made function static, no "this" in worker thread Marco Hutter 2020-12-23 15:11:08 +0100
  • 72b07bc8d2 WIP glTF wrapper Kevin Ring 2020-12-23 21:23:53 +1100
  • 861f1317d2 Minor Bing JSON reading tweak Nithin Pranesh 2020-12-23 00:55:46 -0500
  • fa3ceb0ddd Fixed potentially unsafe JSON reads for Bing credits. Nithin Pranesh 2020-12-23 00:20:48 -0500
  • 306886b950 Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2020-12-23 14:55:52 +1100
  • dfc5f938e0 add option to CMakeList to expose private header for testing unknown 2020-12-22 18:39:56 -0500
  • 83249c0654 Removed unused lambda capture Nithin Pranesh 2020-12-22 18:11:57 -0500
  • c4ccdbab57 fix function signature unknown 2020-12-22 17:41:00 -0500
  • 36d93d5221 Moved CreditSystem pointers from RasterOverlay to RasterOverlayTileProvider. Nithin Pranesh 2020-12-22 17:38:51 -0500
  • b4b18e3230 remove longitude and latitude offset for upsampled skirt unknown 2020-12-22 17:09:15 -0500
  • be25d1222b move functions that deserialize skirt mesh extras to separate file unknown 2020-12-22 14:39:11 -0500
  • e57a0f00f3 Small recommended changes Nithin Pranesh 2020-12-22 14:20:35 -0500
  • 4644410063 Fix -Werrors in CreditSystem Nithin Pranesh 2020-12-22 13:50:34 -0500
  • 38431fb237 calculate skirt height for upsampled tile unknown 2020-12-22 13:19:30 -0500
  • 6d86b898df Use vectors instead of sets/maps Nithin Pranesh 2020-12-22 13:16:48 -0500
  • c5104cec06 Removed helper function that is unused after merge Marco Hutter 2020-12-22 16:05:54 +0100
  • 6fe66c1911 Merge remote-tracking branch 'origin/master' into tileset-helper-functions-again Marco Hutter 2020-12-22 16:04:12 +0100
  • 4012e8d95b Some member initializations Marco Hutter 2020-12-22 14:59:46 +0100
  • 8fc5433c8e Minor helper functions Marco Hutter 2020-12-22 14:59:15 +0100
  • 86ee4c64ac Removed cast that upset clang Marco Hutter 2020-12-22 14:06:00 +0100
  • 2b68457e40
    Merge pull request #79 from CesiumGS/skirt Kevin Ring 2020-12-22 13:04:31 +1100
  • d8b586e280 Add some logging, pass by const ref. Kevin Ring 2020-12-22 12:57:16 +1100
  • 7fd397734d Fix gcc compiler warning. Kevin Ring 2020-12-22 12:33:58 +1100
  • fcbfc4e176 Merge remote-tracking branch 'origin/master' into skirt Kevin Ring 2020-12-22 12:25:22 +1100
  • 7ef66bb523 Merge branch 'master' into tileset-credits Nithin Pranesh 2020-12-21 20:16:36 -0500
  • d2f0e8e6c6
    Merge pull request #95 from CesiumGS/no-assertions Kevin Ring 2020-12-22 12:11:17 +1100
  • c8ececa0f6 Use multithreaded allocator with tinygltf/RapidJSON. Kevin Ring 2020-12-22 12:04:30 +1100
  • e67ca6dedc An attempt to repeat the previous changes Marco Hutter 2020-12-21 22:21:00 +0100
  • 7bdf6f27ec fix mismatch type unknown 2020-12-21 13:53:41 -0500
  • 931ae39c47 add skirt for upsample tile unknown 2020-12-21 13:41:21 -0500
  • bc434f81bf WIP convert to rapidjson Nithin Pranesh 2020-12-21 10:40:00 -0500
  • 951cc35ef3
    Merge branch 'master' into tileset-credits Nithin Pranesh 2020-12-21 08:15:29 -0500
  • 587be7b287 Remove debug code. Kevin Ring 2020-12-21 23:00:09 +1100
  • 06260f02b8
    Merge pull request #84 from CesiumGS/rapidjson Kevin Ring 2020-12-21 22:48:15 +1100
  • 83e4955d1e Remove some debug code. Kevin Ring 2020-12-21 22:34:53 +1100
  • 61ba624f90 Merge remote-tracking branch 'origin/master' into rapidjson Kevin Ring 2020-12-21 22:20:09 +1100
  • c87133c494
    Merge pull request #56 from CesiumGS/spdlog-integration Kevin Ring 2020-12-21 22:08:16 +1100
  • 360204f639 Merge remote-tracking branch 'origin/master' into spdlog-integration Kevin Ring 2020-12-21 17:50:28 +1100
  • 251d2d46f6 Finish replacing nlohmann with RapidJSON. Kevin Ring 2020-12-21 17:41:56 +1100
  • f4c932dab6 Use RapidJSON instead of nlohmann for tinygltf and tileset.json. Kevin Ring 2020-12-21 16:15:51 +1100
  • 1a27693199 Per frame credits aggregation moved to CreditSystem Nithin Pranesh 2020-12-20 22:01:08 -0500
  • f6ff51a0d1 Fixed -Werror unused value Nithin Pranesh 2020-12-20 18:08:07 -0500
  • fdd9183334 Added missing documentation Nithin Pranesh 2020-12-20 17:38:49 -0500
  • 1ca85e9274 Credit operator overloads for set functions. Nithin Pranesh 2020-12-20 17:07:22 -0500
  • cbba00fd9c Made Credit into struct Nithin Pranesh 2020-12-20 16:08:02 -0500
  • 54f0884c1c Refactored from Credit to CreditSystem Nithin Pranesh 2020-12-20 15:46:59 -0500
  • 6cb6cddac0 Add simdjson. Kevin Ring 2020-12-19 22:26:09 +1100
  • bf883da228 WIP Credit System Nithin Pranesh 2020-12-18 13:34:44 -0500
  • 817b7ed7ea Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2020-12-18 17:28:06 +1100
  • b24b4e2058
    Merge pull request #83 from CesiumGS/unreal-on-linux Kevin Ring 2020-12-18 17:24:17 +1100
  • 195bb8f71b Fix problems when using libc++. Kevin Ring 2020-12-18 14:29:12 +1100
  • e0de5a9189 format space to tab unknown 2020-12-17 17:06:07 -0500
  • 1f327a0519 Export vector of Credits Nithin Pranesh 2020-12-17 16:26:36 -0500
  • 941a763a54 per-RasterOverlay credit Nithin Pranesh 2020-12-17 15:24:10 -0500
  • 0867e28783 convert indices type to size_t to prevent overflow unknown 2020-12-17 15:23:55 -0500
  • 7c3f7a4544 add test to check normal for skirt unknown 2020-12-17 15:09:39 -0500
  • 0f3b753066 test normal with more significant number unknown 2020-12-17 13:29:00 -0500
  • 41c6147656 add test to make sure normals are generated correctly unknown 2020-12-17 13:20:54 -0500
  • 6d2979e018 auto generate normal when oct-normal doesn't exist unknown 2020-12-17 11:39:24 -0500
  • ce53a43fe9 Suppress a warning that shows up when building cesium-unreal on linux. Kevin Ring 2020-12-18 00:57:49 +1100
  • f8b623b062 spdlog.h -> spdlog-cesium.h Kevin Ring 2020-12-17 18:31:28 +1100
  • 3f28cb1775 Cleanup TilesetExternals. Kevin Ring 2020-12-17 17:25:54 +1100
  • 8dff0312cc Fix Linux warnings. Kevin Ring 2020-12-17 16:53:46 +1100
  • 2087b76956 Remove spdlog warning disablement (probably temporarily). Kevin Ring 2020-12-17 16:37:17 +1100
  • 63109a5fbb Use passed-in spdlog logger. Kevin Ring 2020-12-17 16:30:33 +1100
  • 461e4bb218 Tweaks from review. Kevin Ring 2020-12-17 10:16:31 +1100
  • 7299bb7417 refactor the calculation of quadtree maximum error into function unknown 2020-12-16 15:37:45 -0500
  • 6bd4ad4db4 tab to spaces unknown 2020-12-16 14:15:29 -0500
  • 3a56ae0434 add test for bad quantized mesh input unknown 2020-12-16 13:53:00 -0500
  • 81a21c7eae Some fixes + move Bing credit coverage Nithin Pranesh 2020-12-16 12:43:02 -0500
  • 3efd0a8113 An attempt to move spdlog to the interface Marco Hutter 2020-12-16 18:22:58 +0100
  • da37ead0da check data boundary when parsing quantized mesh unknown 2020-12-16 11:43:59 -0500
  • 4e77c372a8 Intermediate step of moving spdlog into interface Marco Hutter 2020-12-16 17:23:06 +0100
  • e14d09a343 remove unused variable and fix const correctness unknown 2020-12-16 10:41:53 -0500
  • f477149c74 Another typo. Kevin Ring 2020-12-16 17:18:14 +1100
  • f7dd24aaa3 Add "Resources" section. Kevin Ring 2020-12-16 17:03:39 +1100
  • 112355c029 Fix typos. Kevin Ring 2020-12-16 16:59:15 +1100
  • 3e4246d21e Capitals. Kevin Ring 2020-12-16 16:56:09 +1100
  • 577e41150d Better formatting. Kevin Ring 2020-12-16 16:55:07 +1100
  • 46ccc41a69 Remove misplaced and redundant item. Kevin Ring 2020-12-16 16:51:09 +1100
  • 8890e81b45 Add UTF-8 everywhere section. Kevin Ring 2020-12-16 16:48:31 +1100
  • bca79197ba Guideline improvements. Kevin Ring 2020-12-16 16:28:24 +1100
  • 45d0d08787 Very very WIP style guide and source code formatting. Kevin Ring 2020-12-16 09:59:43 +1100
  • 0920fbd3ee Fixed -Werrors on Linux Nithin Pranesh 2020-12-15 16:32:00 -0500
  • 0717247cef Credit class + Bing tile credits Nithin Pranesh 2020-12-15 15:02:33 -0500
  • 54b723ef7c fix type conversion unknown 2020-12-14 16:16:28 -0500
  • ada651d639 add test that will turn 16 bit indices to 32 bit for quantized mesh unknown 2020-12-14 16:08:58 -0500
  • 6a1df6b9f6 fix wrong type in Quantized mesh unknown 2020-12-14 15:09:22 -0500
  • e5e545138d fix test for quantized mesh to have correct type conversion unknown 2020-12-14 14:54:01 -0500
  • 1daec151e6 more type fix unknown 2020-12-14 14:34:48 -0500
  • 64e5079410 fix type conversion error unknown 2020-12-14 14:22:09 -0500
  • 84501919fd Merge branch 'master' into skirt unknown 2020-12-14 13:49:13 -0500
  • 777b29e11d tab to spaces unknown 2020-12-14 12:35:37 -0500
  • 3f97f8522f add test for oct-encoded normal and rearrange func in QuantizedMesh unknown 2020-12-14 12:29:17 -0500
  • bdbf34fd8c Decoupling Logging functions and macros Marco Hutter 2020-12-14 17:06:57 +0100
  • b4f60a4c9d explicit cast unknown 2020-12-13 21:05:25 -0500