Click or drag to resize
SoVRMLImageTexture Properties

The SoVRMLImageTexture type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymetadata

Specifies the metadata node.

(Inherited from SoVRMLNode.)
Public propertyStatic memberPrequalifyFileCallBack

Specifies the application callback that will be invoked when the ImageTexture node is about to read an image file (if the prequalify flag is true).

Public propertyrepeatS
(Inherited from SoVRMLTexture.)
Public propertyrepeatT

The repeatS and repeatT fields specify how the texture wraps in the S and T directions.

(Inherited from SoVRMLTexture.)
Public propertyurl

Filename (or URL) from which to read the texture image.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also