mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
5 lines
122 B
Text
5 lines
122 B
Text
![]() |
vec3 rotate_point_for_frame(vec3 point){
|
||
|
// TODO, orient in 3d based on certain rotation matrices
|
||
|
return point;
|
||
|
}
|