cesium-native  0.41.0
TileRefine.h
1 #pragma once
2 
3 namespace Cesium3DTilesSelection {
4 
8 enum class TileRefine {
9 
14  Add = 0,
15 
20  Replace = 1
21 };
22 
23 } // namespace Cesium3DTilesSelection
Classes that implement the 3D Tiles standard.
TileRefine
Refinement strategies for a Cesium3DTilesSelection::Tile.
Definition: TileRefine.h:8
@ Replace
The content of the child tiles will replace the content of the parent tile.
@ Add
The content of the child tiles will be added to the content of the parent tile.