Click or drag to resize
SoAppearancePreserverSetTextureSize Method

Specifies the texture size to be generated.

Namespace: OIV.FXViz.APS
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetTextureSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
Remarks

If the specified dimensions are not powers of two, the nearest powers of two will be used. Default size is 256 * 256 texels.

See Also