Home
last modified time | relevance | path

Searched refs:Mesh (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h94 class Mesh final : public META_NS::Internal::ObjectInterfaceAPI<Mesh, ClassId::Mesh> {
95 META_API(Mesh)
97 META_API_CACHE_INTERFACE(IMesh, Mesh) in META_API_OBJECT_CONVERTIBLE()
112 explicit Mesh(const INode::Ptr& node) in META_API_OBJECT_CONVERTIBLE()
121 Mesh(const IMesh::Ptr& node) in Mesh() function
156 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in GetMaterial()
168 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetMaterial()
180 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetMaterial()
197 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetRenderSortLayerOrder()
208 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in GetRenderSortLayerOrder()
[all …]
H A Dscene.h155 Mesh GetMesh(const BASE_NS::string_view path) in GetMesh()
157 return Mesh(GetSceneInterface()->GetMesh(path)); in GetMesh()
H A Dmesh_uid.h23 REGISTER_CLASS(Mesh, "07de757e-804a-4849-9d11-a54d7c88659d", META_NS::ObjectCategoryBits::NO_CATEGO…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dmesh.cpp20 Mesh::Mesh() in Mesh() function in OHOS::Rosen::Mesh
27 Mesh::~Mesh() in ~Mesh()
32 void Mesh::Use() in Use()
50 void Mesh::Delete() in Delete()
H A Dalgo_filter.cpp22 mesh_ = std::make_shared<Mesh>(); in AlgoFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dmesh.h35 class Mesh {
42 Mesh();
43 virtual ~Mesh();
H A Dalgo_filter.h42 std::shared_ptr<Mesh> mesh_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dmesh_unittest.cpp37 auto mesh = std::make_shared<Mesh>();
60 auto mesh = std::make_shared<Mesh>();
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmultimesh_impl.cpp35 … SCENE_NS::IMultiMeshProxy, SCENE_NS::IMesh::Ptr, Mesh, {}, META_NS::DEFAULT_PROPERTY_FLAGS_NO_SER)
98 Mesh()->OnChanged()->AddHandler( in Build()
104 … auto mesh = interface_pointer_cast<INodeEcsInterfacePrivate>(self->Mesh()->GetValue()); in Build()
H A Dnode_impl.cpp242 (classUid == SCENE_NS::ClassId::Mesh) || // Mesh in IsResourceClassType()
666 auto mesh = META_NS::GetValue(Mesh()); in CompleteInitialization()
682 Mesh()->OnChanged()->AddHandler(META_NS::MakeCallback<META_NS::IOnChanged>([this]() { in CompleteInitialization()
683 if (auto node = interface_pointer_cast<SCENE_NS::INode>(META_NS::GetValue(Mesh()))) { in CompleteInitialization()
1154 if (auto mesh = META_NS::GetValue(Mesh())) { in SetMeshToEngine()
1174 if (mesh == META_NS::GetValue(Mesh())) { in SetMesh()
1178 META_NS::SetValue(Mesh(), mesh); in SetMesh()
1190 ret->Mesh()->SetValue(mesh); in CreateMeshProxy()
1370 return META_NS::GetValue(Mesh()); in GetMesh()
1418 ret = GetObjectRegistry().Create<SCENE_NS::IMesh>(SCENE_NS::ClassId::Mesh); in GetMeshFromEngine()
[all …]
H A Dscene_impl.cpp446 return SCENE_NS::ClassId::Mesh; in ResolveNodeTypeFromPath()
661 … SCENE_NS::ClassId::Mesh.Id(), SCENE_NS::INode::BuildBehavior::NODE_BUILD_CHILDREN_NO_BUILD)); in GetMesh()
1014 } else if (classId == SCENE_NS::ClassId::Mesh.Id() || classId == SCENE_NS::IMesh::UID) { in CreateNode()
1015 node = GetObjectRegistry().Create<SCENE_NS::INode>(SCENE_NS::ClassId::Mesh); in CreateNode()
1088 (classUid == SCENE_NS::ClassId::Mesh) || // Mesh in BindNodeToEcs()
H A Dmesh_impl.cpp33 …: public META_NS::ConcreteBaseMetaObjectFwd<MeshImpl, NodeImpl, SCENE_NS::ClassId::Mesh, SCENE_NS:…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h139 struct Mesh { struct
145 BASE_NS::vector<Mesh> meshes;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h215 struct Mesh { struct
221 BASE_NS::vector<Mesh> meshes;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-scene.md37 Mesh,
H A Djs-apis-inner-scene-resources.md10 …SubMesh, Mesh, Animation, EnvironmentBackgroundType, Environment, Image } from '@kit.ArkGraphics3D…
122 ## Mesh section
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md11 …SubMesh, Mesh, Animation, EnvironmentBackgroundType, Environment, Image } from '@kit.ArkGraphics3D…
24 | MESH | 4 | Mesh resource.|
123 ## Mesh section
124 Mesh resource, which inherits from [SceneResource](#sceneresource).
H A Djs-apis-scene.md37 Mesh,
H A Djs-apis-inner-scene-nodes.md339 | mesh | [Mesh](js-apis-inner-scene-resources.md#mesh) | Yes| No| Mesh attribute.|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp97 mesh = interface_pointer_cast<META_NS::IObject>(geom->Mesh()->GetValue()); in GetMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.h55 void Mesh(SkBitmap& bitmap, int column, int row,
58 void Mesh(RSBitmap& bitmap, int column, int row,
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h625 struct Mesh { in CORE3D_BEGIN_NAMESPACE() struct
682 Mesh* mesh { nullptr }; in CORE3D_BEGIN_NAMESPACE()
H A Ddata.h51 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Mesh>> meshes; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h183 META_PROPERTY(IMesh::Ptr, Mesh)
H A Dintf_node.h123 META_PROPERTY(BASE_NS::shared_ptr<IMesh>, Mesh)

12