this post was submitted on 10 Mar 2025
761 points (100.0% liked)
Greentext
5779 readers
1047 users here now
This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.
Be warned:
- Anon is often crazy.
- Anon is often depressed.
- Anon frequently shares thoughts that are immature, offensive, or incomprehensible.
If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Has the person who invented the depth of field effect for a video game ever even PLAYED a game before?
What is the depth of field option? When it's on what happens vs when it's off?
Side question, why the fuck does everything in IT reuse fucking names? Depth of field means how far from character it'll render the environment, right? So if the above option only has an on or off option then it is affecting something other than the actual depth of field, right? So why the fuck would the name of it be depth of fucking field??? I see this shit all the time as I learn more and more about software related shit.
No.
Depth of field is when backgroud/foreground objects get blurred depending on where you're looking, to simulate eyes focusing on something.
You're thinking of draw distance, which is where objects far away aren't rendered. Or possibly level of detail (LoD) where distant objects will be changed to a lower detailed model as they get further away.
Gotcha. Thanks🍻