cesium-native 0.62.0
Loading...
Searching...
No Matches
TilesetContentOptions.h
1#pragma once
2
3#include <Cesium3DTilesSelection/Library.h>
4#include <CesiumGltfReader/GltfReader.h>
5#include <CesiumImage/Ktx2TranscodeTargets.h>
6
8
60
61} // namespace Cesium3DTilesSelection
Classes that implement the 3D Tiles standard.
Options for configuring the parsing the contents of a Tileset, including construction of its glTF mod...
bool generateMissingNormalsSmooth
Whether to generate smooth normals when normals are missing in the original Gltf.
CesiumGltfReader::MeshPrimitiveModeOptions primitiveModeOptions
Options for handling values of CesiumGltf::MeshPrimitive::Mode that appear in a glTF mesh primitive.
CesiumGltfReader::GltfReaderOptions toGltfReaderOptions() const
Extracts options related to loading glTFs to a new instance of CesiumGltfReader::GltfReaderOptions .
bool applyTextureTransform
Whether or not to transform texture coordinates during load when textures have the KHR_texture_transf...
CesiumImage::Ktx2TranscodeTargets ktx2TranscodeTargets
For each possible input transmission format, this struct names the ideal target gpu-compressed pixel ...
bool enableWaterMask
Whether to include a water mask within the Gltf extras.
Options for how to read a glTF.
Definition GltfReader.h:78
Options for handling values of CesiumGltf::MeshPrimitive::Mode that appear in a glTF mesh primitive....
Definition GltfReader.h:50
For each possible input transmission format, this struct names the ideal target gpu-compressed pixel ...