tabs
This commit is contained in:
parent
86df619eb9
commit
f92207863b
@ -132,7 +132,7 @@ pub struct Model {
|
||||
|
||||
impl Model {
|
||||
pub fn new(transform:glam::Mat4) -> Self {
|
||||
Self{transform}
|
||||
Self{transform}
|
||||
}
|
||||
pub fn face_vertices(&self,face:Face) -> [glam::Vec3;4] {
|
||||
Aabb::face_vertices(face)
|
||||
|
Loading…
Reference in New Issue
Block a user