Hi Hartwig,

On 29 March 2018 at 22:51, Hartwig Wiesmann <hartwig.wiesm...@skywind.eu> wrote:
> what I would like to produce is an object that is always oriented towards the 
> user (screen) and has the same size independent of the zoom level. Though the 
> zoom level is limited in a certain range by an additional LOD.
> Therefore, I think that AutoTranslate is the only viable option, or?

You can also implement your own subclasses from
osg::Node/osg::Transform or even osg::AutoTransform.

You can also implement billboard with vertex shaders.

So there are plenty of viable options.

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

Reply via email to