cesium-native 0.43.0
Loading...
Searching...
No Matches
TileRefine.h
1#pragma once
2
4
8enum 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.