aboutsummaryrefslogtreecommitdiff
path: root/build/android
diff options
context:
space:
mode:
authorLars Hofhansl <larsh@apache.org>2017-10-25 23:10:33 -0700
committerLars Hofhansl <larsh@apache.org>2017-10-25 23:13:06 -0700
commit0732bf73a4461792bc7b514d7cdbdc49114b5176 (patch)
tree2dda0fc32f386decf646fa3638829ad196b7067c /build/android
parent166ded4a11553447f8e08e0c71bb1a549fd65148 (diff)
downloadminetest-0732bf73a4461792bc7b514d7cdbdc49114b5176.tar.gz
minetest-0732bf73a4461792bc7b514d7cdbdc49114b5176.tar.bz2
minetest-0732bf73a4461792bc7b514d7cdbdc49114b5176.zip
Reduce server FOV with forward speed
This causes blocks in front of the player to be rendered sooner and blocks in the periphal view (that would soon be out of view) a bit later. Overall this leads to smoother rendering as the player is moving around.
Diffstat (limited to 'build/android')
0 files changed, 0 insertions, 0 deletions
='n124' href='#n124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify