mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Tiny change
This commit is contained in:
parent
31e6aa2ae0
commit
c87b2e272b
1 changed files with 3 additions and 0 deletions
|
@ -7,7 +7,10 @@ layout (triangle_strip, max_vertices = 5) out;
|
||||||
uniform vec2 frame_shape;
|
uniform vec2 frame_shape;
|
||||||
uniform float focal_distance;
|
uniform float focal_distance;
|
||||||
uniform float is_fixed_in_frame;
|
uniform float is_fixed_in_frame;
|
||||||
|
|
||||||
uniform float anti_alias_width;
|
uniform float anti_alias_width;
|
||||||
|
|
||||||
|
//Needed for lighting
|
||||||
uniform vec3 light_source_position;
|
uniform vec3 light_source_position;
|
||||||
uniform float joint_type;
|
uniform float joint_type;
|
||||||
uniform float gloss;
|
uniform float gloss;
|
||||||
|
|
Loading…
Add table
Reference in a new issue