Home
last modified time | relevance | path

Searched refs:metallicRoughnessTexture (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h417 // This value is linear. If a metallicRoughnessTexture is specified,
424 // This value is linear. If a metallicRoughnessTexture is specified,
434 TextureInfo metallicRoughnessTexture; member
H A Dgltf2_exporter.cpp997 exportMaterial.metallicRoughness.metallicRoughnessTexture.index = in ExportGltfMaterialMetallicRoughness()
1556 if (material.metallicRoughness.metallicRoughnessTexture.index != GLTF_INVALID_INDEX) { in ExportMetallicRoughness()
1557 jsonMetallicRoughness["metallicRoughnessTexture"] = in ExportMetallicRoughness()
1558 ExportTextureInfo(material.metallicRoughness.metallicRoughnessTexture); in ExportMetallicRoughness()
H A Dgltf2_importer.cpp995 if (material.metallicRoughness.metallicRoughnessTexture == image) { in MetallicRoughnessFlags()
1204 } else if (auto mat = ResolveSampler(material.metallicRoughness.metallicRoughnessTexture, data, importResult); in ResolveDefaultSampler()
1540 FillTextureParams(gltfMaterial.metallicRoughness.metallicRoughnessTexture, importResult, data, em, desc, in FillMetallicRoughness()
H A Dgltf2_loader.cpp810 if (!ParseObject(loadResult, *roughnessJson, "metallicRoughnessTexture",
812 return ParseTextureInfo(loadResult, metallicRoughness.metallicRoughnessTexture, baseJson);

Completed in 14 milliseconds