Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2075 const auto positionFormat = GetFormatSpec(positionData.format); in CalculateJointBounds() local
2076 if (positionFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()
2079 if (const auto positionElementSize = positionFormat.componentCount * positionFormat.componentByteSize; in CalculateJointBounds()
2128 for (auto j = 0U; j < positionFormat.componentCount; ++j) { in CalculateJointBounds()
2129 pos[j] = positionFormat.toIntermediate(ptr + j * positionFormat.componentByteSize); in CalculateJointBounds()

Completed in 4 milliseconds