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

Issue parsing OBJ file from Wings3d #2

Open
busterbogheart opened this issue Feb 9, 2021 · 0 comments
Open

Issue parsing OBJ file from Wings3d #2

busterbogheart opened this issue Feb 9, 2021 · 0 comments

Comments

@busterbogheart
Copy link

I've set up the example project in Android Studio 4.1.2 and built it successfully. Then I attempted to load my own (simple) model:

I/flutter (32680): ----- -----_parseMtl START
I/flutter (32680): ----- -----_parseMtl END
I/flutter (32680): ----- -----_parseObj START
I/flutter (32680): ----- -----_parseObj usemtl default
E/flutter (32680): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: FormatException: Invalid number (at character 1)
E/flutter (32680): 
E/flutter (32680): ^
E/flutter (32680): 
E/flutter (32680): #0      int._throwFormatException (dart:core-patch/integers_patch.dart:129:7)

What are the requirements for a OBJ model to be loaded successfully?

@busterbogheart busterbogheart changed the title Parsing OBJ file from Wings3d Issue parsing OBJ file from Wings3d Feb 9, 2021
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

1 participant