Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h448 enum class Type { MetallicRoughness, SpecularGlossiness, Unlit, TextureSheetAnimation }; in CORE3D_BEGIN_NAMESPACE() enumerator
H A Dgltf2_exporter.cpp1100 exportMaterial.type = Material::Type::Unlit; in ExportGltfMaterialUnlit()
1698 } else if (material.type == Material::Type::Unlit) { in ExportMaterialExtensions()
1758 … (material->type == Material::Type::MetallicRoughness || material->type == Material::Type::Unlit) { in ExportMaterials()
H A Dgltf2_importer.cpp1220 } else if (material.type == GLTF2::Material::Type::Unlit) { in ResolveDefaultSampler()
1701 } else if (gltfMaterial.type == GLTF2::Material::Type::Unlit) { in ImportMaterial()
H A Dgltf2_loader.cpp1323 material.type = Material::Type::Unlit; in ParseMaterialExtensions()