Re: [osg-users] Open Asset Import Library

2012-10-26 Thread michael kapelko
I've just tried to load Collada object with materials with the help of your assimp plugin, and it worked fine. However, blend files created with Blender 2.64 didn't produce any visual output. So it turns out assimp isn't the holy grail :| ___ osg-users

Re: [osg-users] Open Asset Import Library

2012-10-25 Thread michael kapelko
Wang Rui, I research what format best to use for moving objects from Blender to OSG, and I see Assimp claiming to load Blender files directly. Since you said you wrote the plug-in already for it, I'd like to try it out. I have a follow up question: can I possibly differentiate Blender model from

Re: [osg-users] Open Asset Import Library

2012-10-25 Thread michael kapelko
For the same *object. Sorry. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Open Asset Import Library

2012-10-25 Thread Wang Rui
Hi Michael, AssImp use a simpler scene graph to manage read data, in which one node could have a transformation matrix and multiple meshes, and multiple child nodes. Materials (including textures) are managed globally in a int, pointer map so objects could share one texture. But one mesh can only

Re: [osg-users] Open Asset Import Library

2012-06-07 Thread Smelik, R.M. (Ruben)
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of michael kapelko Sent: donderdag 7 juni 2012 5:27 To: OpenSceneGraph Users Subject: Re: [osg-users] Open Asset Import Library I'll just add my 2 (negative) cents on FreeImage: it does not dynamically links to libpng, libtga and other libs

Re: [osg-users] Open Asset Import Library

2012-06-07 Thread Chris Hanson
AssImp exports a few: http://assimp.sourceforge.net/main_features_export.html -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Training • Consulting • Contracting 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL

[osg-users] Open Asset Import Library

2012-06-06 Thread Chris Hanson
http://assimp.sourceforge.net/main_features.html Anybody used this? Might be interesting to begin an optional plugin to load files via this library, if you have it. Some of its importers might be more modern or more fully fleshed out than some of our native ones. -- Chris 'Xenon' Hanson,

Re: [osg-users] Open Asset Import Library

2012-06-06 Thread Wang Rui
Hi Chris, Oh, I'm just working on a new integration project of OSG and different kinds of 3rdparty libraries. Ande I've already wrote plugins of FreeImage and AssImp, as I think both are great for importing and exporting, too. https://github.com/xarray/osgRecipes/tree/master/integrations

Re: [osg-users] Open Asset Import Library

2012-06-06 Thread michael kapelko
I'll just add my 2 (negative) cents on FreeImage: it does not dynamically links to libpng, libtga and other libs it uses. This goes against Gentoo policy and as such will prevent apps to go into Gentoo based distros. ___ osg-users mailing list