[osg-users] Road/Line label suggest

2008-01-13 Thread ZHMW
Hi EveryOne! I want suggests about the text label of the road or line vector. I want the label display along the line. And when I rotate the camera, the label should face to the screen and also along the line. How can i do that?Hope your suggest. Thanks.

Re: [osg-users] Road/Line label suggest

2008-01-13 Thread Robert Osfield
Hi Dvaid, The is no support in osgText for orientating around a user defined axis so you'll either have to place the Text under an osg::Billboard or write your own custom Transform node to produce the appropriate transform. Robert. On Jan 13, 2008 11:43 AM, ZHMW [EMAIL PROTECTED] wrote: Hi

Re: [osg-users] Road/Line label suggest

2008-01-13 Thread Paul Martz
@lists.openscenegraph.org Subject: [osg-users] Road/Line label suggest Hi EveryOne! I want suggests about the text label of the road or line vector. I want the label display along the line. And when I rotate the camera, the label should face to the screen and also along the line. How can i do that?Hope