aboutsummaryrefslogtreecommitdiffstats
path: root/src/assetutils/qssgscenedesc_p.h
Commit message (Expand)AuthorAgeFilesLines
* Provide additional information in imported scenesAndy Nichols2023-05-291-0/+4
* Asset: fix to handle embedded texturesInho Lee2023-02-281-3/+2
* Fix UB in QSSGSceneDescChristian Strømme2023-02-211-36/+24
* Asset: fix memory leak in QSSGSceneDescInho Lee2023-02-091-1/+5
* Asset: Fix to handle Flags in the runtime loaderInho Lee2023-02-091-2/+2
* Assset: remove unused typename AllocatorInho Lee2023-01-231-1/+0
* balsam: support asset re-importPaul Olav Tvete2022-12-081-9/+13
* Replace QSSGSceneDesc::Value with QVariantPaul Olav Tvete2022-11-071-39/+65
* Remove unneeded custom data typesPaul Olav Tvete2022-11-071-11/+0
* Revert "Reduce number of memory allocations"Paul Olav Tvete2022-11-031-41/+9
* Reduce number of memory allocationsPaul Olav Tvete2022-11-021-9/+41
* Remove QSSGSceneDesc::Scene::create()Paul Olav Tvete2022-10-171-34/+28
* Make QSSGSceneDesc better suited for dynamic editingPaul Olav Tvete2022-10-141-86/+68
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Assets: remove the reference before calling QMetaType::fromTypeThiago Macieira2022-07-171-5/+5
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add SpecularGlossyMaterialAndy Nichols2022-06-031-0/+1
* Assets: Add support for writing our flagsChristian Strømme2022-03-211-0/+22
* AssetUtils: Add support for exporting the list typeChristian Strømme2022-03-151-4/+4
* Add scene description plumbing for cubemap texturesLaszlo Agocs2022-03-151-1/+2
* Asset: Support morph animationsInho Lee2022-02-251-2/+12
* AssimpImpoter: Generate Skins for skeletal animationsInho Lee2022-02-081-0/+9
* Fix how texture uniforms are handled when exportingChristian Strømme2021-12-221-2/+2
* Add custom material editorChristian Strømme2021-12-131-7/+61
* Asset: Make sure we release meshes created at run-timeChristian Strømme2021-07-081-0/+1
* Asset: support skin animationsInho Lee2021-06-101-0/+6
* Asset: support binary keyframesInho Lee2021-06-061-0/+15
* Asset: support a timeline animationInho Lee2021-06-041-1/+19
* Asset: Improve setProperty functionsChristian Strømme2021-06-041-3/+7
* Asset: Clean up the scene description type mappingChristian Strømme2021-06-041-17/+40
* Asset: Add support for list propertiesChristian Strømme2021-06-041-13/+81
* Asset: Add scene description for animationsChristian Strømme2021-06-021-1/+60
* QML API for runtime asset importPaul Olav Tvete2021-05-211-1/+0
* Asset: Generate an id for each node that is added to the sceneChristian Strømme2021-05-201-0/+1
* Asset: Add name property to the node classChristian Strømme2021-05-201-5/+7
* Asset: fix typos in commentsInho Lee2021-04-271-1/+1
* Asset: Ignore empty lists in setPropertiesChristian Strømme2021-04-271-14/+16
* Asset: Improve texture handlingChristian Strømme2021-04-261-2/+43
* Asset: Improve mesh file handlingChristian Strømme2021-04-221-4/+17
* Asset: Improve the create function in the Scene classChristian Strømme2021-04-221-2/+2
* Asset: Add code for writing out the mesh in the QML writerChristian Strømme2021-04-121-5/+7
* Add run-time asset loadingChristian Strømme2021-04-071-0/+406