MarkerBatchRenderingMethod#
- class ansys.stk.core.graphics.MarkerBatchRenderingMethod#
IntEnum
Overview#
|
Render the marker batch using a geometry shader. |
|
Render the marker batch using a vertex shader. |
|
Render the marker batch using an automatically selected method based on the capabilities of the video card. |
|
Render the marker batch using the fixed function pipeline. Generally, this is the slowest method but it supports all video cards. |
Import detail#
from ansys.stk.core.graphics import MarkerBatchRenderingMethod