/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 94 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 D | scene.h | 155 Mesh GetMesh(const BASE_NS::string_view path) in GetMesh() 157 return Mesh(GetSceneInterface()->GetMesh(path)); in GetMesh()
|
H A D | mesh_uid.h | 23 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 D | mesh.cpp | 20 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 D | algo_filter.cpp | 22 mesh_ = std::make_shared<Mesh>(); in AlgoFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
H A D | mesh.h | 35 class Mesh { 42 Mesh(); 43 virtual ~Mesh();
|
H A D | algo_filter.h | 42 std::shared_ptr<Mesh> mesh_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | mesh_unittest.cpp | 37 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 D | multimesh_impl.cpp | 35 … 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 D | node_impl.cpp | 242 (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 D | scene_impl.cpp | 446 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 D | mesh_impl.cpp | 33 …: 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 D | intf_scene_loader.h | 139 struct Mesh { struct 145 BASE_NS::vector<Mesh> meshes;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/ |
H A D | gltf.h | 215 struct Mesh { struct 221 BASE_NS::vector<Mesh> meshes;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-scene.md | 37 Mesh,
|
H A D | js-apis-inner-scene-resources.md | 10 …SubMesh, Mesh, Animation, EnvironmentBackgroundType, Environment, Image } from '@kit.ArkGraphics3D… 122 ## Mesh section
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-resources.md | 11 …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 D | js-apis-scene.md | 37 Mesh,
|
H A D | js-apis-inner-scene-nodes.md | 339 | mesh | [Mesh](js-apis-inner-scene-resources.md#mesh) | Yes| No| Mesh attribute.|
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | GeometryJS.cpp | 97 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 D | rosen_render_custom_paint.h | 55 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 D | gltf2_data_structures.h | 625 struct Mesh { in CORE3D_BEGIN_NAMESPACE() struct 682 Mesh* mesh { nullptr }; in CORE3D_BEGIN_NAMESPACE()
|
H A D | data.h | 51 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 D | intf_mesh.h | 183 META_PROPERTY(IMesh::Ptr, Mesh)
|
H A D | intf_node.h | 123 META_PROPERTY(BASE_NS::shared_ptr<IMesh>, Mesh)
|