frustum_culling as parameter

This commit is contained in:
Zeno Rogue 2022-04-16 13:58:01 +02:00
parent 8a6f96cba9
commit 1a55a5cfb2
1 changed files with 1 additions and 0 deletions

View File

@ -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');