Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1946 const auto tanFormat = GetFormatSpec(targetTangents.format); in GatherDeltasPNT() local
1947 if (tanFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT()
1951 if (const auto tanElementSize = tanFormat.componentCount * tanFormat.componentByteSize; in GatherDeltasPNT()
1961 tanFormat.format == BASE_FORMAT_R32G32B32_SFLOAT) { in GatherDeltasPNT()
2021 for (auto i = 0U; i < Math::min(countof(tan.data), tanFormat.componentCount); ++i) { in GatherDeltasPNT()
2022 tan[i] = tanFormat.toIntermediate(ptr + i * tanFormat.componentByteSize); in GatherDeltasPNT()

Completed in 4 milliseconds