Lysa Nodes  0.0
Lysa Nodes — Scene Graph for the Lysa Engine
RayCastHit Struct Reference

Detailed Description

Extended ray cast hit result that includes a reference to the intersected MeshInstance node.

+ Inheritance diagram for RayCastHit:

Public Member Functions

bool operator< (const RayCastHit &other) const
 

Public Attributes

std::shared_ptr< MeshInstancemeshInstance {nullptr}
 

Member Function Documentation

bool operator< ( const RayCastHit &  other) const
inline

Member Data Documentation

std::shared_ptr<MeshInstance> meshInstance {nullptr}