https://github.com/eldar/osggeotest
Example applications and data for the osgGeo project.
https://github.com/eldar/osggeotest
Last synced: about 1 year ago
JSON representation
Example applications and data for the osgGeo project.
- Host: GitHub
- URL: https://github.com/eldar/osggeotest
- Owner: eldar
- Created: 2012-01-16T18:01:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-19T16:23:59.000Z (over 14 years ago)
- Last Synced: 2025-02-16T08:27:54.920Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.09 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
osgGeoTest
==========
This repository contains example applications and data that use osgGeo libarary.
How to build.
-------------
```bash
git clone git@github.com:dgbtingdahl/osgGeo.git
git clone git@github.com:eldar/osgGeoTest.git
cd osgGeoTest
mkdir build
cd build
cmake ../
make
```
How to run.
-----------
Horizon example (assuming current directory osgGeoTest/build)
```bash
./horizon_test ../data/horizonF3.bin
```