Searched defs:jointMatrices (Results 1 – 3 of 3) sorted by relevance
61 const Math::Mat4X4& skinEntityWorld, JointMatricesComponent& jointMatrices) in UpdateJointBounds()206 const array_view<Math::Mat4X4 const>& ibms, JointMatricesComponent& jointMatrices, in UpdateJointTransformations()266 auto& jointMatrices = *jointMatricesHandle; in UpdateSkin() local
152 if (const auto jointMatrices = jointMatricesComponentManager.Read(entity); jointMatrices) { in UpdateRecursiveAABB() local372 if (const auto jointMatrices = jointMatricesComponentManager->Read(id); jointMatrices) { in RayCast() local428 … if (const auto jointMatrices = jointMatricesComponentManager->Read(id); jointMatrices) { in RayCast() local
322 mat4 jointMatrices[CORE_DEFAULT_MATERIAL_MAX_JOINT_COUNT]; member