GLTF2Options¶
Module: Kuesa Qt 3D API
Different options to configure the glTF 2.0 importer. More...
#include <Kuesa/Qt3D/api/gltf2importer/gltf2options.h>
Detailed Description¶
1 |
|
Different options to configure the glTF 2.0 importer.
Since: Kuesa 2.0
Avalaible options are
- generateTangents: If true, the importer will generate tangents for all the primitives which don't have tangents.
- generateNormals: If true, the importer will generate flat normals for all the primitives which don't have normals.
Updated on 2023-07-03 at 11:02:09 +0000