Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa authored Sep 12, 2019
1 parent 6f052fc commit 8fd425d
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
# sitn-vr
# SITNVR

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

## File structure

.
├── datasource # Raw data
├── documentation # Instructions to process data
├── import # Scripts and their output to import data into unity
├── unity # Unity project
├── datasource # Raw sample data
├── import # Scripts and their output to be imported into unity
├── unity # Unity project
│ ├── Assets # Unity standard asset folder
│ │ ├── Audio
│ │ ├── Editor # Scripts meant to be used by Editor, will not be compiled
│ │ ├── Down Town Pack # From Asset Store
│ │ ├── Free_SpeedTrees # From Asset Store
│ │ ├── Materials
│ │ ├── Models # Generated 3D objects from FME
│ │ ├── Prefabs # Custom prefabs
│ │ ├── Scenes # Scenes showing state of project at each release
│ │ ├── Scripts # Scripts used in game
│ │ ├── SteamVR # SteamVR from Asset Store
│ │ ├── SteamVR_Input # SteamVR from Asset Store
│ │ ├── Street lights 1 # From Asset Store
│ │ ├── Terrain # Terrain and terrain layers
│ │ ├── TextMesh Pro # From Asset Store, better text
│ │ └── Textures
│ ├── Packages
│ └── ProjectSettings
├── LICENSE
└── README.md

Expand All @@ -30,3 +47,7 @@ Process the data:
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

## Documentation

[Integration documentation](../../wiki)

0 comments on commit 8fd425d

Please sign in to comment.