CylinderGeometry QML Type

Import Statement: import Qt3D.Render 2.0
Instantiates: QCylinderGeometry

Properties

Detailed Description

Property Documentation

indexAttribute : Attribute

Holds the geometry index attribute.


length : float

Holds the length of the cylinder.


normalAttribute : Attribute

Holds the geometry normal attribute.


positionAttribute : Attribute

Holds the geometry position attribute.


radius : float

Holds the radius of the cylinder.


rings : int

Holds the number of rings in the cylinder.


slices : int

Holds the number of slices in the cylinder.


texCoordAttribute : Attribute

Holds the geometry texture coordinate attribute.