mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
5 lines
122 B
GLSL
5 lines
122 B
GLSL
vec3 rotate_point_for_frame(vec3 point){
|
|
// TODO, orient in 3d based on certain rotation matrices
|
|
return point;
|
|
}
|