Re: [osg-users] [osgPlugins] Trouble with texture to export to OSGJS format

2015-07-29 Thread Jordi Torres
Ok I will try to be clerarer: 1. Can you please share the ive model or a part of it to debug the crash? Otherwise is almost impossible to know what is happening. 2. Tga textures are not supported in the browser, you'll need to write them out to jpg. 3. You *must use the gles *pseudo-reader to

Re: [osg-users] [osgPlugins] Trouble with texture to export to OSGJS format

2015-07-28 Thread Mathieu Bartillat
Hello Jordi, thanks a lot for your answer. I tried to use the gles plugin with the command described in the link you sent, but osgconv.exe crashes (no log message). I tried with an IVE and an OSGB files as input. So far the only way I have not to receive the error (Fatal nb colors 1 != 1349)

Re: [osg-users] [osgPlugins] Trouble with texture to export to OSGJS format

2015-07-28 Thread Jordi Torres
Hi Mathieu, 2015-07-28 9:37 GMT+02:00 Mathieu Bartillat mathieu.rouge...@telespazio.com : Hello Jordi, thanks a lot for your answer. I tried to use the gles plugin with the command described in the link you sent, but osgconv.exe crashes (no log message). Could you share the model, or a

[osg-users] [osgPlugins] Trouble with texture to export to OSGJS format

2015-07-27 Thread Mathieu Bartillat
Good morning, I'm hardly trying to export a 3d model to OSGJS format but I have trouble with the textures. Concretely the textures do not appear in the OSGJS output file. What I did: 1) initially I had an IVE file that an infographist gave me. I tried the two commands osgconv File.ive

Re: [osg-users] [osgPlugins] Trouble with texture to export to OSGJS format

2015-07-27 Thread Jordi Torres
Hi Mathieu, You should use the gles plugin to export to avoid the Fatal nb colors error. See: https://github.com/cedricpinson/osgjs/wiki/Convert-model-with-OSG. For the images: You can try to convert first your model to osgb and write the textures to disk and then convert to osgjs using