Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h410 TextureInfo baseColorTexture; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp991 exportMaterial.metallicRoughness.baseColorTexture.index = in ExportGltfMaterialMetallicRoughness()
1103 exportMaterial.metallicRoughness.baseColorTexture.index = in ExportGltfMaterialUnlit()
1547 if (material.metallicRoughness.baseColorTexture.index != GLTF_INVALID_INDEX) { in ExportMetallicRoughness()
1548 …llicRoughness["baseColorTexture"] = ExportTextureInfo(material.metallicRoughness.baseColorTexture); in ExportMetallicRoughness()
H A Dgltf2_importer.cpp985 if (material.metallicRoughness.baseColorTexture == image) { in BaseColorFlags()
1202 …if (auto base = ResolveSampler(material.metallicRoughness.baseColorTexture, data, importResult); b… in ResolveDefaultSampler()
1221 …if (auto spl = ResolveSampler(material.metallicRoughness.baseColorTexture, data, importResult); sp… in ResolveDefaultSampler()
1535 FillTextureParams(gltfMaterial.metallicRoughness.baseColorTexture, importResult, data, em, desc, in FillMetallicRoughness()
1568 FillTextureParams(gltfMaterial.metallicRoughness.baseColorTexture, importResult, data, em, desc, in FillUnlit()
H A Dgltf2_loader.cpp805 … return ParseTextureInfo(loadResult, metallicRoughness.baseColorTexture, baseJson); in ParseMetallicRoughness()