Defines the cull mode for render pass. 更多...
| import 语句: | import QtQuick3D 1.15 |
| Since: | Qt 5.15 |
| 继承: |
注意: This command can only be used with the CustomMaterial .
|
cullMode : enumeration |
Specifies the culling mode in a
pass
当
RenderState.CullFace
is enabled. The material culling mode is overridden.
| 常量 | 值 |
|---|---|
Material.BackFaceCulling
|
|
Material.FrontFaceCulling
|
|
Material.NoCulling
|