cnr-isti-vclab / meshlabjs

A javascript client based mesh processing tool. Built using vcg library, emscripten and webgl
http://www.meshlabjs.net
GNU Affero General Public License v3.0
231 stars 51 forks source link

Adding the ability to overlay texture on the 3D model in meshlabJS #142

Open avnermosh opened 6 years ago

avnermosh commented 6 years ago

I want to add the ability to overlay a texture (e.g. a photo image) on the 3D model if this feature is still not implemented. I have experience with C/C++ and Makefile build process on Linux. I will need some help / pointers to emscripten / embind, as I'm new to it (I did read some of the related materials such as the documentation and video tutorials).

Thanks, Avner

avnermosh commented 6 years ago

The branch textureSupport that should support 3D model with texture. When I try to load a 3d model file with texture, I'm getting errors. The model loads and can be moved around OK, but without texture. The console in the web browser shows a warning message "No texture found or attached"

Adding an example 3d model that works will be helpful.

Thanks, Avner

avnermosh commented 6 years ago

Apparently this is already implemented in branch textureSupport. This branch is discussed in issue #140 . I'm having some problems with the branch, and I'll add my comments in issue #140