Merge last two commits into renderergl2
This commit is contained in:
parent
611d913443
commit
0f30dad10a
2 changed files with 4 additions and 2 deletions
|
@ -1104,7 +1104,7 @@ typedef struct {
|
|||
// depending upon the exporter, blend indices and weights might be int/float
|
||||
// as opposed to the recommended byte/byte, for example Noesis exports
|
||||
// int/float whereas the official IQM tool exports byte/byte
|
||||
byte blendWeightsType; // IQM_BYTE or IQM_FLOAT
|
||||
byte blendWeightsType; // IQM_UBYTE or IQM_FLOAT
|
||||
|
||||
int *jointParents;
|
||||
float *jointMats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue