Generate polygonal approximations of terrains and other height fields.
Generate polygonal approximations of terrains and other height fields. Terra is based on algorithms described in: Fast Polygonal Approximation of Terrains and Height Fields by Michael Garland and Paul Heckbert (Technical Report CMU-CS-95-181).
Generate polygonal approximations of terrains and other height fields. Terra is based on algorithms described in: Fast Polygonal Approximation of Terrains and Height Fields by Michael Garland and Paul Heckbert (Technical Report CMU-CS-95-181).
To install terra, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install terra
To see what files were installed by terra, run:
port contents terra
To later upgrade terra, run:
sudo port selfupdate && sudo port upgrade terra
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.