封装几何体渲染 更多...
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.