Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Binary to ASCII #1

Open
f15gdsy opened this issue Jan 5, 2015 · 1 comment
Open

Convert Binary to ASCII #1

f15gdsy opened this issue Jan 5, 2015 · 1 comment

Comments

@f15gdsy
Copy link

f15gdsy commented Jan 5, 2015

Hi, is it possible to use "string asciiString = Encoding.ASCII.GetString(binaryData);" to support binary as well?

@mpreble
Copy link
Owner

mpreble commented Jan 5, 2015

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.

On Sun, Jan 4, 2015 at 9:42 PM, Yifeng [email protected] wrote:

Hi, is it possible to use "string asciiString =
Encoding.ASCII.GetString(binaryData);" to support binary as well?


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants