summaryrefslogtreecommitdiffstats
path: root/examples/torus-cpp/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the examples under a qt3d subdirLaszlo Agocs2015-03-041-134/+0
* Copyright header change.Mika Salmela2015-02-091-19/+14
* The input aspect don't need QWindow anymoreKevin Ottens2015-01-231-1/+1
* Move CameraController in the input aspectKevin Ottens2015-01-231-1/+5
* torus-cpp: use QForwardRendererPaul Lemire2015-01-181-17/+5
* Qt3D::Window simplifiedPaul Lemire2014-11-141-2/+10
* QAspectEngine owns the root of the sceneSean Harmer2014-11-021-2/+1
* QTransform refactoredPaul Lemire2014-10-301-2/+2
* QCamera refactoredPaul Lemire2014-10-301-11/+5
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-261-2/+2
* Silence warnings in examplesSean Harmer2014-10-041-1/+1
* QAbstract removed from corePaul Lemire2014-10-031-1/+1
* QNode refactoringPaul Lemire2014-10-031-15/+6
* Renamed QScene to QSceneLoaderPaul Lemire2014-09-281-1/+1
* Updated examples to use ClearBufferPaul Lemire2014-09-151-1/+6
* Texture renamed to QTexturePaul Lemire2014-08-191-1/+1
* Renamed Camera to QCameraPaul Lemire2014-07-091-2/+2
* Renamed CameraLens to QCameraLensPaul Lemire2014-07-091-2/+2
* Prefixed Q to transformsPaul Lemire2014-07-061-6/+6
* Renamed Transform to QTransformPaul Lemire2014-07-051-3/+3
* Renamed Entity to QEntityPaul Lemire2014-07-051-3/+3
* QRenderPass renamed and d-pointeredPaul Lemire2014-07-051-1/+1
* Added Q prefix to all frontend framegraph itemsPaul Lemire2014-07-051-10/+10
* Refactored and Renamed ScenePaul Lemire2014-07-051-1/+1
* Renamed Technique to QTechniquePaul Lemire2014-07-051-1/+1
* Renamed Material to QMaterialPaul Lemire2014-07-051-1/+1
* Renamed Mesh to QMeshPaul Lemire2014-07-051-1/+1
* Shape subclassesPaul Lemire2014-07-051-3/+2
* Add a minimal C++ + QML shape example (showing a torus)Giuseppe D'Angelo2014-06-041-0/+151