summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Link to example assets static lib on windowsSean Harmer2014-06-021-2/+12
* Updated simple-qml files to use TechniqueCriterion instead of TagsPaul Lemire2014-06-022-10/+10
* CameraController usable from QMLPaul Lemire2014-05-311-21/+22
* Updated Camera to work with Camera controllerPaul Lemire2014-05-311-3/+5
* Replaced tags by TechniqueCriterion in TechniqueFilterPaul Lemire2014-05-312-5/+5
* Renamed SceneNode to ScenePaul Lemire2014-05-311-2/+2
* QAbstractEffect moved to Qt3DCorePaul Lemire2014-05-311-1/+1
* Rename Effect to QAbstractEffectPaul Lemire2014-05-311-1/+1
* Added multiviewport examplePaul Lemire2014-05-305-1/+269
* QQmlCustomParser for Shader propertiesPaul Lemire2014-05-291-0/+7
* Updated Assimp examplePaul Lemire2014-05-251-1/+37
* Quick3DScene and SceneNodePaul Lemire2014-05-251-2/+2
* Updated cpp_examplePaul Lemire2014-05-252-32/+83
* Abstract Entity, EntityNode and Quick3DEntityPaul Lemire2014-05-242-54/+55
* Quick3D independent libraryPaul Lemire2014-05-246-9/+9
* RenderMesh set to dirty on peer changePaul Lemire2014-05-241-1/+2
* Handling of property reference changesPaul Lemire2014-05-213-17/+39
* Hooked up QmlEntityPaul Lemire2014-04-301-74/+81
* Handle Component property reference changesPaul Lemire2014-04-301-39/+48
* Transform updates synched with QChangeArbiterPaul Lemire2014-04-302-3/+11
* Hookup Assimp scene loaderPaul Lemire2014-04-304-5/+336
* VAOManagerPaul Lemire2014-04-291-1/+0
* Observable EntityPaul Lemire2014-04-291-12/+30
* Camera FixPaul Lemire2014-04-191-3/+3
* Nested ViewportsPaul Lemire2014-04-192-37/+72
* Updated simple-qml examplePaul Lemire2014-04-191-55/+63
* Fix shadow builds on unix systemsSean Harmer2014-04-072-4/+6
* Backend FrameGraphNodes built from frontend elementsPaul Lemire2014-04-021-2/+2
* Camera is replaced by CameraLensPaul Lemire2014-03-301-1/+1
* FrameGraph and frontend FrameGraphNodePaul Lemire2014-03-308-260/+85
* Transform componentPaul Lemire2014-03-301-2/+6
* Import and use a simple ball.obj modelSean Harmer2014-03-303-5/+10155
* Remove Qt3D 1.x sourcesSean Harmer2014-03-28252-24019/+0
* Add missing imports for Qt3D.Render 2.0Sean Harmer2014-03-253-0/+3
* Rendering Aspect to dedicated Qt3D module library.Paul Lemire2014-03-2510-148/+14
* Qt3D C++ API examplePaul Lemire2014-03-253-1/+127
* Added assimp examplePaul Lemire2014-03-247-1/+504
* Import initial examples and export symbols from libSean Harmer2014-02-2538-3/+27005
* Disable demos, examples, tests, tools temporarilySean Harmer2014-02-101-0/+0
* Merge branch 'master' into newapiSean Harmer2014-02-07142-1367/+1194
|\
| * Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-302-2/+2
| * make use of qtHaveModule()Oswald Buddenhagen2013-01-091-1/+1
| * remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
| * remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-1623-23/+0
| * All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-132-2/+2
| * Change copyrights from Nokia to DigiaIikka Eklund2012-09-2390-540/+540
| * Use float throughout the Qt3D module for consistency and performanceSean Harmer2012-09-168-57/+57
| * Compile after Math3d was changed to use float instead of qreal.Friedemann Kleint2012-09-111-1/+1
| * Doc: Fixed usage of "Qt 3D", title names, and file names.Jerome Pasion2012-08-011-6/+4
| * Positional lighting exampleJulian De Bhal2012-07-1610-0/+618