Cleanup
See original GitHub issueHere is a rough list of tasks for bringing this repo up to production. Feel free to edit or add new items to the list:
- We should have a common set of models that we use for testing new features, especially models that have created problems in the past. However I’m not sure if they should be hosted in this repo.
- Refactor gltf-pipeline as a series of stages with dependencies
- https://github.com/AnalyticalGraphicsInc/gltf-pipeline/issues/99
- https://github.com/AnalyticalGraphicsInc/gltf-pipeline/pull/75
- Use promises instead of callbacks
- General cleanup, api standardizing, file renaming, folder organization
- Many functions expect an options object. Instead of sending in
{}
in a lot of places, just do it the Cesium way and create the options object if it’s not defined withoptions = defaultValue(options, defaultValue.EMPTY_OBJECT);
- Many functions expect an options object. Instead of sending in
- Use recommended libraries, #178
- Use JSDoc everywhere
- Progress events: https://github.com/AnalyticalGraphicsInc/gltf-pipeline/issues/92
- Something like jQuery for glTF to eliminate redundant glTF data structure traversal
- Note: If there are any changes to the api we will need to update OBJ2GLTF and the website model converter
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (14 by maintainers)
Top Results From Across the Web
Cleanup Definition & Meaning - Merriam-Webster
1 of 3. noun. clean·up ˈklēn-ˌəp. 1. : an act or instance of cleaning. The children helped with the cleanup. 2. : an...
Read more >CleanUp! icon Free disk space & protect your privacy
CleanUp ! is a powerful and easy-to-use application that removes temporary files created while surfing the web, empties the Recycle Bin, deletes files...
Read more >Cleanup: Phone Storage Cleaner 4+ - App Store
This app is available only on the App Store for iPhone. Cleanup: Phone Storage Cleaner 4+. Clean, Delete Duplicate Photos.
Read more >CleanUp - Free download and software reviews
CleanUp is a fast free file cleaner that clears your system of certain junk files, but it doesn't ask permission before deletion.
Read more >Cleanup.pictures - Remove objects, people, text and defects ...
Remove unwanted objects from photos, people, text, and defects from any picture for free. It's extremely easy in just a few clicks with...
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 FreeTop 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
Top GitHub Comments
Oh yes, this is pretty old now.
ForEach
pretty much fixed the traversal item.