Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp32 class MeshImpl class
33 …: public META_NS::ConcreteBaseMetaObjectFwd<MeshImpl, NodeImpl, SCENE_NS::ClassId::Mesh, SCENE_NS:…
280 … static_cast<MeshImpl*>(self.get())->SetMaterialToScene((int32_t)index, mat.lock()); in SetMaterial()
405 … if (auto self = static_cast<MeshImpl*>(strong.get())) { in UpdateMeshFromArrays()
486 META_NS::GetObjectRegistry().RegisterObjectType<MeshImpl>(); in SCENE_BEGIN_NAMESPACE()
490 META_NS::GetObjectRegistry().UnregisterObjectType<MeshImpl>(); in UnregisterMeshImpl()