I built osg 2.9.9 and have some minor bugs to report:
1) when one presses the h key, the text appears (after several seconds
on my macbook pro) but is so small that it is unreadable
2) the --help-keys option (advertised in --help) has no effect
3) the --help-all options does not show the shortcuts (as advertised in --help)
4) the command to take a screenshot (c) is documented as O on this
page http://www.openscenegraph.org/projects/osg/wiki/Support/UserGuides/osgviewer
Regards,
Sebastian
_______________________________________________
osg-users mailing list
osg-...@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> 1) when one presses the h key, the text appears (after several seconds
> on my macbook pro) but is so small that it is unreadable
Hi Sébastien,
I think this is the default font when arial.ttf is not found, you can
check this from the messages in the console. You can point to a
directory containing the font with the environment variable
OSG_FILE_PATH.
--
Alberto
On Wed, Oct 13, 2010 at 3:26 PM, Alberto Luaces <alu...@udc.es> wrote:
> Sébastien Barthélemy writes:
>
>> 1) when one presses the h key, the text appears (after several seconds
>> on my macbook pro) but is so small that it is unreadable
> I think this is the default font when arial.ttf is not found, you can
> check this from the messages in the console. You can point to
you're right, thanks!