Official implementation of the IEEE VR 2022 paper "ENI: Quantifying Environment Compatibility for Natural Walking in Virtual Reality" by Niall L. Wiliams, Aniket Bera, and Dinesh Manocha.
-
Install
conda.condais required due to a dependency on thescikit-geometrylibrary. -
Clone this repository.
-
Using the
condaterminal, navigate to the top level of this repository wherever you saved it on your computer. -
Create and activate a virtual environment using the following commands:
conda env create -f environment.yml
conda activate eni- Run the script using the following command:
python3 environment.pyThe results can be found in the img folder.
@inproceedings{williams2022eni,
title={{E}{N}{I}: {Q}uantifying {E}nvironment {C}ompatibility for {N}atural {W}alking in {V}irtual {R}eality},
author={Williams, Niall L and Bera, Aniket and Manocha, Dinesh},
booktitle={2022 IEEE Virtual Reality and 3D User Interfaces (VR)},
year={2022},
organization={IEEE}
}