oglc/shader/include/sphere.glsl

9 lines
109 B
Plaintext
Raw Normal View History

2021-07-29 23:39:04 +01:00
struct Sphere
{
vec3 center;
float radius;
vec3 albedo;
vec3 specular;
vec3 emission;
};