mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
6 lines
No EOL
178 B
GLSL
6 lines
No EOL
178 B
GLSL
uniform vec2 frame_shape;
|
|
uniform float anti_alias_width;
|
|
uniform vec3 camera_center;
|
|
uniform mat3 camera_rotation;
|
|
uniform float is_fixed_in_frame;
|
|
uniform float focal_distance; |