[osg-users] Alter texture coordinates of built-in shape drawables

2008-05-01 Thread Franclin Foping
Hi,
 Is it possible to change the texture coordinates of built-in shape drawable 
objects (Sphere, Capsule and so forth)? 
 Waiting for your reply.
 Franclin.

 __
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible 
contre les messages non sollicités 
http://mail.yahoo.fr Yahoo! Mail ___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Alter texture coordinates of built-in shape drawables

2008-05-06 Thread Robert Osfield
Hi Franclin,

On Thu, May 1, 2008 at 11:46 AM, Franclin Foping <[EMAIL PROTECTED]> wrote:
>  Is it possible to change the texture coordinates of built-in shape drawable
> objects (Sphere, Capsule and so forth)?

No it is not possible, they are no really meant for visualization, the
ShapeDrawable is just a simple tool to help you do quick vis of
primitive geometric shapes and no more.  For full control create your
own geometry using osg::Geometry.

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