封裝幾何體渲染 更多...
| import 語句: | import Qt3D.Render 2.0 |
| Since: | Qt 5.7 |
| 實例化: | QGeometryRenderer |
| 繼承: | Component3D |
A GeometryRenderer holds all the information necessary to draw a Geometry. A Geometry holds the coordinates of the geometry data - GeometryRenderer specifies how to interpret that data.
Holds the first vertex.
Holds the base instance.
|
geometry : 幾何體 |
Holds the geometry.
Holds the base vertex.
Holds the instance count.
Holds the primitive restart flag.
Holds the primitive type.
另請參閱 Qt3DRender::QGeometryRenderer::PrimitiveType .
Holds the restart index.
Holds the vertex count.
Holds vertices per patch.