SoTextureCubeMapimagePosX Property |
Contains an in-memory representation of the texture map.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFImage imagePosX { get; }
Public ReadOnly Property imagePosX As SoSFImage
Get
public:
property SoSFImage^ imagePosX {
SoSFImage^ get ();
}
member imagePosX : SoSFImage with get
Property Value
Type:
SoSFImage
RemarksIt is either the contents of the file read from filenames, an image read directly from an Open Inventor file, or an image set programmatically using the methods provided by SoSFImage.
See Also