mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Increase the ratio between shadow range and viewing range
This commit is contained in:
parent
cf650fcaac
commit
26c046a563
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void DirectionalLight::update_frustum(const Camera *cam, Client *client, bool fo
|
|||
float zNear = cam->getCameraNode()->getNearValue();
|
||||
float zFar = getMaxFarValue();
|
||||
if (!client->getEnv().getClientMap().getControl().range_all)
|
||||
zFar = MYMIN(zFar, client->getEnv().getClientMap().getControl().wanted_range * BS);
|
||||
zFar = MYMIN(zFar, client->getEnv().getClientMap().getControl().wanted_range * BS * 1.5);
|
||||
|
||||
///////////////////////////////////
|
||||
// update splits near and fars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue