[osg-users] RE : Re: Getting texture coordinates of loaded models

2008-07-31 Thread Franclin Foping
Hi Alberto, Indeed, that conversion is not possible. Do you know any other algorithms to retrieve texture coordinates of nodes made of a loaded model? In your previous post, you mention using indexes but assuming a Geometry node. The problem here is that here there is no Geometry node so your

Re: [osg-users] RE : Re: Getting texture coordinates of loaded models

2008-07-31 Thread Paul Melis
Franclin Foping wrote: Hi Alberto, Indeed, that conversion is not possible. Do you know any other algorithms to retrieve texture coordinates of nodes made of a loaded model? In your previous post, you mention using indexes but assuming a Geometry node. The problem here is that here there is

Re: [osg-users] RE : Re: Getting texture coordinates of loaded models

2008-07-31 Thread Alberto Luaces
Franclin, El Jueves 31 Julio 2008ES 14:33:30 Franclin Foping escribió: visitorto retrieve its Drawable objects, turn them into Geometry objects and use your trick but I was wrong as it is impossible to convert from Drawable to Geometry. You still don't get it. You are not converting one type

Re: [osg-users] RE : Re: Getting texture coordinates of loaded models

2008-07-31 Thread Thrall, Bryan
Franclin Foping wrote on Thursday, July 31, 2008 7:34 AM: Hi Alberto, Indeed, that conversion is not possible. Do you know any other algorithms to retrieve texture coordinates of nodes made of a loaded model? In your previous post, you mention using indexes but assuming a Geometry node. The