summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qplanemesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-3/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Include limits header for numeric_limitsLaszlo Agocs2015-02-271-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-5/+5
* QAbstractShapeMesh removedPaul Lemire2014-10-171-4/+4
* Have copy() only on QNodeKevin Ottens2014-10-161-6/+6
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-7/+0
* QNode refactoringPaul Lemire2014-10-031-12/+8
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-2/+5
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+10
* Rename MeshData -> QMeshDataSean Harmer2014-08-181-4/+4
* QPlaneMesh implements doClone and copy methodsPaul Lemire2014-08-131-0/+18
* Ensure we get a functor created even with default property valuesSean Harmer2014-07-271-2/+2
* Add PlaneMesh and use it in rollerball example as the floorSean Harmer2014-07-271-0/+271