aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/qssgmesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lightmapping: Use texels-per-unit based sizesJonas Karlsson2025-05-281-5/+13
* readMeshData: print exact header errorJonas Karlsson2023-06-011-0/+8
* Support textures and colors in the morph animationInho Lee2023-02-061-5/+9
* Reconstruct unsupported morph target attributesInho Lee2023-02-041-17/+35
* Update QQ3D morph animation to use a vertex textureInho Lee2023-02-031-48/+268
* Automatically generate Level of Detail meshes on importAndy Nichols2022-11-011-4/+71
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add persistent storage for lightmap UV enabled meshesLaszlo Agocs2022-06-011-4/+12
* Remove bad assert in lightmappingLaszlo Agocs2022-05-311-1/+0
* Add basic baked lightmap supportLaszlo Agocs2022-05-271-0/+231
* QBA/QString::count deprecation fixMårten Nordheim2022-03-181-4/+4
* Fix setting index buffer in qssgmesh::fromRuntimeDataAntti Määttä2021-06-231-1/+4
* Remove dead codeAntti Määttä2021-06-231-8/+1
* Add subset support for geometryAntti Määttä2021-06-211-16/+2
* Add run-time asset loadingChristian Strømme2021-04-071-0/+755