Hi Yafes,

On Sun, Mar 22, 2009 at 8:58 AM, Yafes
<[email protected]>wrote:

> guys, i would like to know, how it is possible to start the application in
> window?
>

This is rather an open ended question....  what type of application are we
talking about here?

If you mean an osg example or the osgviewer then try:

  osgviewer cow.osg --window 100 100 800 500

Or the env var:

  export OSG_WINDOW="100 100 800 500"
  osgviewer cow.osg

Or a configuration file from the OpenSceneGraph-Data distribution:

  osgviewer cow.osg -c Configutation/SmallWindow.cfg

This can all be controlled programatically, see the examples like osgcamera
for details.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to