This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "animation.h" | |
#include "lib/array.h" | |
#include "lib/assert.h" | |
#include "lib/math.h" | |
#include "lib/typedefs.h" | |
#include "renderer.h" | |
#include "vendor/cglm/types.h" | |
void apply_joint_transform_recursive(Joint_Array joints, | |
mat4_Array joint_matrices, u32 joint_idx, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-Variable -Name 'dev_path' -Value 'D:/dev/' | |
Import-Module "$dev_path/src/github.com/gabrieldechichi/dev-scripts/import_all.ps1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [{ | |
"command": "unbound", | |
"keys": "ctrl+pgup" | |
}, | |
{ | |
"command": "unbound", | |
"keys": "ctrl+pgdn" | |
}, |