Re: [osg-users] How to texture map Box/Sphere/Cone/Capsule/Cylinder

2017-08-08 Thread Paul Leopard
Ok thanks for the response Regards, P things are more like they are now than they have ever been before -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=71385#71385 ___

Re: [osg-users] How to texture map Box/Sphere/Cone/Capsule/Cylinder

2017-08-08 Thread Robert Osfield
Hi Paul, Only in git master and recent 3.5.x dev series does ShapeDrawable subclass from osg::Geometry. For older releases (3.4.0 and before) ShapeDrawable computes the coordinates on the fly so there isn't any coords you can get and modify. As a general note, ShapeDrawable is a convenience