envvars

Langue: en

Version: 323231 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Miscellaneous Environment Variables -

Detailed Description

Various aspects of the Coin runtime behaviour can be controlled through setting different environment variables to some value. Most of these variables are there for debugging and problem-workaround purposes, but a few are for telling Coin where to locate external resource files.

Here we will set up a list of some of the environment variables Coin will check for and can alter behavior because of.

Variables


typedef EnvironmentVariable
The scene graph profiler subsystem uses a the following environment variables:

COIN_PROFILER
COIN_PROFILER_OVERLAY

A lot of other environment variables will also affect the profiling and listing them all would be tedious. Most useful is perhaps the IV_SEPARATOR_MAX_CACHES variable for disabling caching, and those that disable features like vertex arrays and frame buffer objects, but using thise will of course cause you to profile special cases that may not be as important as you might think.

Variable Documentation

EnvironmentVariable

This is a fake type to peg documentation for environment variables that Coin uses on.

Environment variables are variables you set on your system, which are read in by the Coin-based application at run-time. These environment variables are irrelevant at compile time when Coin is built.