This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
oglc
Watch
1
Star
0
Fork
You've already forked oglc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f84ffd551
oglc
/
shader
/
include
/
sphere.glsl
7 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
preprocess shaders
2021-07-30 00:39:04 +02:00
struct Sphere
{
pass spheres to shader as array
2021-08-06 20:25:52 +02:00
// (c.x,c.y,c.z,r)
vec4 cr;
preprocess shaders
2021-07-30 00:39:04 +02:00
vec3 albedo;
};