Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp583 if (auto glossiness = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_GLOSSINESS)) { in UpdateInputProperties()
585 meta->RemoveProperty(glossiness); in UpdateInputProperties()
588 auto glossiness = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_GLOSSINESS); in UpdateInputProperties() local
589 meta->AddProperty(glossiness); in UpdateInputProperties()
770 if (auto glossiness = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_GLOSSINESS)) { in BindInputProperties()
771 BindChanges<BASE_NS::Math::Vec4, float>(GET_HOLDER(meta), META_NS::Property<float>(glossiness), in BindInputProperties()

Completed in 3 milliseconds