king2088 / vue-3d-loader

VueJS and threeJS 3d viewer plugin
https://king2088.github.io/vue-3d-loader-docs
MIT License
223 stars 38 forks source link

fix: change material for ply and add vertex color #58

Closed Oungseik closed 1 year ago

Oungseik commented 1 year ago

Change the Material for PLY model to MeshBasicMaterial according to the stack overflow post at issue 57. Since PLY object is made of vertex, set the vertexColor to true.

Oungseik commented 1 year ago

I think you can use the ply file from this Q and A section to test. https://discourse.threejs.org/t/import-color-from-ply-file/38430