Home
last modified time | relevance | path

Searched defs:Mesh (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dmesh.cpp20 Mesh::Mesh() in Mesh() function in OHOS::Rosen::Mesh
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h139 struct Mesh { struct
140 BASE_NS::vector<SubMesh> subMeshes;
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md123 ## Mesh section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md122 ## Mesh section
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h215 struct Mesh { struct
216 BASE_NS::vector<SubMesh> subMeshes;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h121 Mesh(const IMesh::Ptr& node) in Mesh() function
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h625 struct Mesh { in CORE3D_BEGIN_NAMESPACE() struct
627 BASE_NS::string name; in CORE3D_BEGIN_NAMESPACE()
629 BASE_NS::vector<MeshPrimitive> primitives; in CORE3D_BEGIN_NAMESPACE()
631 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2916 void RosenRenderCustomPaint::Mesh( function in OHOS::Ace::RosenRenderCustomPaint