cesium-native
0.41.0
|
A content tag that indicates a tile has no content. More...
#include <Cesium3DTilesSelection/TileContent.h>
A content tag that indicates a tile has no content.
There are two possible ways to handle a tile with no content:
We distinguish whether the tileset creator wanted (1) or (2) by comparing this tile's geometricError to the geometricError of its parent tile. If this tile's error is greater than or equal to its parent, treat it as (1). If it's less, treat it as (2).
For a tile with no parent there's no difference between the behaviors.
Definition at line 45 of file TileContent.h.