EnvironmentParameters packages all the different environment parameters. More...
#include <Inventor/elements/SoEnvironmentElement.h>
Public Member Functions | |
EnvironmentParameters () | |
EnvironmentParameters (float ambientIntensity, SbColor ambientColor, SbVec3f attenuation, FogType fogType, SbColor fogColor, float fogStart, float fogVisibility) | |
Public Attributes | |
float | ambientIntensity |
SbColor | ambientColor |
SbVec3f | attenuation |
FogType | fogType |
SbColor | fogColor |
float | fogStart |
float | fogVisibility |
EnvironmentParameters packages all the different environment parameters.
By default it has each parameter set at its default value, and provides comparison operators. For more info on the meaning of the struct members, please refer to the SoEnvironment node
SoEnvironmentElement::EnvironmentParameters::EnvironmentParameters | ( | ) |
SoEnvironmentElement::EnvironmentParameters::EnvironmentParameters | ( | float | ambientIntensity, | |
SbColor | ambientColor, | |||
SbVec3f | attenuation, | |||
FogType | fogType, | |||
SbColor | fogColor, | |||
float | fogStart, | |||
float | fogVisibility | |||
) |