Hi there,
I'm using meshoptimizer helping me to support Nanite like continuous LOD rendering. As far as I know, meshoptimizer doesn't support more than one material existing in one cluster after function
void nanite(const std::vector<Vertex>& vertices, const std::vector<unsigned int>& indices)
be called now, is it?
Thanks.