SphereGeometry QML Type

Provides geometry for a sphere. 更多...

import 语句: import QtQuick3D.Helpers
Since: Qt 6.9
继承:

几何体

特性

详细描述

SphereGeometry is a geometry type that represents a sphere. The sphere's size is defined by its radius. The topology of the sphere is defined by the number of rings and segments.

特性文档编制

asynchronous : bool

This property holds whether the geometry generation should be asynchronous.

radius : real

The radius of the sphere. The default value is 100.0.

rings : int

The number of rings in the sphere. The default value is 16.

segments : int

The number of segments in the sphere. The default value is 32.

status : bool [read-only]

This property holds the status of the geometry generation when asynchronous is true.

常量 描述
SphereGeometry.Null The geometry generation has not started
SphereGeometry.Ready The geometry generation is complete.
SphereGeometry.Loading The geometry generation is in progress.
SphereGeometry.Error The geometry generation failed.