Home
last modified time | relevance | path

Searched refs:hasNormalMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp712 bool hasNormalMap = false; in CreatePrimitiveImportInfo() local
718hasNormalMap = (primitive.material->normalTexture.textureInfo.index != GLTF2::GLTF_INVALID_INDEX || in CreatePrimitiveImportInfo()
727 info.tangents = hasNormalMap; in CreatePrimitiveImportInfo()