summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/custom-mesh-cpp/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved custom-mesh-cpp example to manual testRobert Brock2016-05-151-253/+0
* Replaced FPS Camera with Orbit - Custom-mesh-cppRobert Brock2016-05-061-2/+2
* Move last remaining pieces of examples-common to Qt3DExtrasPaul Lemire2016-05-011-4/+4
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-231-3/+3
* QGeometryRenderer API changesMike Krus2016-03-131-3/+3
* Removed unneeded QFrameGraph imports in examplesWieland Hagen2016-03-091-1/+0
* Class QStateSet renamed to QRenderStateSetFranck Arrecot2016-03-011-1/+1
* Unify license header usage.Antti Kokko2016-01-261-18/+32
* Always create a QFrameGraph component and forward rendererSean Harmer2016-01-181-10/+1
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-9/+10
* Port all the pure C++ examples to Qt3DRender::QWindowKevin Ottens2016-01-131-12/+6
* Camera moved - custom-mesh-cppRobert Brock2016-01-051-1/+1
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-4/+0
* Remove transforms property of QTransformSean Harmer2015-11-171-3/+1
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-10/+10
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-6/+6
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-24/+24
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-131-1/+1
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-111-1/+0
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-17/+24
* custom-mesh-cpp examplePaul Lemire2015-08-071-0/+255