Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h499 TextureInfo roughnessTexture; in CORE3D_BEGIN_NAMESPACE() member
548 TextureInfo roughnessTexture; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp1012 exportMaterial.clearcoat.roughnessTexture.index = GetTextureIndex( in ExportGltfMaterialClearcoat()
1600 if (clearcoat.roughnessTexture.index != GLTF_INVALID_INDEX) { in ExportClearcoat()
1601 jsonClearcoat["clearcoatRoughnessTexture"] = ExportTextureInfo(clearcoat.roughnessTexture); in ExportClearcoat()
1649 if (sheen.roughnessTexture.index != GLTF_INVALID_INDEX) { in ExportSheen()
1650 jsonSheen["sheenRoughnessTexture"] = ExportTextureInfo(sheen.roughnessTexture); in ExportSheen()
H A Dgltf2_importer.cpp1050 if (material.clearcoat.roughnessTexture == image) { in ClearcoatRoughnessFlags()
1078 if (material.sheen.roughnessTexture == image) { in SheenRoughnessFlags()
1582 FillTextureParams(gltfMaterial.clearcoat.roughnessTexture, importResult, data, em, desc, in FillClearcoat()
1610 if (gltfMaterial.sheen.roughnessTexture.texture) { in FillSheen()
H A Dgltf2_loader.cpp1098 const auto parseClearcoatRoughnessTexture = [&textureInfo = clearcoat.roughnessTexture]( in ParseKhrMaterialsClearcoat()
1212 const auto parseSheenRoughnessTexture = [&textureInfo = sheen.roughnessTexture]( in ParseKhrMaterialsSheen()