SoAppearancePreserverSetTextureSize Method |
Specifies the texture size to be generated.
Namespace: OIV.FXViz.APSAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetTextureSize(
int width,
int height
)
Public Sub SetTextureSize (
width As Integer,
height As Integer
)
public:
void SetTextureSize(
int width,
int height
)
member SetTextureSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
RemarksIf the specified dimensions are not powers of two, the nearest powers of two will be used. Default size is 256 * 256 texels.
See Also