SoAppearancePreserverSetTriangleMinSize Method |
Specifies the mininum size for a triangle stored within the normal map texture.
Namespace: OIV.FXViz.APSAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetTriangleMinSize(
int size
)
Public Sub SetTriangleMinSize (
size As Integer
)
public:
void SetTriangleMinSize(
int size
)
member SetTriangleMinSize :
size : int -> unit
Parameters
- size
- Type: SystemInt32
RemarksDefault size is 4 texels.
See Also