QSphereMesh Class

(Qt3D::QSphereMesh)

Properties

Public Functions

QSphereMesh(QNode * parent = 0)
~QSphereMesh()
bool generateTangents() const
float radius() const
int rings() const
void setGenerateTangents(bool gen)
void setRadius(float radius)
void setRings(int rings)
void setSlices(int slices)
int slices() const

Signals

Additional Inherited Members

Property Documentation

generateTangents : bool

Access functions:

bool generateTangents() const
void setGenerateTangents(bool gen)

Notifier signal:

void generateTangentsChanged()

radius : float

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged()

rings : int

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged()

slices : int

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged()

Member Function Documentation

QSphereMesh::QSphereMesh(QNode * parent = 0)

QSphereMesh::~QSphereMesh()

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.