Note: this info dates 2005-2006.
glSOAR is ObjectPascal implementation of SOAR terrain rendering algorithm using OpenGL. It can be compiled using FPC or Delphi compiler and works in Windows and Linux (only benchmarking mode). No fancy OpenGL extensions are required, it should work with any OpenGL 1.2 and newer drivers.
SOAR algorithm was published by Peter Lindstrom and Valerio Pascucci in 2001. Papers and original C implementation can be found at https://computation.llnl.gov/casc/SOAR/SOAR.html. SOAR starts with coarse terrain mesh each frame and uses view-dependent refinement (standard longest edge bisection) to calculate mesh to be rendered - stress is on the CPU.
Download latest release
glSOAR
» 28.8 MiB - 5,333 hits - July 13, 2009
Pascal implementation of SOAR terrain rendering algorithm using OpenGL. Source code, test terrains, and binaries for Windows and Linux included.
Screenshots and more info
Parameters for glSOAR (terrain & display options) can be passed to program as command line arguments. Alternatively, you can use included GUI tool (Windows only). List of parameters as well as controls is included in archive. You can also run glSOAR in Benchmark mode and compare your results with some others (located in Bin/Results directory).
Download latest release
glSOAR (28.8 MiB, 17 hits)
You need to be a registered user to download this file.
But where can i register
Sorry, downloads work for everyone now again, there were some problems with downloads plugin.
Thanks 🙂
a nice work. but here is a link for original C implementation. on clicking it results in URL not found. Please send me the link for original C implementation.
thanks
regards
vivek
Looks like directory structure of their server has changed, I fixed URL in the article to point to the new location.
It looks that the link for original C implementation of SOAR is broken again… Could you please send me the link for the original C implementation?
Try archive.org, here’s the latest version of the original SOAR site: http://web.archive.org/web/20080308152000/http://www-static.cc.gatech.edu/~lindstro/software/soar/
My search before arriving on your website gave me
https://computation.llnl.gov/casc/SOAR/SOAR.html
Hope this helps 🙂
Thanks! Finally a working link to the original again, I’ll update the links it the article.