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
3d9a0cd25e
3b1b-manim
/
manimlib
/
shaders
/
simple_vert.glsl
9 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
Implemented ImageMobject with shaders
2020-02-13 10:39:26 -08:00
#version 330
in vec3 point;
Replace get_gl_Position -> emit_gl_Position
2023-01-30 18:43:28 -08:00
#INSERT emit_gl_Position.glsl
Implemented ImageMobject with shaders
2020-02-13 10:39:26 -08:00
void main(){
Replace get_gl_Position -> emit_gl_Position
2023-01-30 18:43:28 -08:00
emit_gl_Position(point);
Implemented ImageMobject with shaders
2020-02-13 10:39:26 -08:00
}
Reference in a new issue
Copy permalink