From 74cc6bc4a5a709c837491bcfc4581c9f2803f95b Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Thu, 16 Jan 2025 20:06:06 -0800 Subject: [PATCH] not best --- strafe-client/src/model_physics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/strafe-client/src/model_physics.rs b/strafe-client/src/model_physics.rs index e47dfec..a2339dc 100644 --- a/strafe-client/src/model_physics.rs +++ b/strafe-client/src/model_physics.rs @@ -106,6 +106,7 @@ struct VertRefs{ faces:Cow<'static,[SubmeshFaceId]>, edges:Cow<'static,[SubmeshDirectedEdgeId]>, } +// I don't want to use cow in the mesh, I'd rather have another type and monomorphize using the MeshQuery trait pub struct PhysicsMeshData{ //this contains all real and virtual faces used in both the complete mesh and convex submeshes //faces are sorted such that all faces that belong to the complete mesh appear first, and then