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

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…

Can that be set to not point cloud mode

Yes, you can update the materials to disable point cloud mode by setting material.pointsCloud = false.

1 Like