Mesh type has new fields
This commit is contained in:
parent
11a0342061
commit
15e71af9da
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue