Searched refs:roughnessTexture (Results 1 – 4 of 4) sorted by relevance
499 TextureInfo roughnessTexture; in CORE3D_BEGIN_NAMESPACE() member548 TextureInfo roughnessTexture; in CORE3D_BEGIN_NAMESPACE() member
1012 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()
1050 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()
1098 const auto parseClearcoatRoughnessTexture = [&textureInfo = clearcoat.roughnessTexture]( in ParseKhrMaterialsClearcoat()1212 const auto parseSheenRoughnessTexture = [&textureInfo = sheen.roughnessTexture]( in ParseKhrMaterialsSheen()