let me explore the reason FVFsize change from 28 to 32
when FVFsize==28
Code: Select all
structrue is
position : x y z
normal? : float float float
bone index: for example (17) / 00 /00/ 00
when FVFsize==32 (from 0x594c)
Code: Select all
structrue is
position : x y z
normal? : float float float
bone index1: for example (13)/bone index2: for example (12) /00 00
weight: float for example 0.8 0.13 0.52 0.9 0.5 0.68 0.2 .......

