This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
3b1b-manim
Watch
1
Star
0
Fork
You've already forked 3b1b-manim
0
mirror of
https://github.com/3b1b/manim.git
synced
2025-08-05 16:49:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
045e1f6b8a
3b1b-manim
/
manimlib
/
shaders
/
surface
/
frag.glsl
8 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
Very rudimentary 3dSurface type
2020-06-04 15:41:20 -07:00
#version 330
in vec4 v_color;
out vec4 frag_color;
void main() {
More coloring work of Surface to vert shader
2023-01-13 21:04:36 -08:00
frag_color = v_color;
Very rudimentary 3dSurface type
2020-06-04 15:41:20 -07:00
}
Reference in a new issue
Copy permalink