Cogs.Core
Public Attributes | List of all members
Cogs::Core::RayIntersectionHit Struct Reference

Public Attributes

glm::vec3 pos_
 
glm::vec3 bary
 
glm::uvec3 index
 

Detailed Description

Definition at line 10 of file RayIntersection.h.

Member Data Documentation

◆ bary

glm::vec3 Cogs::Core::RayIntersectionHit::bary

Definition at line 12 of file RayIntersection.h.

◆ index

glm::uvec3 Cogs::Core::RayIntersectionHit::index

Definition at line 13 of file RayIntersection.h.

◆ pos_

glm::vec3 Cogs::Core::RayIntersectionHit::pos_

Definition at line 11 of file RayIntersection.h.


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