TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Rendering of Middle Earth: Shadow of Mordor

96 pointsby nochover 7 years ago

8 comments

corysamaover 7 years ago
If you like this, you&#x27;ll like the many graphics studies of <a href="http:&#x2F;&#x2F;www.adriancourreges.com&#x2F;blog&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.adriancourreges.com&#x2F;blog&#x2F;</a> and you might appreciate <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;videogamescience&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;videogamescience&#x2F;</a>
kbensonover 7 years ago
&gt; The game itself was a great surprise, and the fact that it was a spin-off within the storyline of the Lord of the Rings universe was quite unusual and it’s something I enjoyed.<p>Hopefully it becomes less unusual. Works (whether they be literature or media) with well developed plots tend to make poor video games when they attempt to translate that plot. I suspect it&#x27;s a combination of the type of movie that generally garners video game conversions (action-y) and the type of games those most often lead to (also action-y) being hard to deliver a plot like that.<p>A spinoff with a mostly new plot that can be tailored to what a video game can do best will generally result in a superior experience, IMO.
评论 #16031947 未加载
评论 #16033324 未加载
psycover 7 years ago
I’m a graphics engine developer and I almost always play AAA games with an eye towards analyzing the rendering engine. SoM might be the first game that was so much fun to play, that I never even noticed the rendering. After reading this write up I’m going to have to play it again.
andybakover 7 years ago
&gt; An interesting example here is Talion’s cape, which is sent to the GPU as a point cloud<p>Wow. Interesting. I&#x27;m assuming it&#x27;s not &quot;just&quot; a point cloud. My experience with 3D scanning and photogrammatry seems to indicate that mesh construction of an arbitrary point cloud is not the kind of thing you would try doing in real time (try &quot;overnight&quot;).<p>So unless there&#x27;s some magic here then at the very least the point ordering allows a huge short cut to be taken. Or is it more than that? i.e. there&#x27;s a healthy chunk of metadata about the desired topology?
arithmaover 7 years ago
Why aren&#x27;t game graphics developers not the most well paid engineers? This stuff is magically awesome!
评论 #16033136 未加载
lookiover 7 years ago
I&#x27;m interested what this deep G buffer for the order-independent transparency would entail.
santaclausover 7 years ago
I love these types of breakdowns! It would be really cool to see breakdowns in other portions of a game engine, too: physics, character animation, managing the massive assets, lots of potential goodies.
christofoshoover 7 years ago
Wow. This is a lot to take in! Thank you for this, it gives me a gateway into things I can research to expand my knowledge on the subject of graphics.