Home
last modified time | relevance | path

Searched refs:GetVertexCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h187 virtual uint32_t GetVertexCount() const = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h70 uint32_t GetVertexCount() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1508 uint32_t MeshBuilder::GetVertexCount() const in GetVertexCount() function in MeshBuilder
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp889 if (result.meshBuilder->GetVertexCount()) { in GatherMeshData()
899 if (gatherResult.meshBuilder->GetVertexCount() == 0) { in ImportMesh()