mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
frustum_culling as parameter
This commit is contained in:
parent
8a6f96cba9
commit
1a55a5cfb2
@ -2318,6 +2318,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
addsaver(vid.fixed_facing, "fixed facing", 0);
|
||||
addsaver(vid.fixed_facing_dir, "fixed facing dir", 90);
|
||||
param_b(vid.fixed_yz, "fixed YZ", true);
|
||||
param_b(frustum_culling, "frustum_culling");
|
||||
param_b(draw_sky, "draw sky", true);
|
||||
param_f(linepatterns::parallel_count, "parallel_count")
|
||||
->editable(0, 24, 1, "number of parallels drawn", "", 'n');
|
||||
|
Loading…
Reference in New Issue
Block a user