QCullFace Class

(Qt3DRender::QCullFace)
Inherits: QRenderState

Public Types

enum CullingMode { NoCulling, Front, Back, FrontAndBack }

Properties

  • mode : CullingMode

Public Functions

QCullFace(Qt3DCore::QNode *parent = nullptr)
~QCullFace()
CullingMode mode() const

Public Slots

void setMode(CullingMode mode)

Signals

void modeChanged(CullingMode mode)

Additional Inherited Members

  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected functions inherited from Qt3DCore::QNode
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Member Type Documentation

enum QCullFace::CullingMode

Property Documentation

mode : CullingMode

Access functions:

CullingMode mode() const
void setMode(CullingMode mode)

Notifier signal:

void modeChanged(CullingMode mode)

Member Function Documentation

QCullFace::QCullFace(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QCullFace.

QCullFace::~QCullFace()

Destroys the instance of QCullFace.