this post was submitted on 27 Oct 2024
283 points (97.0% liked)
Showerthoughts
29773 readers
440 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics
- 3.1) NEW RULE as of 5 Nov 2024, trying it out
- 3.2) Political posts often end up being circle jerks (not offering unique perspective) or enflaming (too much work for mods).
- 3.3) Try c/politicaldiscussion, volunteer as a mod here, or start your own community.
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
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
To be fair, those old games have been rewritten in newer engines in order to support ray tracing, and at that point you could apply other modern global illumination methods and get almost the same effect with less performance cost.
The thing that makes raytracing so attractive, though, is how extremely easy ray tracing is to implement. Unless I'm copy-pasting others' finished work, I can make raytracing work over the weekend with Vulkan or DirectX shaders as opposed to having to implement 10-15 other shaders for the same effect over half a year of development.