3b1b-manim/manimlib/shaders/rotate_point_for_frame.glsl

5 lines
122 B
Text
Raw Normal View History

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