vortexbasis.comTwo Bone IK SkeletonModifier3D in GodotDaniel Holden has a great explanation of two bone IK and C-language style implementation here: https://theorangeduck.com/page/simple-two-joint I’ve made a Godot SkeletonModifier3D implementation following his method which is available in this public ...Dec 19, 2024·2 min read
vortexbasis.comSynty Animations To Godot With GLB Animation Libraries Via BlenderGitHub Repro: https://github.com/Vortex-Basis-LLC/fix_synty_anim_to_godot_with_autorigpro I made a Blender extension to convert all of the Synty animations into GLB files that work with Godot. It requires Auto-Rig Pro to already be installed in Blend...Dec 6, 2024·1 min read
vortexbasis.comSynty Animations with Godot and T-Pose Rest PosesUPDATE: I’ve created a new Blender extension that does a better job of getting the Synty animations into Godot. See announcement pose here: https://vortexbasis.com/synty-animations-to-godot-with-glb-animation-libraries-via-blender ORGINAL BELOW: Synt...Sep 18, 2024·3 min read
orderofpemdas.comAdd Every Whole Number from 1 to 100...The Challenge Your teacher just told you to add every whole number from 1 to 100 together. Do you just start crunching the numbers? 1+2+3+4+5+6+7+8+9+ ... +97+98+99+100 = ? That's going to take so long! A Simple Case: 1 + 2 + 3 + 4 Maybe there's a pa...May 24, 2024·6 min read
vortexbasis.comGodot: Control Mouse With GamepadI've made a quick example showing how to control the mouse with a gamepad in Godot. The left stick controls the mouse and a configurable button can trigger a mouse click. The right stick will scroll a user control if there is a ScrollContainer under ...Dec 20, 2023·4 min read