ExtrudedTextGeometry allows creation of a 3D text in 3D space. 更多...
import 语句: | import Qt3D.Extras 2.15 |
实例化: | QExtrudedTextGeometry |
The ExtrudedTextGeometry type is most commonly used internally by the ExtrudedTextMesh type but can also be used in custom GeometryRenderer 类型。
The origin of the geometry is the rear left end of the text's baseline.
Holds the extrusion depth of the text.
Holds the font of the text.
The geometry is normalized by the font's pointSize, so a larger pointSize will result in smoother, rather than larger, text. pixelSize should not be used.
indexAttribute : 属性 |
Holds the geometry index attribute.
normalAttribute : 属性 |
Holds the geometry normal attribute.
positionAttribute : 属性 |
Holds the geometry position attribute.
Holds the text used for the mesh.