[osg-users] LOD for drawing lines of a co-ordinate system

Andreas Goebel a-goebel at gmx.de
Fri Oct 14 03:05:38 PDT 2016


Am 13.10.2016 um 16:26 schrieb Andreas Goebel:
> Hi,
>
> I had the idea to use an osg::LOD for drawing a co-ordinate system in a
> geometry program.
>
> The closer you get, the more fine-grained lines you see.
>
> This works fine as long as you zoom in to (0,0,0). If you zoom to a
> different point, it doesn´t work, as the distance from eye to center is
> still too big.
Ok, I´ve splitted it up to pieces. You have to use a LOD for each of the
pieces, as a LOD has only one center, I missed that at first.

Andreas




More information about the osg-users mailing list