cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltfContent::GltfUtilities::IntersectResult Struct Reference

Hit result data for intersectRayGltfModel. More...

#include <CesiumGltfContent/GltfUtilities.h>

Public Attributes

std::optional< RayGltfHithit
 Optional hit result, if an intersection occurred.
 
std::vector< std::string > warnings {}
 Warnings encountered when traversing the glTF model.
 

Detailed Description

Hit result data for intersectRayGltfModel.

Definition at line 312 of file GltfUtilities.h.

Member Data Documentation

◆ hit

std::optional<RayGltfHit> CesiumGltfContent::GltfUtilities::IntersectResult::hit

Optional hit result, if an intersection occurred.

Definition at line 316 of file GltfUtilities.h.

◆ warnings

std::vector<std::string> CesiumGltfContent::GltfUtilities::IntersectResult::warnings {}

Warnings encountered when traversing the glTF model.

Definition at line 321 of file GltfUtilities.h.


The documentation for this struct was generated from the following file: