On Thu, Jul 10, 2008 at 5:13 PM, Rick Pingry <[EMAIL PROTECTED]> wrote:
> Wow, the ability to limit the maximum texture memory sounds like it would
> really help.  What/where might I find that environment variable?

You can list the env vars by doing:

   osgviewer --help-env

One of the entries will be:

  OSG_MAX_TEXTURE_SIZE           Set the maximum size of textures.


So you do something like:

  set OSG_MAX_TEXTURE_SIZE=64
  myapp mymodel.fmt

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

Reply via email to