Skip to content

Commit

Permalink
Deploying to gh-pages from @ 185e095 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Jun 21, 2024
1 parent 174142f commit a21f0ac
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/js/search-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/libf3d/OPTIONS.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/libf3d/OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ui.filename-info|string<br>-<br>render|Content of *filename info* to display.
ui.font-file|string<br>-<br>render|Use the provided FreeType compatible font file to display text.<br>Can be useful to display non-ASCII filenames.|\-\-font-file
ui.fps|bool<br>false<br>render|Display a *frame per second counter*.|\-\-fps
ui.loader-progress|bool<br>false<br>load|Show a *progress bar* when loading the file.|\-\-progress
ui.animation-progress|bool<br>false<br>load|Show a *progress bar* when playing the animation.|\-\-animation-progress
ui.metadata|bool<br>false<br>render|Display the *metadata*.|\-\-metadata
ui.dropzone|bool<br>false<br>render|Show a drop zone.
ui.dropzone-info|string<br>-<br>render|Content of the drop zone text to display.
2 changes: 1 addition & 1 deletion doc/user/OPTIONS.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/user/OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Options|Default|Description
------|------|------
\-\-verbose=\<[debug\|info\|warning\|error\|quiet]\>|info| Set *verbose* level, in order to provide more information about the loaded data in the console output. If no level is providen, assume `debug`. Option parsing may ignore this flag.
\-\-progress||Show a *progress bar* when loading the file.
\-\-animation-progress||Show a *progress bar* when playing the animation.
\-\-geometry-only||For certain **full scene** file formats (gltf/glb and obj),<br>reads *only the geometry* from the file and use default scene construction instead.
\-\-group-geometries||When opening multiple files, show them all in the same scene.<br>Force geometry-only. The configuration file for the first file will be loaded.
\-\-up=\<[+\|-][X\|Y\|Z]\>|+Y|Define the Up direction.
Expand Down
3 changes: 2 additions & 1 deletion resources/configs/config.d/10_global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scalars": "",
"camera-direction": "-1,-0.5,-1",
"hdri-ambient": true,
"translucency-support": true
"translucency-support": true,
"animation-progress": true
}
}
2 changes: 1 addition & 1 deletion web/f3d.js

Large diffs are not rendered by default.

Binary file modified web/f3d.wasm
Binary file not shown.

0 comments on commit a21f0ac

Please sign in to comment.