cesium-native 0.43.0
|
Hit result data for intersectRayGltfModel. More...
#include <CesiumGltfContent/GltfUtilities.h>
Public Attributes | |
std::optional< RayGltfHit > | hit |
Optional hit result, if an intersection occurred. | |
std::vector< std::string > | warnings {} |
Warnings encountered when traversing the glTF model. | |
Hit result data for intersectRayGltfModel.
Definition at line 312 of file GltfUtilities.h.
std::optional<RayGltfHit> CesiumGltfContent::GltfUtilities::IntersectResult::hit |
Optional hit result, if an intersection occurred.
Definition at line 316 of file GltfUtilities.h.
std::vector<std::string> CesiumGltfContent::GltfUtilities::IntersectResult::warnings {} |
Warnings encountered when traversing the glTF model.
Definition at line 321 of file GltfUtilities.h.