summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Added Deferred-Renderer examplePaul Lemire2014-09-156-1/+526
* simple-qml updated to use RenderTargetsPaul Lemire2014-09-152-3/+64
* Transform QAbstractScene to QComponentPaul Lemire2014-09-152-3/+5
* Texture renamed to QTexturePaul Lemire2014-08-192-2/+2
* Fix glsl errors in simple-qmlSean Harmer2014-08-191-3/+6
* simple-qml: use renderStates instead of drawStatesPaul Lemire2014-08-151-1/+1
* Simple-qml updated to use multiple render pass and drawstatesPaul Lemire2014-08-142-2/+89
* Updated simple-qml to use light uniforms with textured ballPaul Lemire2014-08-141-38/+70
* Updated simple-qml to have animation on clearColorPaul Lemire2014-08-142-0/+2
* Updated examples to not use the removed renderPassName propertyPaul Lemire2014-08-144-12/+6
* Remove explicit sane values now scale and rotate transforms are fixedSean Harmer2014-07-271-2/+2
* Add QCuboidMesh and use it in rollerball as the wallsSean Harmer2014-07-276-6/+148
* Add PlaneMesh and use it in rollerball example as the floorSean Harmer2014-07-275-3/+88
* Fix rollerball example by adding openGLFilter to techniqueSean Harmer2014-07-262-9/+15
* Multiviewport slightly correctedPaul Lemire2014-07-251-20/+22
* simple-qml update to use RenderPassFilteringPaul Lemire2014-07-252-3/+2
* simple-qml dynamic update of Technique Criterion valuePaul Lemire2014-07-252-3/+11
* Renamed QML TechniqueCriterion to CriterionPaul Lemire2014-07-256-10/+7
* Examples updates to use new QTechniqueCriterion syntaxPaul Lemire2014-07-256-13/+7
* RenderView: OpenGL filtering of TechniquesPaul Lemire2014-07-251-0/+1
* QTechnique: QOpenGLFilter propertyPaul Lemire2014-07-251-0/+1
* Updated simple-qml examplePaul Lemire2014-07-181-5/+13
* Backend refactoringPaul Lemire2014-07-181-1/+21
* Notify observers of changes to the camera projection matrixSean Harmer2014-07-181-1/+1
* Expose window to qml to set aspect ratio of cameraSean Harmer2014-07-182-1/+6
* Add rollerball example to show rendering and physics basicsSean Harmer2014-07-1810-0/+612
* Build as much in parallel as we canSean Harmer2014-07-181-10/+46
* Renamed Camera to QCameraPaul Lemire2014-07-092-4/+4
* Renamed CameraLens to QCameraLensPaul Lemire2014-07-092-4/+4
* Automatic Binding for AttributesPaul Lemire2014-07-091-4/+1
* Automatic uniform bindingPaul Lemire2014-07-071-14/+6
* Prefixed Q to transformsPaul Lemire2014-07-062-14/+14
* Renamed Transform to QTransformPaul Lemire2014-07-052-7/+7
* Renamed Entity to QEntityPaul Lemire2014-07-052-6/+6
* Force root object of aspects to be an EntityPaul Lemire2014-07-054-35/+29
* Updated simple-qml to use Layers and LayerFilterPaul Lemire2014-07-052-4/+14
* Refactored QAbstractMesh, QMesh and QAbstractShapeMeshPaul Lemire2014-07-051-4/+1
* QRenderPass renamed and d-pointeredPaul Lemire2014-07-052-2/+2
* Added Q prefix to all frontend framegraph itemsPaul Lemire2014-07-052-20/+20
* Refactored and Renamed ScenePaul Lemire2014-07-052-3/+3
* Renamed Technique to QTechniquePaul Lemire2014-07-052-2/+2
* Renamed Material to QMaterialPaul Lemire2014-07-052-2/+2
* Renamed Mesh to QMeshPaul Lemire2014-07-052-3/+3
* Shape subclassesPaul Lemire2014-07-053-8/+5
* Textures hooked upPaul Lemire2014-06-282-1/+4
* Added textured material in simple-qmlPaul Lemire2014-06-281-1/+57
* simple-qml example updatedPaul Lemire2014-06-271-8/+11
* Renamed ParameterBinder to ParameterMapperPaul Lemire2014-06-271-6/+6
* Updated simple-qml example with Parameter animationsPaul Lemire2014-06-271-14/+30
* simple_qml example updatedPaul Lemire2014-06-141-7/+22