SoFullSceneAntialiasingElementSetSampleCount Method |
Set the sample count to be used for Full-Scene Antialiasing.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void SetSampleCount(
SoState state,
byte sampleCount
)
Public Shared Sub SetSampleCount (
state As SoState,
sampleCount As Byte
)
public:
static void SetSampleCount(
SoState^ state,
unsigned char sampleCount
)
static member SetSampleCount :
state : SoState *
sampleCount : byte -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
The current state.
- sampleCount
- Type: SystemByte
The number of samples per pixel.
Remarks
See Also