Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku

This commit is contained in:
avanspector
2024-02-27 02:38:19 +01:00

View File

@@ -425,6 +425,7 @@ ModelAnimation :: struct {
frameCount: c.int, // Number of animation frames
bones: [^]BoneInfo, // Bones information (skeleton)
framePoses: [^][^]Transform, // Poses array by frame
name: [32]u8, // Animation name
}
// Ray type (useful for raycast)