Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h250 uint32_t subMeshIndex { 0 };
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2446 size_t subMeshIndex = 0; in CreateMeshFromArrays() local
2469 meshBuilder->SetVertexData(subMeshIndex, FillData<BASE_NS::Math::Vec3>(geometry->vertices), in CreateMeshFromArrays()
2473 meshBuilder->CalculateAABB(subMeshIndex, FillData<BASE_NS::Math::Vec3>(geometry->vertices)); in CreateMeshFromArrays()
2474 meshBuilder->SetIndexData(subMeshIndex, FillData<IndicesType>(geometry->indices)); in CreateMeshFromArrays()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1420 …const uint32_t meshIndex, const uint32_t subMeshIndex, const uint32_t skinJointIndex, const MinAnd… in ProcessSubmesh() argument
1429 renderSubmesh.subMeshIndex = subMeshIndex; in ProcessSubmesh()