cesium-native 0.47.0
|
Captures information about the current frame during a call to Tileset::updateViewGroup
.
More...
#include <Cesium3DTilesSelection/TilesetFrameState.h>
Public Attributes | |
TilesetViewGroup & | viewGroup |
The view group being updated. | |
const std::vector< ViewState > & | frustums |
The frustums in this view group that are viewing the tileset. | |
std::vector< double > | fogDensities |
The computed fog density for each frustum. | |
Captures information about the current frame during a call to Tileset::updateViewGroup
.
Definition at line 16 of file TilesetFrameState.h.
std::vector<double> Cesium3DTilesSelection::TilesetFrameState::fogDensities |
The computed fog density for each frustum.
Definition at line 31 of file TilesetFrameState.h.
const std::vector<ViewState>& Cesium3DTilesSelection::TilesetFrameState::frustums |
The frustums in this view group that are viewing the tileset.
Definition at line 26 of file TilesetFrameState.h.
TilesetViewGroup& Cesium3DTilesSelection::TilesetFrameState::viewGroup |
The view group being updated.
Definition at line 21 of file TilesetFrameState.h.