You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: