Model loader for WGLWidget
Added by Wolfram Strothmann almost 11 years ago
Hello together,
are there any intentions/ideas/thoughts regarding loaders for e. g. stl/dae/collada models to be viewable in a WGLWidget? Or is it even possible? There are some functionalities for this with e. g. three.js...
Thank you in advance,
Wolf
Replies (2)
RE: Model loader for WGLWidget - Added by Alex V almost 11 years ago
Hi Wolf,
the Wt examples has a simple implementation of a .obj reader (examples/webgl/readObj.c). If you want to load more file types, the assimp library is quite easy to use and can handle many different file formats.
RE: Model loader for WGLWidget - Added by Wolfram Strothmann almost 11 years ago
Thanks for the hint! I'll have a look at it=)