Open matheowis opened 5 years ago
Left side comes from 3ds max, the right one is created via
file.read(prevFileName); file.write(newName);
lines below 43A8 are from uint8_t footer[] static variable,
3F70 and 4278 should be created based of this part
{ "name": "Shading", "properties": [ { "type": "C", "value": true } ] },
true should be represented as 'T'(54) not '.'(1)
I fixed that https://github.com/matheowis/fbx
Left side comes from 3ds max, the right one is created via
lines below 43A8 are from uint8_t footer[] static variable,
3F70 and 4278 should be created based of this part
true should be represented as 'T'(54) not '.'(1)