On 5 June 2017 at 14:45, Bruno Oliveira <bruno.manata.olive...@gmail.com> wrote:
> I have a big point cloud, which has points in meter coordinates. Now I want
> to transform the coordinates of this cloud for rendering only, without
> changing my point cloud data. How can I do this?

Decorate your subgraph with a Transform node such as
osg::MatrixTransform or osg::PositionAttitudeTransform.

Go search through the OpenSceneGraph/examples/* set for example.

Also please consider getting the OSG book, this will help you
understand more about the OSG

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

Reply via email to