private PhysicsData(PhysicsData source) { Vertices = source.Vertices; Triangles = source.Triangles; }