├── OutcropVR.unitypackage ├── README.md ├── outcropVR-sf.png └── src ├── Config ├── Config.cs └── Config.cs.meta ├── Editor ├── ConvertPhotogrammetryModel.cs ├── LandscapePhotogrammetryModel.cs ├── MakeLandscape.cs ├── MakeLandscapeRAWFile.cs ├── ObjDEM.cs └── OnImport.cs └── Scripts ├── FlyingMovement.cs ├── GeoDisplay.cs ├── Helpers.cs ├── LaserPointer.cs ├── LineProperties.cs ├── PlaneProperties.cs ├── SDTP.cs ├── ToggleModels.cs └── VoiceManager.cs /OutcropVR.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/OutcropVR.unitypackage -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/README.md -------------------------------------------------------------------------------- /outcropVR-sf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/outcropVR-sf.png -------------------------------------------------------------------------------- /src/Config/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Config/Config.cs -------------------------------------------------------------------------------- /src/Config/Config.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Config/Config.cs.meta -------------------------------------------------------------------------------- /src/Editor/ConvertPhotogrammetryModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/ConvertPhotogrammetryModel.cs -------------------------------------------------------------------------------- /src/Editor/LandscapePhotogrammetryModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/LandscapePhotogrammetryModel.cs -------------------------------------------------------------------------------- /src/Editor/MakeLandscape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/MakeLandscape.cs -------------------------------------------------------------------------------- /src/Editor/MakeLandscapeRAWFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/MakeLandscapeRAWFile.cs -------------------------------------------------------------------------------- /src/Editor/ObjDEM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/ObjDEM.cs -------------------------------------------------------------------------------- /src/Editor/OnImport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Editor/OnImport.cs -------------------------------------------------------------------------------- /src/Scripts/FlyingMovement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/FlyingMovement.cs -------------------------------------------------------------------------------- /src/Scripts/GeoDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/GeoDisplay.cs -------------------------------------------------------------------------------- /src/Scripts/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/Helpers.cs -------------------------------------------------------------------------------- /src/Scripts/LaserPointer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/LaserPointer.cs -------------------------------------------------------------------------------- /src/Scripts/LineProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/LineProperties.cs -------------------------------------------------------------------------------- /src/Scripts/PlaneProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/PlaneProperties.cs -------------------------------------------------------------------------------- /src/Scripts/SDTP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/SDTP.cs -------------------------------------------------------------------------------- /src/Scripts/ToggleModels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/ToggleModels.cs -------------------------------------------------------------------------------- /src/Scripts/VoiceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinforrestconnors/OutcropVR/HEAD/src/Scripts/VoiceManager.cs --------------------------------------------------------------------------------