Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa authored Jun 12, 2019
1 parent 5356c6b commit 3b6df6c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# sitn-vr

sitn-vr is a prototype of importing different kind of GIS data into a VR environment.

## File structure

.
Expand All @@ -8,4 +10,22 @@
├── import # Scripts and their output to import data into unity
├── unity # Unity project
├── LICENSE
└── README.md
└── README.md

## Requirements

Playing the prototype:
- Unity >= 2019.1
- SteamVR

Process the data:
- FME >= 2019.0
- QGIS >= 3.6

## Playing the prototype

1. Clone this repository
1. Connect your VR device and make sure SteamVR is running
1. Open the Unity Hub, click add and browse the `unity` folder at the root of this project
1. In the Assets explorer, open the `Scenes` folder and double click on `Proto01`
1. Hit the play button in Unity and enjoy

0 comments on commit 3b6df6c

Please sign in to comment.