cubos::engine::Raycast::Ray struct

Describes the ray used in a raycast query.

Public variables

glm::vec3 origin
Origin of the ray.
glm::vec3 direction
Direction of the ray.