Click or drag to resize
SoSliceenableBumpMapping Property

Specifies if a bump mapping effect will be applied to the slice.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool enableBumpMapping { get; }

Property Value

Type: SoSFBool
Remarks

Default is false. Bump mapping is a rendering effect that simulates displacement of the slice surface using the gradient vectors (computed on the GPU) as normal vectors. Normally lighting should be enabled to maximize the visual effect of bump mapping.

This mode requires a graphics card supporting the OpenGL GLSL shading language. If your graphics card does not have the necessary support, the slice will be rendered without bump mapping.

Bump mapping is not available for the OIV.VolumeViz.Nodes.SoHeightFieldRender node.

Note Note

Field available since Open Inventor 6.0

See Also