-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ParserBase Undefined Property #304
Comments
Can you send me the files that cause the issue? Can you verify that you are using the latest codebase from the release branch of the away3d-core-fp11 repository? |
The link you posted: I clicked Branches > Release > Zip Download That should be right, right? I also tried the files from: https://github.com/away3d/ I've attached my files. Sorry for the messy code
|
You can't attach files to comments on the GitHub issue tracker. You need to send them to me via e-mail directly (find my e-mail address att http://richardolsson.se) or upload your files somewhere and link to them from your comment. |
Oh, sorry, I'm new to this. Hopefully this will work:
|
Yes, got the files! Thanks. I'll look into this ASAP. |
http://away3d.com/forum/viewthread/2665/
After embedding textures and my MTL file and mapping the url's to an AssetLoaderContext and then loading an obj model, I receive an error in ParserBase.
"Error #1009: Cannot access a property or method of a null object reference."
At line 193: _timer.start();
In the function "arcane function resumeParsingAfterDependencies():void"
However, just commenting out _timer.start() fixed any errors for me.
The text was updated successfully, but these errors were encountered: