Searched refs:metallicRoughnessTexture (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 417 // 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 D | gltf2_exporter.cpp | 997 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 D | gltf2_importer.cpp | 995 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 D | gltf2_loader.cpp | 810 if (!ParseObject(loadResult, *roughnessJson, "metallicRoughnessTexture", 812 return ParseTextureInfo(loadResult, metallicRoughness.metallicRoughnessTexture, baseJson);
|
Completed in 14 milliseconds