You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not as it is, no. The thing is that this system reads the fbx data and
interprets it as the human readible ascii. Binary is not quite human
readible (least not to me). I have been meaning to try to rewrite it to
work with binary fbx files though, but that'll require me to play with the
fbx sdk which I've not had time for yet.
Hi, is it possible to use "string asciiString = Encoding.ASCII.GetString(binaryData);" to support binary as well?
The text was updated successfully, but these errors were encountered: