pub fn project_model_point( sprite: &Sprite, local: [f32; 3], anchor_x: f32, anchor_y: f32, win_w: f32, win_h: f32, ) -> Option<ProjectedPoint>