mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
6 lines
172 B
GLSL
6 lines
172 B
GLSL
uniform vec2 frame_shape;
|
|
uniform vec2 pixel_shape;
|
|
uniform vec3 camera_offset;
|
|
uniform mat3 camera_rotation;
|
|
uniform float is_fixed_in_frame;
|
|
uniform float focal_distance; |