Home
last modified time | relevance | path

Searched refs:METALLIC_ROUGHNESS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h41 METALLIC_ROUGHNESS = 0, enumerator
180 DEFINE_PROPERTY(Type, type, "Material Type", 0, VALUE(Type::METALLIC_ROUGHNESS))
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h159 RenderMaterialType materialType { RenderMaterialType::METALLIC_ROUGHNESS };
177 RenderMaterialType materialType { RenderMaterialType::METALLIC_ROUGHNESS };
H A Drender_data_defines_3d.h196 METALLIC_ROUGHNESS = 0, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp517 …(type == SCENE_NS::IMaterial::METALLIC_ROUGHNESS || type == SCENE_NS::IMaterial::SPECULAR_GLOSSINE… in UpdateInputProperties()
551 if (type != SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
554 } else if (type == SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
559 if (type != SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
562 } else if (type == SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
567 if (type != SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
570 } else if (type == SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in UpdateInputProperties()
747 if (type == SCENE_NS::IMaterial::METALLIC_ROUGHNESS) { in BindInputProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h180 METALLIC_ROUGHNESS = 0, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp53 DECL_ENUM(MaterialComponent::Type, METALLIC_ROUGHNESS, "Metallic Roughness")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1147 if (materialDesc.type == MaterialComponent::Type::METALLIC_ROUGHNESS) { in ExportGltfMaterial()
H A Dgltf2_importer.cpp1534 desc.type = MaterialComponent::Type::METALLIC_ROUGHNESS; in FillMetallicRoughness()