Qt3D - How to load PLY vertex color?
Unsolved
QML and Qt Quick
-
Hi all, does anybody know if it possible to import a PLY mesh file, with per vertex color data, using Qt3D?
After some research I found that it seems not possible: https://stackoverflow.com/questions/51786536/qml-load-and-display-ply-mesh-with-color-attributes
I have also tried VTK but it lacks support for Qt Quick...
I am trying to do a simple PLY file previewer.
Does anybody know a possible workaround for this?