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
9a14ab8283
oglc
/
shader
/
include
/
sphere.glsl
9 lines
109 B
GLSL
Raw
Blame
History
struct
Sphere
{
vec3
center
;
float
radius
;
vec3
albedo
;
vec3
specular
;
vec3
emission
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink