Enum RayHitType

Classifies the hit type of an individual raycast hit result.

enum class Microsoft::Azure::RemoteRendering::RayHitType : int32_t

Values

Name Value Description Remarks
RayHitType::TriangleFrontFace 0 The raycast hit a front face of a triangle in a triangular mesh.
RayHitType::TriangleBackFace 1 The raycast hit a back face of a triangle in a triangular mesh.
RayHitType::Point 2 The raycast hit a point in a point cloud.