This commit is contained in:
Quaternions 2024-02-13 19:17:42 -08:00
parent 5607c5db3b
commit 7c7d5c8b11

@ -13,14 +13,6 @@ where
AcquireTextureId:FnMut(&str)->model::TextureId,
AcquireMeshId:FnMut(&str)->model::MeshId,
{
let mut spawn_point=integer::Planar64Vec3::ZERO;
let vertices: Vec<_> = bsp
.vertices
.iter()
.map(|vertex|<[f32;3]>::from(vertex.position))
.collect();
let mut name_from_texture_id=Vec::new();
let mut texture_id_from_name=std::collections::HashMap::new();