ECS'ing it up, lost rendering though, bummer

This commit is contained in:
2021-02-02 00:46:47 -08:00
parent a38c8e3f36
commit df13db5270
4 changed files with 387 additions and 225 deletions

View File

@@ -68,7 +68,7 @@ pub fn import_mesh(mesh_path: &str) -> (Vec<Vertex>, Vec<u32>) {
));
}
}
println!("{:?}\n\n\n\n\n {:?}", vertex_data, index_data);
//println!("{:?}\n\n\n\n\n {:?}", vertex_data, index_data);
(vertex_data.to_vec(), index_data.to_vec())
}