Re: [osg-users] Textures getting invisible on some system.

2009-04-30 Thread Pierre Boulenguez
Hi  Ümit, Roland,
Thank you for your answers. 

Roland, you're right, my COLLADA file is ill formed and OSG 2.8 simply is less 
permissive than 2.6.

Best Regards,
Pierre

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=11128#11128





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-04-30 Thread Chris 'Xenon' Hanson
Pierre Boulenguez wrote:
 Hi  Ümit, Roland,
 Thank you for your answers. 
 Roland, you're right, my COLLADA file is ill formed and OSG 2.8 simply is 
 less permissive than 2.6.

  Does anyone have a Windows-compiled copy of the latest COLLADA validator? I'd 
been
having trouble getting it to compile and run and need to validate some files.

 Best Regards,
 Pierre

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
There is no Truth. There is only Perception. To Perceive is to Exist. - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-04-01 Thread Ümit Uzun
Hi  Pierre,

I really want to help you but unfortunately I hadn't found any solution
except using old version (2.7) on machine which being invisible on it. I
suspect the reason that Graphical Card and OSG inconsistency.

Currently the best suggestion from me is using old version.
Best Regards.

2009/4/1 Pierre Boulenguez pierot...@yahoo.com

 Hello all,

 Ümit, I have the same problem as your's, looking like a regression on
 texture loading since osg 2.8. I have created and attached a minimal Collada
 scene to reproduce the bug.

 The tests were run ubuntu 8.10, collada-dom 2.0, and a GeForce 9800 GTX+.
 Results are :
  OSG 2.6 - texture ok.
  OSG 2.8 - no texture.
  OSG 2.9.2 - no texture.

 Included in the attached zip archive are the three logs generated by :
  OSG_NOTIFY_LEVEL=DEBUG

 A strange fact about this bug is that the scene ROOM.3DS that was uploaded
 by Ümit runs well with textures on my machine with OSG 2.6, 2.8 and 2.9.2 as
 well.

 Help would be greatly appreciated,
 Thank you,
 Pierre

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=9533#9533




 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Ümit Uzun
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-04-01 Thread Pierre Boulenguez
Hi Ümit,

Thank you for your reply. As for you, the only workaround that I have found is 
to downgrade to osg 2.6.

Best Regards,

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=9554#9554





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-03-12 Thread Robert Osfield
HI Umit,

What do you mean be getting invisible.  Do you simply mean that the
model loads without the textures?  Or do strange artifacts occur when
viewing the model that the textures come and go in some way?

Robert.

On Thu, Mar 12, 2009 at 11:28 AM, Ümit Uzun umituzu...@gmail.com wrote:
 Hi All,

 I have a ROOM 3ds model which I attached. This model's textures sometimes
 getting invisible on different graphics card and different OSG version.
 This is result on different systems;

 OSG 2.8 - ATI RADEON HD 2300, textures visible.
 OSG 2.8 - ATI RADEON X 1400, textures invisible.
 OSG 2.7 - NVIDIA GeForce 7300 GS,  textures visible.
 OSG 2.8 - NVIDIA GeForce 7300 GS, textures invisible.

 All computer has same binaries. I mean I have an subversioned binaries for
 osg.

 Regards.

 --
 Ümit Uzun

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-03-12 Thread Can T. Oguz
Hi Ümit,

Did you make sure that all configurations had OSG_FILE_PATH and
OSG_LIBRARY_PATH configured correctly?

Regards,

Can

2009/3/12 Ümit Uzun umituzu...@gmail.com

 Hi All,

 I have a ROOM 3ds model which I attached. This model's textures sometimes
 getting invisible on different graphics card and different OSG version.
 This is result on different systems;

 OSG 2.8 - ATI RADEON HD 2300, textures visible.
 OSG 2.8 - ATI RADEON X 1400, textures invisible.
 OSG 2.7 - NVIDIA GeForce 7300 GS,  textures visible.
 OSG 2.8 - NVIDIA GeForce 7300 GS, textures invisible.

 All computer has same binaries. I mean I have an subversioned binaries for
 osg.

 Regards.

 --
 Ümit Uzun

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Textures getting invisible on some system.

2009-03-12 Thread Ümit Uzun
Hi Can  Robert;

I have set all paths like OSG_LIB_PATH or etc correctly.

Robert I mean model is loaded without textures. But strangely when I switch
to OSG 2.7 from OSG 2.8 on NVIDIA graphics carded system, textures can be
loaded.

Thanks.

2009/3/12 Robert Osfield robert.osfi...@gmail.com

 HI Umit,

 What do you mean be getting invisible.  Do you simply mean that the
 model loads without the textures?  Or do strange artifacts occur when
 viewing the model that the textures come and go in some way?

 Robert.

 On Thu, Mar 12, 2009 at 11:28 AM, Ümit Uzun umituzu...@gmail.com wrote:
  Hi All,
 
  I have a ROOM 3ds model which I attached. This model's textures sometimes
  getting invisible on different graphics card and different OSG version.
  This is result on different systems;
 
  OSG 2.8 - ATI RADEON HD 2300, textures visible.
  OSG 2.8 - ATI RADEON X 1400, textures invisible.
  OSG 2.7 - NVIDIA GeForce 7300 GS,  textures visible.
  OSG 2.8 - NVIDIA GeForce 7300 GS, textures invisible.
 
  All computer has same binaries. I mean I have an subversioned binaries
 for
  osg.
 
  Regards.
 
  --
  Ümit Uzun
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Ümit Uzun
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org