Home
last modified time | relevance | path

Searched refs:SPECULAR_GLOSSINESS (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.h43 SPECULAR_GLOSSINESS = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp517 …e == SCENE_NS::IMaterial::METALLIC_ROUGHNESS || type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS || in UpdateInputProperties()
576 if (type != SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()
579 } else if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()
584 if (type != SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()
587 } else if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()
763 if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in BindInputProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h182 SPECULAR_GLOSSINESS = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h198 SPECULAR_GLOSSINESS = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp105 … rmf |= ((rmf & complexMask) || (materialType == RenderMaterialType::SPECULAR_GLOSSINESS)) in ExtentRenderMaterialFlagsForComplexity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp54 DECL_ENUM(MaterialComponent::Type, SPECULAR_GLOSSINESS, "Specular Glossiness")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1165 } else if (materialDesc.type == MaterialComponent::Type::SPECULAR_GLOSSINESS) { in ExportGltfMaterial()
H A Dgltf2_importer.cpp1549 desc.type = MaterialComponent::Type::SPECULAR_GLOSSINESS; in FillSpecularGlossiness()