summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: add doc to undocumented classes qt3dv5.10.0-beta2Nico Vertriest2017-10-132-6/+82
* Connect the normal parameter to the right signalKevin Ottens2017-10-131-1/+1
* Have all the Phong variations based on a graphKevin Ottens2017-10-1325-307/+609
* Doc: Add the correct namespace for QAbstractCameraControllerTopi Reinio2017-10-121-1/+1
* Doc: add doc to undocumented methods in qt3dwindow.cppNico Vertriest2017-10-091-1/+27
* Doc: Fix link in Solar System Scope attribution documentationTopi Reinio2017-10-091-1/+1
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-0614-361/+323
* Fix setting running property when animators finishSean Harmer2017-10-061-0/+1
* Fix dolly in/out speed calculationSean Harmer2017-10-061-1/+1
* Add qDebug operator for MappingDataSean Harmer2017-10-061-0/+15
* Don't warn about buffers with unknown attribute typesSean Harmer2017-10-061-2/+0
* Support loading animation data from glTF 2 filesSean Harmer2017-10-064-23/+1125
* Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-063-21/+41
* Merge branch '5.9' into 5.10Sean Harmer2017-10-055-47/+109
|\
| * Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
| * Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
| * Share the effect from the phong materialSean Harmer2017-10-033-21/+32
| * Share the mesh in bigscene-cppSean Harmer2017-10-033-8/+12
| * Use qFuzzyCompare for rotation anglesSean Harmer2017-10-031-2/+2
| * Don't send change notifications for unneeded propertiesSean Harmer2017-10-031-0/+4
* | Add Qt3DExtras::QAbstractCameraControllerv5.10.0-beta1Andy Maloney2017-10-0310-843/+810
* | Extend skinned mesh manual test to use an animatorSean Harmer2017-10-038-5/+4722
* | Update render aspect skeleton's local posesSean Harmer2017-10-031-1/+6
* | Initialize callback to nullptr in MappingData structSean Harmer2017-10-031-1/+1
* | Clear channel component indices for those not present in animationSean Harmer2017-10-033-3/+10
* | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-036-1/+85
* | Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-035-61/+216
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-3022-188/+548
|\|
| * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-293-133/+1
| * Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-294-15/+39
| * Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-296-2/+349
| * Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-273-2/+66
| * Ensure meshName gets used in the functorSean Harmer2017-09-272-2/+32
| * Actually get matching clip indices for componentsSean Harmer2017-09-262-15/+14
| * Avoid deep copy in loopSean Harmer2017-09-261-1/+1
| * Fix gathering clip value node idsSean Harmer2017-09-264-5/+19
| * Copy size and pixelRatio when switching activeFrameGraphAnders Hafreager2017-09-241-1/+4
| * Don't crash objgeometryloader on ill-formed face, just ignoreWieland Hagen2017-09-221-1/+1
| * Clear TextureData flag after texture uploadWieland Hagen2017-09-151-0/+1
* | Doc: add doc to class AssimpImporterNico Vertriest2017-09-291-3/+3
* | Doc: add doc to classes GLTFImporter and GLTFExporterNico Vertriest2017-09-292-4/+54
* | Since the ES2 includes use FP make sure it is definedKevin Ottens2017-09-273-0/+6
* | ES2 has gl_FragColor and not gl_fragColorKevin Ottens2017-09-271-1/+1
* | Add phongFunction to the nodes prototypesKevin Ottens2017-09-271-0/+34
* | Add ES2 rules for the worldSpaceToTangentSpaceMatrix node prototypeKevin Ottens2017-09-271-0/+9
* | Move phongFunction in its own include fileKevin Ottens2017-09-2721-271/+425
* | Add textureScale to MetalRoughMaterialKevin Ottens2017-09-273-0/+35
* | Move most vertex shaders into a unified oneKevin Ottens2017-09-2717-186/+105
* | Fix clock sync for the blendedclipanimatorJuan José Casafranca2017-09-271-0/+2
* | Remove the *alpha.frag from extrasKevin Ottens2017-09-277-120/+4