Click or drag to resize
SoAppearancePreserverGetBumpCoords Method

Computes the texture coordinates and creates an SoTextureCoordinate2 node.

Namespace: OIV.FXViz.APS
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoTextureCoordinate2 GetBumpCoords()

Return Value

Type: SoTextureCoordinate2
Remarks

The texture coordinates are stored in the texture coordinate point field. They can be applied with the bump mapping technique to the simplified model. NULL is returned if the texture coordinates could not be computed, generally due to there being more triangles than could be stored in the normal map.

See Also