Click or drag to resize
SoDirectVizShaderfile Property

Name of OpenRTRT dynamic library containing the shader code.

Namespace: OIV.Inventor.DirectViznodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFString file { get; }

Property Value

Type: SoSFString
Remarks

Always use ".so" extensions for UNIX compatibility (automatically transformed into ".dll" on Windows platforms). For instance use "libRTX.so" for RTX shaders; use "libDTX.so" for DTX shaders. If this field is not set (null string), DirectViz will try to guess the appropriate library depending on the current shader package, as defined by environment variable DIRECTVIZ_RENDERING_OBJECT. See SoPreferences.

See Also