From 15e71af9dab63d04b371118ffdc1c9fb15200b17 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:19:11 +0100 Subject: [PATCH] Mesh type has new fields --- raylib/raylib.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/raylib/raylib.go b/raylib/raylib.go index d8ecb5f..b44edbe 100644 --- a/raylib/raylib.go +++ b/raylib/raylib.go @@ -795,6 +795,10 @@ type Mesh struct { BoneIds *int32 // BoneWeights BoneWeights *float32 + // Bones animated transformation matrices + BoneMatrices *Matrix + // Number of bones + BoneCount int32 // OpenGL Vertex Array Object id VaoID uint32 // OpenGL Vertex Buffer Objects id (7 types of vertex data)