| SoCameraexposureCompensation Property  | 
Adjusts the exposure of the rendering. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat exposureCompensation { get; }Public ReadOnly Property exposureCompensation As SoSFFloat
	Get
public:
property SoSFFloat^ exposureCompensation {
	SoSFFloat^ get ();
}member exposureCompensation : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIncreasing this value by 1 doubles the exposure, while decreasing by 1 halves the exposure.
Default is 0.0
  Note | 
|---|
Field available since Open Inventor 2025.1   | 
See Also