Clean up webgl_animation_multiple example
See original GitHub issueDescription of the problem
webgl_animation_multiple example doesn’t follow Three.js code style.
https://github.com/mrdoob/three.js/wiki/Mr.doob’s-Code-Style™
I’m glad if someone cleans up.
Three.js version
- Dev
- r103
- …
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS
Hardware Requirements (graphics card, VR Device, …)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
A basic 2D WebGL animation example - Web APIs | MDN
A basic 2D WebGL animation example. In this WebGL example, we create a canvas and within it render a rotating square using WebGL....
Read more >Three.js Cleanup
The browser will clean them up if you switch pages but otherwise it's up to you to manage them. This is an issue...
Read more >How do I clean up and unload a WebGL canvas context from ...
Example of the first // set a buffer to 1 byte before deleting // NOTE: You'd need to do this for ALL BUFFERS...
Read more >WebGL2 Tips
Small issues that might trip you up with WebGL. ... Here's the example from the article on animation with the code above added...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ah, sorry I had a change of heart and did by myself. Making PR now.
Done