TorusGeometry QML Type

Import Statement: import Qt3D.Render 2.0
Instantiates: QTorusGeometry

Properties

Detailed Description

Property Documentation

indexAttribute : Attribute

Holds the geometry index attribute.


minorRadius : float

Holds the inner radius of the torus.


normalAttribute : Attribute

Holds the geometry normal attribute.


positionAttribute : Attribute

Holds the geometry position attribute.


radius : float

Holds the outer radius of the torus.


rings : int

Holds the number of rings in the torus.


slices : int

Holds the number of slices in the torus.


texCoordAttribute : Attribute

Holds the geometry texture coordinate attribute.