1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +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:
Cubic Love 2023-05-21 01:02:25 +01:00 committed by Jelle Raaijmakers
parent d41e6a0451
commit c7532cf084
4 changed files with 98 additions and 2 deletions

View file

@ -0,0 +1,31 @@
## Name
![Icon](/res/icons/16x16/app-3d-file-viewer.png) 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.