


<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>DBO Forums - Highlight video with music!</title>
<link>https://destiny.bungie.org/forum/</link>
<description>Bungie.Org talks Destiny</description>
<language>en</language>
<item>
<title>Highlight video with music! (reply)</title>
<content:encoded><![CDATA[<p>I cut together a highlight reel from the ground and aerial footage, and picked out some music to keep things moving... :)</p>
<p><iframe style="border:none;" width="560" height="315" src="https://www.youtube.com/embed/7r77QsXI6C0?autoplay=0&start="></iframe></p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=18033</link>
<guid>https://destiny.bungie.org/forum/index.php?id=18033</guid>
<pubDate>Thu, 28 Nov 2013 05:53:04 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Mid7night</dc:creator>
</item>
<item>
<title>Sort of. (reply)</title>
<content:encoded><![CDATA[<blockquote><p>Games rendering reflection maps in real-time often use lower resolutions, lower framerates, and/or downgraded effects in the reflections.</p>
</blockquote><p>Interesting that you say this, because I was taking notice of the low-res reflections in Forza 5 the other day. I drive with the &quot;hood&quot; view to maximize visibility, and the Subaru rally car I'm currently driving has an absolutely <em>massive</em> hood. When I'm driving that car, a solid 1/3+ of my screen is reflection, and the reflection mapping isn't particularly flattering on that much real estate. (Also, it can get disorienting when that much of the frame is doing the opposite of what  the top half is doing!)</p>
<p>I'll have to watch the video later; the Starbucks WiFi falls apart when I try to watch it at any sort of usable size.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17999</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17999</guid>
<pubDate>Wed, 27 Nov 2013 19:51:50 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Beorn</dc:creator>
</item>
<item>
<title>Gorgeous video! Very cool. (reply)</title>
<content:encoded><![CDATA[<p>I always love hearing about your RC planes. :)</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17996</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17996</guid>
<pubDate>Wed, 27 Nov 2013 19:34:35 +0000</pubDate>
<category>Off-Topic</category><dc:creator>ncsuDuncan</dc:creator>
</item>
<item>
<title>I love watching people talk shop. (reply)</title>
<content:encoded><![CDATA[<blockquote><p>so much incite</p>
</blockquote><p>Yes, it's amazing what the angry flailings around in graphics wars old and new can incite ;)</p>
<p>Incidentally, I'm drafting up a potential NeoGAF thread OP right now, in which I'm planning on explaining why people saying &quot;more rendering resolution after &lt;such-and-such&gt; distance isn't noticeable&quot; are usually completely wrong. It's probably stupid console war garbage when all's said and done, but the electrical engineer in me cares too much about understanding of sampling frequencies and such.</p>
<blockquote><p>Uberfoop - forgive me as I flail in possible ignorance, but isn't an alternative to what you just described physically based rendering? Am I right in thinking that</p>
</blockquote><p>&quot;Physically-based&quot; does not describe any particular set of shading techniques. It just means that you're using the real-world characteristics of light as a basis for how aspects of your shading model work. How <em>precisely</em> real-world physics get applied (i.e. if you get reflections by literally accounting for multiple bounces of light rays) is another matter.<br />
That said, screen-space reflections are maybe more likely to show up with &quot;physically-based&quot; models than real-time reflection maps are, since you can more easily justify screen-space reflections on the basis of light-bouncing behaviour. From the perspective of physics, rendering the image from another angle and pasting it on a surface is a bit of a hack (even though it's often more expensive and can give results that are more accurate).</p>
<p>So... what's the big deal with physically-based rendering? Smoothness of game development, mostly. When you're basing things on realistic models rather than on what &quot;just looks right&quot;, you can get predictable results by setting up materials with realistic properties.<br />
With a non-physically-based approach, you might do some <em>funny business</em> with a potato pixel-shader that makes potatos look very realistic under your game's noon-day sun... but then the character picks up a potato, walks inside, and suddenly the stupid thing is shining like some sort of messed-up eggplant. Regardless of how <em>precisely</em> your game approximates reality in the results, <em>inaccuracies</em> in the model relative to real-world behaviour make things less predictable. Generating new content can be more work, and you might have to tweak things more later on.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17974</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17974</guid>
<pubDate>Wed, 27 Nov 2013 06:32:18 +0000</pubDate>
<category>Off-Topic</category><dc:creator>uberfoop</dc:creator>
</item>
<item>
<title>I love watching people talk shop. (reply)</title>
<content:encoded><![CDATA[<blockquote><blockquote><p>I knew ray casting, but I had to look up raymarching. Sounds processor-intensive…</p>
</blockquote></blockquote><blockquote></blockquote><p>
 ...</p>
<blockquote><p>The big downside is that you can only reflect things in screen-space. There are a lot of games using screen-space reflections which wind up looking like garbage when objects at the edge of the screen are being reflected; things start wiping in and out on surfaces. Usually when no object to reflect is found, the game tries to cover this up by switching to reflecting a cubemap, but this solution <a href="http://www.youtube.com/watch?v=HoGn0yLMfow&amp;t=5m15s">usually isn't very perfect</a> (look at the water)*.</p>
<p>*By the way, let's put this into perspective. That that is &quot;the most graphically impressive game evar&quot; running on a $3000 PC, failing horribly on reflection types that games were executing beautifully over a decade ago. For a technique that's just now being popularized (for understandable reasons, admittedly), it's insane how artifacty screen-space reflections are.</p>
</blockquote><p>You can gain so much incite from it - particularly if its on a enjoyable topic. Uberfoop - forgive me as I flail in possible ignorance, but isn't an alternative to what you just described physically based rendering? Am I right in thinking that or should I find some sand?</p>
<p><span style="font-size:smaller;">(I ask because its what I'm currently teaching my self to understand, using the game &quot;Rememeber Me&quot; as visual reference)</span></p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17973</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17973</guid>
<pubDate>Wed, 27 Nov 2013 05:51:04 +0000</pubDate>
<category>Off-Topic</category><dc:creator>INSANEdrive</dc:creator>
</item>
<item>
<title>Sort of. (reply)</title>
<content:encoded><![CDATA[<blockquote><p>I knew ray casting, but I had to look up raymarching. Sounds processor-intensive…</p>
</blockquote><p>If by &quot;2.5D ray marching&quot;, you're referring to screen-space reflections a la modern games such as KZ:SF, they're in the middle of a complex tradeoff.</p>
<p>The cheapest way to approximate a perfect specular reflection is to use a pre-baked reflection image. Obviously baked cubemaps have a ton of issues; they don't react to dynamic objects, and the environment reflected off of objects doesn't parallax completely properly as you look at the surface from different locations.</p>
<p>There's a rock-solid fix to this: rather than pre-baking the reflection, render it in real-time. This is obviously very expensive; there's not a lot of difference between rendering your scene and rendering a reflection. The cost of rendering a reflection also increases as the graphics become more complex, so it doesn't necessarily become easier as hardware gets more powerful; the tradeoffs you'd have to do to get the effect today are comparable to those you'd have ten years ago.<br />
Games rendering reflection maps in real-time often use lower resolutions, lower framerates, and/or downgraded effects in the reflections.</p>
<p>GPUs have enough bandwidth and programmable computational power nowadays that a compromise is available. If you have reflective surfaces, cast a ray at them and see where it bounces to in screen-space. If the ray bounces onto another object visible on-screen, you can reflect that object off of the reflective surface. This method becomes more costly as resolutions increase (since you're calculating rays for more pixels), but not so much as graphics become more complex (the rays can be cast the same regardless of how snazzy the visuals are). So in an era where GPU power is increasing faster than resolution, it winds up becoming an attractive approach over time (which it's what's happening now).<br />
The big downside is that you can only reflect things in screen-space. There are a lot of games using screen-space reflections which wind up looking like garbage when objects at the edge of the screen are being reflected; things start wiping in and out on surfaces. Usually when no object to reflect is found, the game tries to cover this up by switching to reflecting a cubemap, but this solution <a href="http://www.youtube.com/watch?v=HoGn0yLMfow&amp;t=5m15s">usually isn't very perfect</a> (look at the water)*.</p>
<p>*By the way, let's put this into perspective. That that is &quot;the most graphically impressive game evar&quot; running on a $3000 PC, failing horribly on reflection types that games were executing beautifully over a decade ago. For a technique that's just now being popularized (for understandable reasons, admittedly), it's insane how artifacty screen-space reflections are.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17971</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17971</guid>
<pubDate>Wed, 27 Nov 2013 04:37:05 +0000</pubDate>
<category>Off-Topic</category><dc:creator>uberfoop</dc:creator>
</item>
<item>
<title>:) (reply)</title>
<content:encoded><![CDATA[<blockquote><p>Very pretty!<br />
Was that just a go pro on there? Do you have to worry about the extra weight of the camera on the plane when it flies?</p>
</blockquote><p>Yes, and yes. But it has a big wing, so I basically just had to fly a little slower and a little more careful.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17968</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17968</guid>
<pubDate>Wed, 27 Nov 2013 01:59:22 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Mid7night</dc:creator>
</item>
<item>
<title>I love when you talk nerdy to me (reply)</title>
<content:encoded><![CDATA[<p>I knew ray casting, but I had to look up raymarching. Sounds processor-intensive…</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17965</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17965</guid>
<pubDate>Tue, 26 Nov 2013 23:14:50 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Beorn</dc:creator>
</item>
<item>
<title>Real life has the best skyboxes &amp; cube maps  ;) (reply)</title>
<content:encoded><![CDATA[<p>Looks more like 2.5D raymarching to me.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17962</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17962</guid>
<pubDate>Tue, 26 Nov 2013 20:38:52 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Veegie</dc:creator>
</item>
<item>
<title>:) (reply)</title>
<content:encoded><![CDATA[<p>Very pretty!<br />
Was that just a go pro on there? Do you have to worry about the extra weight of the camera on the plane when it flies?</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17961</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17961</guid>
<pubDate>Tue, 26 Nov 2013 20:33:36 +0000</pubDate>
<category>Off-Topic</category><dc:creator>breitzen</dc:creator>
</item>
<item>
<title>Real life has the best skyboxes &amp; cube maps  ;) (reply)</title>
<content:encoded><![CDATA[- No text -]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17960</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17960</guid>
<pubDate>Tue, 26 Nov 2013 19:08:48 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Mid7night</dc:creator>
</item>
<item>
<title>Beautiful sunrise - thanks for sharing! (reply)</title>
<content:encoded><![CDATA[<p>Also, I was mesmerized by the environmental reflections on the wing. :)</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17959</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17959</guid>
<pubDate>Tue, 26 Nov 2013 18:46:36 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Beorn</dc:creator>
</item>
<item>
<title>Just some morning prettiness for your day</title>
<content:encoded><![CDATA[<p>I wish I could start every day with a flight like this, but I'll take what I can get. :)</p>
<p>A few screenshots from the flight as well:  <a href="http://t.co/JG7SwVAX5b">http://t.co/JG7SwVAX5b</a></p>
<p><iframe style="border:none;" width="560" height="315" src="https://www.youtube.com/embed/mmFZHprzuUI?autoplay=0&start="></iframe></p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=17957</link>
<guid>https://destiny.bungie.org/forum/index.php?id=17957</guid>
<pubDate>Tue, 26 Nov 2013 18:13:53 +0000</pubDate>
<category>Off-Topic</category><dc:creator>Mid7night</dc:creator>
</item>
</channel>
</rss>
