bkerbl 2 лет назад
Родитель
Сommit
017da305b1
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -298,7 +298,6 @@ You will need to install a few dependencies before running the project setup.
 sudo apt install -y libglew-dev libassimp-dev libboost-all-dev libgtk-3-dev libopencv-dev libglfw3-dev libavdevice-dev libavcodec-dev libeigen3-dev libxxf86vm-dev libembree-dev
 sudo apt install -y libglew-dev libassimp-dev libboost-all-dev libgtk-3-dev libopencv-dev libglfw3-dev libavdevice-dev libavcodec-dev libeigen3-dev libxxf86vm-dev libembree-dev
 # Project setup
 # Project setup
 cd SIBR_viewers
 cd SIBR_viewers
-# Default
 cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release # add -G Ninja to build faster
 cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release # add -G Ninja to build faster
 cmake --build build -j24 --target install
 cmake --build build -j24 --target install
 ``` 
 ``` 
@@ -382,6 +381,8 @@ SIBR has many other functionalities, please see the [documentation](https://sibr
   Flag to load source dataset images to be displayed in the top view for each camera.
   Flag to load source dataset images to be displayed in the top view for each camera.
   #### --device
   #### --device
   Index of CUDA device to use for rasterization if multiple are available, ```0``` by default.
   Index of CUDA device to use for rasterization if multiple are available, ```0``` by default.
+  #### --no_interop
+  Disables CUDA/GL interop forcibly. Use on systems that may not behave according to spec (e.g., WSL2 with MESA GL 4.5 software rendering).
 </details>
 </details>
 <br>
 <br>