I play ZDoom with brightness on 1, it feels right and anything above 1 is too bright for my taste.
The same goes out for monitor brightness, I have everything on the settings I like and tend not to touch it.
The only problem I have now, is with the draw distance.
I have seen numerous source ports for other games have the option to increase the draw distance, is this something that could be implanted into ZDoom also?
And since draw distance improves how far you can see, would antistrophic filtering be needed? To fix that nasty blur that tends to happen when draw distance is used.
Draw Distance
Moderator: GZDoom Developers
-
- Lead GZDoom+Raze Developer
- Posts: 49141
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Draw Distance
I have no idea what you are talking about. There is no limit to the drawing distance. Extremely dark areas, however, can become fully black in the distance. If that is what you mean, try playing around with 'r_visibility' in the console.
In any case, I don't think there's much that can be done here.
In any case, I don't think there's much that can be done here.
-
- Posts: 17
- Joined: Mon Oct 02, 2023 12:27 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Win 7
- Graphics Processor: Not Listed
-
- Posts: 2113
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: Draw Distance
There's no draw distance limit. This was thread was about ZDoom's software renderer, not GZDoom's hardware one, and the issues with too-large maps are caused by the nodebuilders generating broken nodes with such large maps.
-
- Posts: 17
- Joined: Mon Oct 02, 2023 12:27 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Win 7
- Graphics Processor: Not Listed
Re: Draw Distance
I don't see anything about hardware/software rendering being specified. I am aware that software mode can render the entire max area, but without polygon models and 3d floors it's really a moot point. Even if it is the nodebuilders, it still effects how far the GZDOOM engine can draw sectors in wide open spaces. I am even finding as map complexity increases, the max size of an open area the engine can deal with shrinks well below the 32,000 some odd mark that it works at with 'basic' geometry, to the point I am contemplating switching my next project over to Unreal, even though I have never been able to figure out how to do anything in it, even since it's first incarnations.phantombeta wrote: ↑Sun Apr 21, 2024 10:15 pm There's no draw distance limit. This was thread was about ZDoom's software renderer, not GZDoom's hardware one, and the issues with too-large maps are caused by the nodebuilders generating broken nodes with such large maps.
My point is, for anyone seeking answers on why their maps aren't allowing for 'unlimited draw distances'; it's because it simply won't; unless as you said, you use software rendering mode, which then strips the engine down of functionality.