unused import

This commit is contained in:
numzero 2025-11-13 22:57:46 +03:00
parent becb4154ee
commit 0f89bdd542

View File

@ -1,5 +1,3 @@
use std::f32::consts::PI;
use glam::{Mat4, Vec3, vec3}; use glam::{Mat4, Vec3, vec3};
/// A camera always directed at the origin. /// A camera always directed at the origin.