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