View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 01-17-2022 , 01:58   Re: IK(Inverse kinematics)
Reply With Quote #2

Both FK and IK are the matter of rigging and rig positioning on key frames via 3D editor which is further converted to Valve compatible SMD, holding relative sceleton positions per each individual frame which in total binded to a single animation sequence name after compilation to MDL. So, the sequence name of model, frame number and the frame rate are the only animation related things available for manipulation in game engine through sourcepawn. There are also animation layers / poses / activities, accessible through sdkcall to CBaseAnimating & CBaseAnimatingOverlay (see: animhelpers). However, under the hood they consists of same pre-defined coordinates without ability to create your own animation dynamically if that's what you asked.
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]

Last edited by Dragokas; 01-17-2022 at 02:39.
Dragokas is offline