I recently did exactly this, using the MatrixTransform technique as Robert described. Then I optimized the transform away with a REMOVE_STATIC_TRANSFORMS Optimizer pass.
Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com <http://www.skew-matrix.com/> 303 859 9466 > -----Original Message----- > From: [EMAIL PROTECTED] > [ <mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED] On Behalf Of > Robert Osfield > Sent: Tuesday, January 02, 2007 7:39 AM > To: osg users > Subject: Re: [osg-users] Ellipsoids > > Hi Gorran, > > Either use a custom made osg::Geomtry as per the osggeometry > example or place a transform above ShapeDrawable containing a sphere. > > Robert. > > On 1/2/07, Goran Tusek <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm searching for methods to draw ellipsoids with three > unequal sides in 3D. > > > > Thx, > > Goran > > > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > <http://openscenegraph.net/mailman/listinfo/osg-users> http://openscenegraph.net/mailman/listinfo/osg-users > > <http://www.openscenegraph.org/> http://www.openscenegraph.org/ > > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > <http://openscenegraph.net/mailman/listinfo/osg-users> http://openscenegraph.net/mailman/listinfo/osg-users > <http://www.openscenegraph.org/> http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
