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

Robert Osfield robert.osfield at gmail.com
Tue May 6 08:23:07 PDT 2008


Hi Franclin,

On Thu, May 1, 2008 at 11:46 AM, Franclin Foping <fsfoping at yahoo.fr> 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.


More information about the osg-users mailing list