Skip to content

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
class GLTF2Options;

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 2022-10-18 at 11:12:51 +0200