-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
All DataTextures needs updates at start #17550
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
Conversation
|
Updated builds: c9c2ef9 |
|
Good catch! Thanks! |
|
@mrdoob Should we rename to |
|
@WestLangley I don't think Javascript allows methods/vars to start with a number. What's why the 3ds loader name is |
|
@mrdoob I was grepping for We used to use the webgl convention:
What do you think? |
|
How about |
|
We don't have |
|
I find having both patterns |
|
|
|
Sure. What about |
|
I think |
I'll leave it up to you. :-) |
|
Sounds good! I'll add it to my list 🤓 |
This continues the change from d3a37f3 .
Since that broke following examples:
Simply by making sure that the texture updates, the examples work again.