mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 01:44:55 +00:00
7 lines
68 B
GLSL
7 lines
68 B
GLSL
struct Ray {
|
|
vec3 ro;
|
|
vec3 rd;
|
|
};
|
|
|
|
#pragma glslify: export(Ray)
|