summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcuboidmesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move geometry related classes to their own directorySean Harmer2015-10-131-697/+0
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-3/+3
* QCuboidMesh converted to a QGeometryRendererPaul Lemire2015-08-071-274/+436
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-5/+5
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-9/+9
* Functors: remove dynamic_castPaul Lemire2015-07-281-1/+3
* QNode parent changesPaul Lemire2015-06-111-0/+5
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-3/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Correct use of std::numeric_limits::maxThiago Macieira2015-03-121-1/+1
* Add another missing limits includev5.5.0-alpha1Laszlo Agocs2015-03-111-0/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-221-6/+6
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-201-8/+8
* QAbstractShapeMesh removedPaul Lemire2014-10-171-4/+4
* Have copy() only on QNodeKevin Ottens2014-10-161-9/+9
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-7/+0
* QNode refactoringPaul Lemire2014-10-031-18/+14
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-2/+5
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+13
* Rename MeshData -> QMeshDataSean Harmer2014-08-181-14/+14
* Fix use of variable before initializationThiago Macieira2014-08-171-1/+1
* QCuboidMesh implements doClone and copy methodsPaul Lemire2014-08-131-0/+20
* Add QCuboidMesh and use it in rollerball as the wallsSean Harmer2014-07-271-0/+501