The RasterMode render state allows to control the type of rasterization to be performed. 更多...
import 语句: | import Qt3D.Render 2.5 |
实例化: | QRasterMode |
继承: | RenderState |
The QRasterMode class is used to control the rasterization step of the primitives at render time. This can be used to choose whether we only want to show points, edges or fill a primitive.
注意: This is not supported when rendering on OpenGL ES 2.0 platforms.
另请参阅 AlphaTest and StencilTest .
faceMode : enumeration |
Holds the face mode to be used. Controls on which face the raster mode is to be applied.
rasterMode : enumeration |
Holds the raster mode to be used.