Searched refs:Unlit (Results 1 – 4 of 4) sorted by relevance
448 enum class Type { MetallicRoughness, SpecularGlossiness, Unlit, TextureSheetAnimation }; in CORE3D_BEGIN_NAMESPACE() enumerator
1100 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()
1220 } else if (material.type == GLTF2::Material::Type::Unlit) { in ResolveDefaultSampler()1701 } else if (gltfMaterial.type == GLTF2::Material::Type::Unlit) { in ImportMaterial()
1323 material.type = Material::Type::Unlit; in ParseMaterialExtensions()