SoEnvironmentElementEnvironmentParameters Constructor |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic EnvironmentParameters(
float ambientIntensity,
SbColor ambientColor,
SbVec3f attenuation,
SoEnvironmentElementFogTypes fogType,
SbColor fogColor,
float fogStart,
float fogVisibility
)
Public Sub New (
ambientIntensity As Single,
ambientColor As SbColor,
attenuation As SbVec3f,
fogType As SoEnvironmentElementFogTypes,
fogColor As SbColor,
fogStart As Single,
fogVisibility As Single
)
public:
EnvironmentParameters(
float ambientIntensity,
SbColor ambientColor,
SbVec3f attenuation,
SoEnvironmentElementFogTypes fogType,
SbColor fogColor,
float fogStart,
float fogVisibility
)
new :
ambientIntensity : float32 *
ambientColor : SbColor *
attenuation : SbVec3f *
fogType : SoEnvironmentElementFogTypes *
fogColor : SbColor *
fogStart : float32 *
fogVisibility : float32 -> EnvironmentParameters
Parameters
- ambientIntensity
- Type: SystemSingle
- ambientColor
- Type: OIV.InventorSbColor
- attenuation
- Type: OIV.InventorSbVec3f
- fogType
- Type: OIV.Inventor.ElementsSoEnvironmentElementFogTypes
- fogColor
- Type: OIV.InventorSbColor
- fogStart
- Type: SystemSingle
- fogVisibility
- Type: SystemSingle
Remarks
See Also