mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
9 lines
143 B
GLSL
9 lines
143 B
GLSL
#version 330
|
|
|
|
in vec3 point;
|
|
|
|
#INSERT get_gl_Position.glsl
|
|
|
|
void main(){
|
|
gl_Position = get_gl_Position(position_point_into_frame(point));
|
|
} |