summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcylindermesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move geometry related classes to their own directorySean Harmer2015-10-131-113/+0
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-2/+2
* Refactor QCylinderGeometry into a public classSean Harmer2015-08-311-382/+14
* QCylinderMesh converted to QGeometryRenderer subclassPaul Lemire2015-08-071-213/+332
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-4/+4
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-11/+11
* Functors: remove dynamic_castPaul Lemire2015-07-281-2/+2
* QNode parent changesPaul Lemire2015-06-111-0/+4
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-3/+3
* Merge remote-tracking branch 'origin/dev' into 5.5Oswald Buddenhagen2015-02-231-5/+5
|\
| * Use qmath functionsSean Harmer2015-02-181-5/+5
* | Fix inconsistent override warnings [-Winconsistent-missing-override]Sergio Martins2015-02-181-1/+1
|/
* Copyright header change.Mika Salmela2015-02-091-20/+15
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-221-10/+10
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-201-5/+5
* QAbstractShapeMesh removedPaul Lemire2014-10-171-5/+6
* Have copy() only on QNodeKevin Ottens2014-10-161-9/+7
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-7/+0
* QNode refactoringPaul Lemire2014-10-031-14/+16
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-2/+2
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+13
* Add the cylinder meshKevin Ottens2014-09-281-0/+356