Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp63 const size_t jointBoundsDataSize = jointBoundsData.size(); in UpdateJointBounds() local
64 const size_t boundsCount = jointBoundsDataSize / 6; in UpdateJointBounds()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1550 const size_t jointBoundsDataSize = jointBoundsData_.size(); in CreateMesh() local
1551 if (jointBoundsDataSize != 0) { in CreateMesh()
1552 mesh.jointBounds.reserve(jointBoundsDataSize * JOINT_BOUNDS_COMPONENTS); in CreateMesh()

Completed in 7 milliseconds