This website requires JavaScript.
Explore
Help
Sign In
Dynamitos
/
RayTracer
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8fdaff1e4c5af8a66ae0b6f2f550237756e706f2
RayTracer
/
src
/
util
/
Ray.h
T
8 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
lot of opengl draw work to get image on screen
2025-01-24 00:19:11 +01:00
#pragma once
#include
<glm/glm.hpp>
struct
Ray
{
glm
::
vec3
origin
;
glm
::
vec3
direction
;
};
Reference in New Issue
Copy Permalink