Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanminto/tectonic-terrain
https://github.com/evanminto/tectonic-terrain
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanminto/tectonic-terrain
- Owner: evanminto
- Created: 2013-04-10T16:25:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-07T00:53:01.000Z (over 11 years ago)
- Last Synced: 2023-05-31T01:24:03.219Z (over 1 year ago)
- Language: C++
- Size: 24.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
tectonic-terrain
Build Instructions:
1) mkdir build
2) cp data/* build
3) cd build
4) cmake ../src
5) makeExample:
./render -i flat16.obj -h hm16.bmp -n norm16.bmpOptions:
-i filename.obj - Specify .obj file
-v filename.vs - Specify vertex shader
-f filename.fs - Specify fragment shader
-h filename.bmp - Specify heightmap texture
-n filename.bmp - Specify normalmap texture
-s 600 - Specify window size (pixels)
-t 200 - Specify timestep size (ms)
-p 2 - Specify preset (0-9)Controls:
'd',' ' - Single step terrain displacement
'a' - Animate terrain displacement
'x' - Enable shaders
'q' - Quit