https://github.com/llnl/open-facility-viewer
Open Facility Viewer (OFV) is an application for 3D interactive walk-throughs of facilities
https://github.com/llnl/open-facility-viewer
application cpp
Last synced: 18 days ago
JSON representation
Open Facility Viewer (OFV) is an application for 3D interactive walk-throughs of facilities
- Host: GitHub
- URL: https://github.com/llnl/open-facility-viewer
- Owner: LLNL
- License: other
- Created: 2016-11-10T18:53:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T21:09:48.000Z (about 8 years ago)
- Last Synced: 2025-04-12T05:03:34.280Z (about 1 year ago)
- Topics: application, cpp
- Language: C++
- Size: 94.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-Facility-Viewer
Open Facility Viewer (OFV) is an application for 3D interactive walk-throughs of facilities
OFV will not run without a "data/ProjectAssets" directory containing a valid Delta3D map file (*.dtmap)
Currently you must provide this. There are many examples in the Delta3D project.
====================================
### How to Build:
* Fully tested with Visual Studio 2015 64-bit
* Requires CMake 3.7 for build system
Dependencies:
- Delta3D v2.8 (64 bit build - see ext/ for patch)
- Qt 4.8.6 (64 bit build)
Delta3D has many dependencies. Get the matching Delta3D 2.8 dependency builds here:
https://sourceforge.net/projects/delta3d/files/delta3d-dependencies/2.9.0/Windows/delta3d-2.9.0-ext-msvc14.0.zip/download
====================================
### How to Run:
Add Open-Facility-Viewer/bin to your path. Run OFV.exe from the Open-Facility-Viewer directory. Do not run from bin directory, the project assets (data) will not be found.