oglc/shader/include/sphere.glsl

9 lines
109 B
Plaintext
Raw Normal View History

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