Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_util.h53 virtual CORE_NS::Entity GeneratePlaneMesh( in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.h39 …CORE_NS::Entity GeneratePlaneMesh(const CORE_NS::IEcs& ecs, BASE_NS::string_view name, CORE_NS::En… in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_util.cpp478 Entity MeshUtil::GeneratePlaneMesh(const IEcs& ecs, const string_view name, Entity material, float … in GeneratePlaneMesh() function in MeshUtil
703 const Entity meshHandle = GeneratePlaneMesh(ecs, name, material, width, depth); in GeneratePlane()