Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1817 const auto norFormat = GetFormatSpec(targetNormals.format); in GatherDeltasPN() local
1818 if (norFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN()
1822 if (const auto norElementSize = norFormat.componentCount * norFormat.componentByteSize; in GatherDeltasPN()
1831 if (posFormat.format == BASE_FORMAT_R32G32B32_SFLOAT && norFormat.format == BASE_FORMAT_R32G32B32_SFLOAT) { in GatherDeltasPN()
1881 for (auto i = 0U; i < Math::min(countof(nor.data), norFormat.componentCount); ++i) { in GatherDeltasPN()
1882 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPN()
1933 const auto norFormat = GetFormatSpec(targetNormals.format); in GatherDeltasPNT() local
1934 if (norFormat in GatherDeltasPNT()
[all...]

Completed in 5 milliseconds