Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1750 const auto zeroDelta = (pos == Math::Vec3 {}); in GatherDeltasP() local
1752 *index++ = zeroDelta ? UINT32_MAX : ((targetOffset - baseOffset) / sizeof(MorphInputData)); in GatherDeltasP()
1753 if (zeroDelta) { in GatherDeltasP()
1779 const auto zeroDelta = (pos == Math::Vec3 {}); in GatherDeltasP() local
1781 *index++ = zeroDelta ? UINT32_MAX : ((targetOffset - baseOffset) / sizeof(MorphInputData)); in GatherDeltasP()
1782 if (zeroDelta) { in GatherDeltasP()
1844 const auto zeroDelta = (pos == Math::Vec3 {} && nor == Math::Vec3 {}); in GatherDeltasPN() local
1846 *index++ = zeroDelta ? UINT32_MAX : ((targetOffset - baseOffset) / sizeof(MorphInputData)); in GatherDeltasPN()
1847 if (zeroDelta) { in GatherDeltasPN()
1884 const auto zeroDelta in GatherDeltasPN() local
1976 const auto zeroDelta = (pos == Math::Vec3 {} && nor == Math::Vec3 {} && tan == Math::Vec3 {}); GatherDeltasPNT() local
2024 const auto zeroDelta = (pos == Math::Vec3 {} && nor == Math::Vec3 {} && tan == Math::Vec3 {}); GatherDeltasPNT() local
[all...]

Completed in 5 milliseconds