Searched refs:baseColorTexture (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 410 TextureInfo baseColorTexture; in CORE3D_BEGIN_NAMESPACE() member
|
H A D | gltf2_exporter.cpp | 991 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 D | gltf2_importer.cpp | 985 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 D | gltf2_loader.cpp | 805 … return ParseTextureInfo(loadResult, metallicRoughness.baseColorTexture, baseJson); in ParseMetallicRoughness()
|