ConeGeometry allows creation of a cone in 3D space. 更多...
import 语句: | import Qt3D.Extras 2.0 |
实例化: | QConeGeometry |
The ConeGeometry type is most commonly used internally by the ConeMesh type but can also be used in custom GeometryRenderer types. The ConeGeometry type allows for creation of both a cone and a truncated cone.
Holds the bottom radius of the cone.
Determines if the cone bottom is capped or open.
Determines if the cone top is capped or open.
indexAttribute : Attribute |
Holds the geometry index attribute.
Holds the length of the cone.
normalAttribute : Attribute |
Holds the geometry normal attribute.
positionAttribute : Attribute |
Holds the geometry position attribute.
Holds the number of rings in the geometry.
Holds the number of slices in the geometry.
texCoordAttribute : Attribute |
Holds the geometry texture coordinate attribute.
Holds the top radius of the cone.