内容表

上一话题

Qt3DRender.QFrameGraphNodeCreatedChangeBase

下一话题

Qt3DRender.QFrustumCulling

Qt3DRender.QFrontFace

QFrontFace class defines front and back facing polygons. 更多

Inheritance diagram of PySide2.Qt3DRender.Qt3DRender.QFrontFace

概要

函数

信号

详细描述

A QFrontFace sets the winding direction of the front facing polygons.

另请参阅

QCullFace

class PySide2.Qt3DRender.Qt3DRender. QFrontFace ( [ parent=None ] )
param parent

QNode

The constructor creates a new QFrontFace instance with the specified parent

PySide2.Qt3DRender.Qt3DRender.QFrontFace. WindingDirection

This enumeration specifies the winding direction values.

常量

描述

Qt3DRender.QFrontFace.ClockWise

Clockwise polygons are front facing.

Qt3DRender.QFrontFace.CounterClockWise

Counter clockwise polygons are front facing.

PySide2.Qt3DRender.Qt3DRender.QFrontFace. direction ( )
返回类型

WindingDirection

另请参阅

setDirection()

PySide2.Qt3DRender.Qt3DRender.QFrontFace. directionChanged ( direction )
参数

direction WindingDirection

PySide2.Qt3DRender.Qt3DRender.QFrontFace. setDirection ( direction )
参数

direction WindingDirection

另请参阅

direction()