There was no problem with the model viewer that comes with windows, and the Babylon version was previously able to view it without a problem, but now that it is open, the model view has an exception
The model is as follows 1234.zip (216.3 KB)
cc @Deltakosh. Itās that PR thatās making this model fail:
Itās because the meshes donāt have indexes, so their materials went into point cloud mode.
Iām not sure how to fix this, the PR was done because someone needed point cloud rendering when the meshes didnāt have indices, but there are other cases (like here) where we want standard rendering for such meshesā¦