summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimpparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-021-980/+0
* Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-18/+18
* Strip out cloning subsystemSean Harmer2016-04-291-1/+0
* Adapt the assimp scene parser to use the node factorySean Harmer2016-04-281-22/+69
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-231-5/+6
* QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-061-2/+2
* QAbstractTextureImage API review changesRobert Brock2016-04-051-1/+1
* Class QAbstractSceneParser renamed to QSceneIOHandlerFranck Arrecot2016-03-091-1/+1
* Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-071-7/+7
* QAbstractSceneParser property renamingRobert Brock2016-03-031-1/+1
* QAttribute API changesPaul Lemire2016-02-291-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-1/+1
* Fix leak, less copyingFrank Meerkoetter2016-01-051-2/+3
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-3/+3
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-0/+1
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-2/+0
* Remove transforms property of QTransformSean Harmer2015-11-171-6/+7
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-041-2/+2
* d-pointer classes, private/public changesTomi Korpipää2015-10-301-3/+3
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-13/+13
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-8/+8
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-12/+14
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-111-3/+2
* AssimpParser converted to use QGeometryRendererPaul Lemire2015-08-071-116/+49
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-9/+9
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-30/+30
* Functors: remove dynamic_castPaul Lemire2015-07-281-13/+19
* QNode parent changesPaul Lemire2015-06-111-0/+6
* Add semicolon to Q_UNUSED expressionsMarc Mutz2015-06-111-5/+5
* [AssimpParser] Optimize aiString to QString conversionKonstantin Ritt2015-05-201-8/+16
* AssimpParser: create most appropriate texture materialPaul Lemire2015-05-101-38/+95
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-28/+29
* [Assimp scene loader] Fix loaded camera orientationKonstantin Ritt2015-03-161-12/+8
* [.*SceneParser] Minor clean-upKonstantin Ritt2015-03-161-6/+6
* Make scene parsers operate on URLs instead of raw filenamesLaszlo Agocs2015-02-131-2/+5
* Avoid polluting the filesystem with AssimpLog.txt filesLaszlo Agocs2015-02-101-2/+0
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Assimparser updated to use new Texture APIPaul Lemire2015-02-081-21/+75
* Texture API refactoringPaul Lemire2015-02-081-1/+1
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-081-2/+2
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-081-2/+2
* AssimpParser: use QPhongMaterial to provode default coloringPaul Lemire2014-12-311-6/+7
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* QTransform refactoredPaul Lemire2014-10-301-3/+2
* QTexture refactoringPaul Lemire2014-10-301-2/+2
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-221-8/+8
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-201-1/+1