CullMode QML Type

Defines the cull mode for render pass. 更多...

导入语句: import QtQuick3D 1.15
Since: Qt 5.15
继承:

Command

特性

详细描述

注意: This command can only be used with the CustomMaterial .

特性文档编制

cullMode : enumeration

Specifies the culling mode in a pass when RenderState.CullFace is enabled. The material culling mode is overridden.

常量
Material.BackFaceCulling
Material.FrontFaceCulling
Material.NoCulling