mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-02-21 11:41:01 +00:00
doc: Added Arch Linux setup instructions
This commit is contained in:
parent
414b553ef1
commit
ef43525eeb
@ -331,7 +331,16 @@ Backwards compatibility with Focal Fossa is not fully tested, but building SIBR
|
||||
git checkout fossa_compatibility
|
||||
```
|
||||
|
||||
#### Arch Linux
|
||||
|
||||
```shell
|
||||
sudo pacman -S cmake glew assimp boost gtk3 opencv glfw-x11 ffmpeg eigen libxxf86vm embree3
|
||||
```
|
||||
|
||||
The setup step is the same as Ubuntu.
|
||||
|
||||
### Navigation in SIBR Viewers
|
||||
|
||||
The SIBR interface provides several methods of navigating the scene. By default, you will be started with an FPS navigator, which you can control with ```W, A, S, D, Q, E``` for camera translation and ```I, K, J, L, U, O``` for rotation. Alternatively, you may want to use a Trackball-style navigator (select from the floating menu). You can also snap to a camera from the data set with the ```Snap to``` button or find the closest camera with ```Snap to closest```. The floating menues also allow you to change the navigation speed. You can use the ```Scaling Modifier``` to control the size of the displayed Gaussians, or show the initial point cloud.
|
||||
|
||||
### Running the Network Viewer
|
||||
|
Loading…
Reference in New Issue
Block a user