Click or drag to resize
SoAppearancePreserver Methods

The SoAppearancePreserver type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBumpCoords

Computes the texture coordinates and creates an SoTextureCoordinate2 node.

Public methodGetDisplacementMapTexture
Calls GetDisplacementMapTexture("").
Public methodGetDisplacementMapTexture(String)

Computes the displacement map texture and creates an SoTexture2 node.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNormalMapTexture
Calls GetNormalMapTexture((System.String ^)nullptr).
Public methodGetNormalMapTexture(String)

Computes the normal map texture and creates an SoTexture2 node.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSceneGraphs

Specifies the original scene graph and the simplified scene graph.

Public methodSetTextureSize

Specifies the texture size to be generated.

Public methodSetTriangleMinSize

Specifies the mininum size for a triangle stored within the normal map texture.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also