Files
manim/manimlib/shaders/rotate_point_for_frame.glsl
2020-02-16 10:53:16 -08:00

5 lines
122 B
GLSL

vec3 rotate_point_for_frame(vec3 point){
// TODO, orient in 3d based on certain rotation matrices
return point;
}