QFrontFace¶

PyQt5.Qt3DRender.QFrontFace

Inherits from QRenderState.

Description¶

The QFrontFace class defines front and back facing polygons.

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

See also

QCullFace.

Enums¶

WindingDirection

This enumeration specifies the winding direction values.

Member

Value

Description

ClockWise

0x0900

Clockwise polygons are front facing.

CounterClockWise

0x0901

Counter clockwise polygons are front facing.

Methods¶

__init__(parent: QNode = None)

The constructor creates a new QFrontFace::QFrontFace instance with the specified parent


direction() → WindingDirection

See also

setDirection().


setDirection(WindingDirection)

See also

direction().

Signals¶

directionChanged(WindingDirection)

TODO