mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
rvtour:: finished changing rvtour to pres
This commit is contained in:
@@ -122,8 +122,8 @@ int readArgs() {
|
||||
}
|
||||
|
||||
int ah = addHook(hooks_args, 120, readArgs)
|
||||
+ addHook(rvtour::hooks_build_rvtour, 120, [] (vector<tour::slide>& v) {
|
||||
using namespace rvtour;
|
||||
+ addHook(pres::hooks_build_rvtour, 120, [] (vector<tour::slide>& v) {
|
||||
using namespace pres;
|
||||
v.push_back(
|
||||
tour::slide{"hyperbolic geometry and data/Tree of Life", 61, LEGAL::UNLIMITED | QUICKGEO,
|
||||
"Hyperbolic geometry is much better than the Euclidean geometry at visualizing large trees and other hierarchical structures. "
|
||||
|
Reference in New Issue
Block a user