Home
last modified time | relevance | path

Searched refs:MetallicRoughness (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h393 struct MetallicRoughness { struct in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode
448 enum class Type { MetallicRoughness, SpecularGlossiness, Unlit, TextureSheetAnimation }; member in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode::Material::Type
450 Type type { Type::MetallicRoughness };
453 MetallicRoughness metallicRoughness;
H A Dgltf2_exporter.cpp988 exportMaterial.type = Material::Type::MetallicRoughness; in ExportGltfMaterialMetallicRoughness()
1758 if (material->type == Material::Type::MetallicRoughness || material->type == Material::Type::Unlit) { in ExportMaterials()
H A Dgltf2_importer.cpp1201 if (material.type == GLTF2::Material::Type::MetallicRoughness) { in ResolveDefaultSampler()
1697 if (gltfMaterial.type == GLTF2::Material::Type::MetallicRoughness) { in ImportMaterial()
H A Dgltf2_loader.cpp795 bool ParseMetallicRoughness(LoadResult& loadResult, const json::value& jsonData, MetallicRoughness& metallicRoughness)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmaterial.h128 META_API_INTERFACE_PROPERTY_CACHED(Material, MetallicRoughness, float)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h327 auto MetallicRoughness() in MetallicRoughness() function

Completed in 14 milliseconds