Home
last modified time | relevance | path

Searched defs:CreateMesh (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp748 Entity MeshUtil::CreateMesh(const IEcs& ecs, const IMeshBuilder& builder, const string_view name) c… in CreateMesh() function in MeshUtil
H A Dmesh_builder.cpp1534 Entity MeshBuilder::CreateMesh(IEcs& ecs) const in CreateMesh() function in MeshBuilder
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1874 void CreateMesh(IEcs& ecs, const GLTF2::Node& node, const Entity entity, const GLTF2::Data& data, in CreateMesh() function