Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1752 const auto zeroDelta = (pos == Math::Vec3 {}); in GatherDeltasP() local
1754 … *index++ = zeroDelta ? UINT32_MAX : ((targetOffset - baseOffset) / sizeof(MorphInputData)); in GatherDeltasP()
1755 if (zeroDelta) { in GatherDeltasP()
1781 const auto zeroDelta = (pos == Math::Vec3 {}); in GatherDeltasP() local
1784 if (zeroDelta) { in GatherDeltasP()
1846 const auto zeroDelta = (pos == Math::Vec3 {} && nor == Math::Vec3 {}); in GatherDeltasPN() local
1849 if (zeroDelta) { in GatherDeltasPN()
1886 const auto zeroDelta = (pos == Math::Vec3 {} && nor == Math::Vec3 {}); in GatherDeltasPN() local
1889 if (zeroDelta) { in GatherDeltasPN()
1981 if (zeroDelta) { in GatherDeltasPNT()
[all …]