Home
last modified time | relevance | path

Searched defs:SetMaterial (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h166 void SetMaterial(const IMaterial::Ptr material) in SetMaterial() function
178 void SetMaterial(size_t index, const IMaterial::Ptr material) in SetMaterial() function
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmesh_impl.cpp99 void SetMaterial(SCENE_NS::IMaterial::Ptr material) override in SetMaterial() function in __anon6656fe970110::SubMeshImpl
H A Dmesh_impl.cpp268 void SetMaterial(const SCENE_NS::IMaterial::Ptr material) override in SetMaterial() function in __anonc1d7ca6d0110::MeshImpl
274 void SetMaterial(size_t index, const SCENE_NS::IMaterial::Ptr& material) override in SetMaterial() function in __anonc1d7ca6d0110::MeshImpl
H A Dscene_holder.cpp1779 void SceneHolder::SetMaterial(CORE_NS::Entity targetEntity, CORE_NS::Entity material, int64_t subme… in SetMaterial() function in SceneHolder
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSubMeshJS.cpp167 void SubMeshJS::SetMaterial(NapiApi::FunctionContext<NapiApi::Object>& ctx) in SetMaterial() function in SubMeshJS