32 std::span<const Vector3> vertices,
33 std::span<const Vector3> normals,
34 std::span<const Vector2> tex_coords,
Definition mesh_indices_view.h:22
Definition custom_decoration_generator.h:5
Vector3 mass_center_of(const Mesh &)
Vector3 average_centroid_of(const Mesh &)
std::optional< Sphere > bounding_sphere_of(const Mesh &)
MeshTopology
Definition mesh_topology.h:8
std::vector< Vector4 > calc_tangent_vectors(const MeshTopology &, std::span< const Vector3 > vertices, std::span< const Vector3 > normals, std::span< const Vector2 > tex_coords, const MeshIndicesView &)