summaryrefslogtreecommitdiffstats
path: root/src/render/io/gltfparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for loading scenes from glTF 0.8 filesAndy Nichols2015-08-081-1110/+0
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-1/+57
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-6/+6
* Functors: remove dynamic_castPaul Lemire2015-07-281-18/+19
* Add semicolon to Q_UNUSED expressionsMarc Mutz2015-06-111-2/+2
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-6/+4
* [.*SceneParser] Minor clean-upKonstantin Ritt2015-03-161-7/+7
* Nano optimization to GLTFParserKonstantin Ritt2015-03-041-3/+3
* Make scene parsers operate on URLs instead of raw filenamesLaszlo Agocs2015-02-131-2/+5
* Copyright header change.Mika Salmela2015-02-091-20/+15
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-081-23/+25
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-081-4/+4
* [QMeshData] Rename PrimitiveTypes to PrimitiveTypeKonstantin Ritt2015-01-051-1/+1
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* QTransform refactoredPaul Lemire2014-10-301-1/+1
* QTechnique refactoredPaul Lemire2014-10-301-21/+21
* QTexture refactoringPaul Lemire2014-10-301-6/+3
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-221-3/+3
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-201-1/+1
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-181-2/+3
* Have copy() only on QNodeKevin Ottens2014-10-161-6/+7
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-8/+1
* Silence warnings in GLTF parserSean Harmer2014-10-041-0/+2
* QNode refactoringPaul Lemire2014-10-031-19/+34
* GLTFParser commented out parts to adapt to QParameter changesPaul Lemire2014-09-301-70/+70
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-3/+7
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+6
* QParameter new overloaded ctorsPaul Lemire2014-09-291-1/+1
* Add support for remaining shader stages and rename some propertiesSean Harmer2014-09-211-2/+2
* Texture renamed to QTexturePaul Lemire2014-08-191-7/+7
* Texture subclass of QNodePaul Lemire2014-08-191-1/+1
* Rename MeshData -> QMeshDataSean Harmer2014-08-181-10/+10
* The gltf parser is now privateSean Harmer2014-08-181-1/+1
* Mark backend render classes as private and fix compilationSean Harmer2014-08-171-43/+44
* Avoid naming classes DrawStateLouai Al-Khanji2014-08-151-4/+5
* GLTFParserMesh implements doClone and copy methodsPaul Lemire2014-08-131-6/+48
* QAbstractMeshFunctorPaul Lemire2014-07-191-4/+16
* Renamed ShaderProgram to QShaderProgramPaul Lemire2014-07-091-2/+2
* Renamed Camera to QCameraPaul Lemire2014-07-091-1/+1
* Renamed CameraLens to QCameraLensPaul Lemire2014-07-091-4/+4
* Renamed Parameter to QParameterPaul Lemire2014-07-091-46/+46
* Automatic uniform bindingPaul Lemire2014-07-071-26/+26
* Prefixed Q to transformsPaul Lemire2014-07-061-2/+2
* Renamed Transform to QTransformPaul Lemire2014-07-051-2/+2
* Renamed Entity to QEntityPaul Lemire2014-07-051-9/+9
* Renamed Node to QNodePaul Lemire2014-07-051-1/+1
* Refactored QAbstractMesh, QMesh and QAbstractShapeMeshPaul Lemire2014-07-051-4/+19
* Refactoring of MeshData, Buffer, Mesh and AttributePaul Lemire2014-07-051-1/+1
* QRenderPass renamed and d-pointeredPaul Lemire2014-07-051-1/+1