mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
6 lines
178 B
Text
6 lines
178 B
Text
![]() |
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;
|