mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 05:53:12 +00:00
Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku
This commit is contained in:
1
vendor/raylib/raylib.odin
vendored
1
vendor/raylib/raylib.odin
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user