ConeGeometry QML Type
ConeGeometry allows creation of a cone in 3D space. More...
Import Statement: | import Qt3D.Extras 2.0 |
Instantiates: | QConeGeometry |
Properties
- bottomRadius : real
- hasBottomEndcap : bool
- hasTopEndcap : bool
- indexAttribute : Attribute
- length : real
- normalAttribute : Attribute
- positionAttribute : Attribute
- rings : int
- slices : int
- texCoordAttribute : Attribute
- topRadius : real
Detailed Description
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.
Property Documentation
indexAttribute : Attribute |
Holds the geometry index attribute.
normalAttribute : Attribute |
Holds the geometry normal attribute.
positionAttribute : Attribute |
Holds the geometry position attribute.
texCoordAttribute : Attribute |
Holds the geometry texture coordinate attribute.