forked from cyberbotics/webots
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement webotsJS loading screen and progress bar (cyberbotics#4593)
* update css * testing * create function to set progress bar content * replaced all progress messages with new function * DOM elements not updating * take screenshot and save or upload to database * fix atlas wbproj * fix boomer controller * new image directory * started progress class * progress class working * testing * bug when parsing * background urls fixed * fixed conflicts * style and url fix * testing url * reset progress to none and css fix * fixed conflict * responsive loading page * get thumbnails from webots cloud server * progress bar and mobile responsive done * new progress css, minor fixes, mobile responsive done * minor fix * fix file load error messages * bug fix * webotsJS done for now * save screenshot on local export * share scene and animation with thumbnail * thumbnails working * thumbnails working * Removed overlays and optional rendering for thumbnail * hide solid specific optional renderings on thumbnail * ditto * update thumbnail documentation * clang format fix * restore to default paths * restor icons.svg * fix cloud upload no screenshot bug * fixed thumbnail selection still showing * add default thumbnail * fix css * restore paths * ignore world thumbnail files * change progress bar design * ditto * Fixed screenshot on Windows * doc cleanup and const * switch projection to perspective for thumbnail * new messages, percentages, backwards compatibility for connecting/loading * update setup_viewer.js Co-authored-by: Olivier Michel <[email protected]> Co-authored-by: Benjamin Délèze <[email protected]>
- Loading branch information
1 parent
57f105e
commit bb6691c
Showing
51 changed files
with
723 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,6 @@ Thumbs.db | |
/webots.lnk | ||
/webots_debug_output.txt | ||
/util | ||
|
||
# world thumbnail files | ||
.*.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.