Click or drag to resize
SoEnvironmentMapfilenames Property

Names file(s) from which to read the environment map's texture image(s).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoMFFilePathString filenames { get; }

Property Value

Type: SoMFFilePathString
Remarks

The images are used to create a cube map, which is used to simulate the reflection of the environment on the surface of an object.

The standard image file formats are supported. See OIV.Inventor.Image.SoRasterImageRW for the list. If the first file is an HDRI file, only this file is used since it has all 6 faces encoded. If the filename is not an absolute path name, the list of directories maintained by OIV.Inventor.SoInput is searched. If the texture is not found in any of those directories, then the file is searched for relative to the directory from which the OIV.Inventor.Nodes.SoEnvironmentMap node was read. For example, if an OIV.Inventor.Nodes.SoEnvironmentMap node with a filenames of "../tofu.rgb" is read from /usr/people/bob/models/food.iv, then /usr/people/bob/tofu.rgb will be read (assuming tofu.rgb isn't found in the directories maintained by OIV.Inventor.SoInput).

See Also