-
Notifications
You must be signed in to change notification settings - Fork 9
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
Animated Textures Aren't Loading #2
Comments
Looks like you're right! It's been a really long time since I touched any of this code, but I remember that the code for loading images was extremely sloppy. I think the issue was that I started to write these huge synchronous functions and when it came to loading the images, I couldn't just use an Yeah I know this is horrible, I was reaaally new to everything web-related. I'm glad people find this project useful but newbie code has its limitations :/ I'm planning to do a full rewrite, to replace this mess with a proper library. I just didn't get to do it yet. I'm leaving the issue open so people can see it if they run into the same problem. |
I would really love to use this so I look forward to what you do!! |
@DevScyu Just letting you know, I finally started working on a complete rewrite. Not usable yet but it's going pretty well so far. I'm currently building a clean lower level library that will be able to create three.js geometry, materials and meshes from minecraft models 👉 https://github.com/vberlier/three-mcmodel. |
Okay thanks for letting me know! I'm looking forward to using it. I might
even see if I can contribute towards it.
…On Thu, 18 Oct 2018, 11:46 pm Valentin Berlier, ***@***.***> wrote:
@DevScyu <https://github.com/DevScyu> Just letting you know, I finally
started working on a complete rewrite. Not usable yet but it's going pretty
well so far. I'm currently building a clean lower level library that will
be able to create three.js geometry, materials and meshes from minecraft
models 👉 https://github.com/vberlier/three-mcmodel.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOh1btySCavM0uq4zErA5n4-dhFa3DaQks5umQS5gaJpZM4Vf8QJ>
.
|
As the title says, when I try to load animated textures with this they sometimes won't load. They never seem to load the first time the page is loaded but when the canvas is refreshed they seem to have a chance of working after that, you can see a live example of this if needed.
The text was updated successfully, but these errors were encountered: