mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
Base: Add 3DFileViewer, CatDog & CertificateSettings manpages
Also update Applications.md to reflect this and some other previously missing pages.
This commit is contained in:
parent
d41e6a0451
commit
c7532cf084
4 changed files with 98 additions and 2 deletions
31
Base/usr/share/man/man1/Applications/3DFileViewer.md
Normal file
31
Base/usr/share/man/man1/Applications/3DFileViewer.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
## Name
|
||||
|
||||
 3D File Viewer
|
||||
|
||||
[Open](file:///bin/3DFileViewer)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ 3DFileViewer
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`3D File Viewer` is an application for viewing 3D models.
|
||||
|
||||
It currently supports opening the Wavefront OBJ file format (`.obj`).
|
||||
|
||||
### Features
|
||||
|
||||
By default 3D File Viewer will open with a rotating [Utah teapot](https://en.wikipedia.org/wiki/Utah_teapot), a standard 3D test model.
|
||||
|
||||
Rotate the model by grabbing it with the cursor. Zoom-in and out with the mouse wheel.
|
||||
|
||||
The rotation axis and speed can be adjusted or turned off in the `View` menu.
|
||||
|
||||
The model's texture can be adjusted or turned off in the `Texture` menu.
|
||||
|
||||
View in Fullscreen by pressing `F11`.
|
||||
|
||||
Drag and drop files into 3D File Viewer to open them.
|
Loading…
Add table
Add a link
Reference in a new issue