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