rms/resources/shaders/objects/sphere.glsl

4 lines
59 B
Text
Raw Normal View History

2020-07-07 06:40:50 +02:00
float Sphere(vec3 ray_position, vec3 sphere_position){
}