Commit Graph

2965 Commits

Author SHA1 Message Date
Joseph Kaile bf7691fe12 fix if statement 2022-04-28 11:09:21 -04:00
Kevin Ring eb9d6b1d0e Add some notes about implicit tile loading. 2022-04-28 22:52:42 +10:00
Kevin Ring daa373d76c Fix VS2017 compile error. 2022-04-28 10:26:45 +10:00
Kevin Ring e29d19c7e7 Add another test. 2022-04-28 10:10:45 +10:00
Kevin Ring 6f84bb3a52 Fix clang compile errors. 2022-04-28 09:46:11 +10:00
Kevin Ring 08d098f985 Add tests, fix a bug. 2022-04-28 09:20:46 +10:00
Joseph Kaile 88e49b4d99 fix for not chaining future together 2022-04-27 17:24:36 -04:00
Joseph Kaile 18255b33fc remove extraneous call from debugging 2022-04-27 17:01:48 -04:00
Joseph Kaile 52b0ace612 simplify and run format 2022-04-27 16:28:27 -04:00
Joseph Kaile 0b3692f694 implement future caching 2022-04-27 16:23:48 -04:00
Joseph Kaile e3fecf01bb dont set the state to done until the availabilty is loaded 2022-04-27 15:36:21 -04:00
Joseph Kaile 9edb1e04e0 notify tile done loading after getting availability 2022-04-27 13:59:06 -04:00
Joseph Kaile 8eeab63eee load availability before setting tile state to done 2022-04-27 12:30:43 -04:00
Kevin Ring eb983f103f Add a test. 2022-04-27 22:59:17 +10:00
Kevin Ring 8d8a44105c Fix another clang error. 2022-04-27 22:25:43 +10:00
Kevin Ring cd71c1fc1b Warn about unsupported parentCounts. 2022-04-27 22:23:16 +10:00
Kevin Ring 52fb42e49c Warn about binary properties, CHANGES.md, formatting. 2022-04-27 22:12:23 +10:00
Kevin Ring c177f94087 Add some doc, bit of cleanup. 2022-04-27 21:09:37 +10:00
Kevin Ring befe724e25 Fix clang warnings. 2022-04-27 18:44:50 +10:00
Kevin Ring 56d00dce9b Move BatchTableHierarchyPropertyValues to a separate file. 2022-04-27 18:30:02 +10:00
Kevin Ring 18b586c8f7 Improve batch table hierarchy performance. 2022-04-27 18:11:20 +10:00
Joseph Kaile e006e7a4a7 fix issue where project crashed if url was not able to load 2022-04-26 16:55:53 -04:00
Joseph Kaile 35cc54e1da only create implicit children if tile hasn't been unloaded 2022-04-26 17:51:15 -04:00
Joseph Kaile b51ae1e5e4 Merge branch 'main' into layered-terrain2 2022-04-26 17:48:50 -04:00
Kevin Ring 71b1952e28 Add support for 3DTILES_batch_table_hierarchy.
It's working, but very slow at the moment.
2022-04-26 23:35:52 +10:00
Joseph Kaile d76a20bb53 fix linux error 2022-04-25 17:19:33 -04:00
Joseph Kaile 19dea016ad fix linux error 2022-04-25 17:00:55 -04:00
Joseph Kaile 8ff948b241 fix linux errors 2022-04-25 16:12:01 -04:00
Joseph Kaile 5789fe4143 fix linux compile errors 2022-04-25 15:49:56 -04:00
Kevin Ring 2b29fe4d96
Merge pull request #490 from CesiumGS/fix-sqlite-crash
Fix sqlite crash
2022-04-25 22:14:22 +10:00
Joseph Kaile f46b773210 improve comments 2022-04-25 01:48:51 -04:00
Joseph Kaile b57b0cbeba fix include styles 2022-04-25 01:26:04 -04:00
Joseph Kaile 652e761a81 change layer json functions to return futures 2022-04-25 01:16:32 -04:00
Joseph Kaile d5e856eb22 moving from context to implicit context 2022-04-22 16:24:19 -04:00
Joseph Kaile a8098266b8 move create quantized mesh children back to create implicit children if needed 2022-04-22 15:30:33 -04:00
Joseph Kaile 490a1a9c9f make recursive call create implicit children if needed 2022-04-22 14:58:44 -04:00
Joseph Kaile f96184dade renaming 2022-04-22 14:40:23 -04:00
Joseph Kaile 828459c892 delete availabilty load record after it has been processed 2022-04-22 14:25:21 -04:00
Joseph Kaile 408556f6ca Moved request availability tile to Tileset 2022-04-21 17:13:08 -04:00
Joseph Kaile f4bedee0d7 Revert "only skip upsampling if the tile is actually loading an availabilty tile"
This reverts commit b9a630f9ae.
2022-04-21 15:26:51 -04:00
Joseph Kaile b9a630f9ae only skip upsampling if the tile is actually loading an availabilty tile 2022-04-21 15:16:09 -04:00
Nithin Pranesh 48793400e3 fix pure virtual methods in interface, other small fixes 2022-04-20 18:26:02 -04:00
Joseph Kaile 4ef3e54c7a create connection even if deleting file somehow fails 2022-04-20 14:35:38 -04:00
Joseph Kaile c88a5d84ab delete and recreate sqlite connection if it detects corruption 2022-04-20 13:20:47 -04:00
Kevin Ring dd495f36b4 Update CHANGES.md. 2022-04-20 16:34:42 +10:00
Kevin Ring 8d76d3194f Update Tile from Content before calling prepare. 2022-04-20 15:04:55 +10:00
Joseph Kaile 2386d4bcbc update CHANGES.md 2022-04-19 17:26:45 -04:00
Joseph Kaile 6379592122 prevent possible crash when parsing bad json string 2022-04-19 17:10:19 -04:00
Nithin Pranesh 70d6f3d1b5 add calls to rendererProxy::reset when tile assignment changes 2022-04-19 12:56:26 -04:00
Nithin Pranesh af2d16bb60
Merge pull request #488 from CesiumGS/no-external-tileset-holes
Less holes, and improvements to "forbid holes" mode
2022-04-19 12:20:16 -04:00