<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Destruction in Reverse</title>
    <description>Dax Pandhi's Official Website</description>
    <link>http://www.daxpandhi.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 2.5.0.6</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://www.daxpandhi.com/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.quadspinner.com/</blogChannel:blink>
    <dc:creator>Dax Pandhi</dc:creator>
    <dc:title>Destruction in Reverse</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DestructionInReverse" /><feedburner:info uri="destructioninreverse" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>DestructionInReverse</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>Understanding Helios - #1</title>
      <description>&lt;div class="blurb"&gt;In this first of a series of blog posts, I will take you through the conception of Helios, the thinking behind its creation, and a glimpse at how the core light processing logic was born.&lt;/div&gt;  &lt;p&gt;&lt;a href="http://www.quadspinner.com/helios/" target="_blank"&gt;Helios&lt;/a&gt; can be said to have started, technically, two years ago when I created a bunch of clouds that I kept reusing across my scenes. They were starting points to which I applied specific settings – predefined formulae for achieving a distinct look for the type of cloud I wanted. But Helios really took form in a hotel room in Los Angeles last year after the &lt;a href="http://www.quadspinner.com/masterclass.aspx" target="_blank"&gt;Master Class&lt;/a&gt;. It wasn’t a moment of inspiration where everything suddenly appeared right in front of my eyes. Nothing that glamorous. But it became apparent that instead of figuring out how to make the cloud library reusable for everyone else inside Vue, a better solution is to create a handling utility.&lt;/p&gt;  &lt;p&gt;&lt;font style="background-color: #ffff00"&gt;&lt;/font&gt;&lt;font style="style"&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=LAX3%20007.jpg" width="860" height="573" /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font style="style"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt;&lt;font style="style"&gt;&lt;em&gt;The first Helios prototype rendering a large cloudscape.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font style="style"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;When you create a reusable solution – something that people might use in unexpected ways and in unimaginable scenarios – there is always a chance they may use settings that you don’t want them to use (because it may break a fractal function, for example). To overcome this, a plugin – a utility application that handles the special tasks that the host was not originally designed for – becomes the best logical choice.&lt;/p&gt;  &lt;p&gt;Helios is a two-part piece of software that works inside of e-on software’s Vue Infinite. When used via Vue’s xStream plugins, it can work inside 3dsmax, C4D, LightWave, Maya, and XSI. The first part is the Python plugin that serves as a communication node between Vue and the Helios software. The second is the Helios UI, a Windows application that handles all the logic and the interface for working with the Helios library.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Why a separate interface?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;There is a complex combination of settings that go into every Helios cloud – in fact, they are different for each individual cloud type. &lt;/p&gt;  &lt;p&gt;Let me explain that in two parts: For a cumulus cloud, the density settings are in a specific range than what may be useful for, say, a cirrus cloud. This becomes more complicated when you factor in relative settings such as opacity. Opacity for a cloud type is not always the same – it depends on multiple factors, including density. &lt;/p&gt;  &lt;p&gt;Now think of distinctive features of each cloud type: a cumulus or cumulonimbus will churn and grow; a cirrus or stratus will drift without changing shape too much; aurora will bend and shimmer like ribbons; virga will drift and curve.&lt;/p&gt;  &lt;p&gt;If you look at Vue’s interface for creating and managing clouds, providing control for the above mentioned qualities is quite a difficult task. It can be done, no doubt about that, but it is comparable to creating your own motherboard instead of buying one.&lt;/p&gt;  &lt;p&gt;So, as mentioned before, there are complex combinations of settings for each cloud type. To provide easy access with a minimal learning curve, the most logical course of action was to create our own UI that handled things in a different way. Technically, when you compare the Helios UI to the Vue Atmosphere Editor, we are providing a deceptively simpler set of controls that provide methods of creating the desired visuals, without the user engaging in a perpetual cycle of trial and error. &lt;/p&gt;  &lt;p&gt;We intend to ship a library of hundreds of clouds, each with unique settings. To handle that sort of data, we created our own cloud format that stores these settings. Processing and loading them all in a fast manner was going beyond Python’s capabilities so we started putting all of that code into a Windows WPF application, which is now the Helios UI and logic center.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="oldUI" alt="oldUI" src="http://www.daxpandhi.com/image.axd?picture=oldUI.jpg" width="860" height="484" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;A very early Helios UI prototype – these controls helped shape the current version which will be revealed soon. The majority of the controls shown here were depreciated into more precise control sets.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;In practical terms, Helios is launched as a separate window. Users with two monitors can take extra advantage of this, obviously, but it works well on a single monitor as well. When using Helios clouds, it is required that all cloud matters are handled in that UI and not the Atmosphere Editor.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Subvapor Thinking&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The image below shows how Subsurface Scattering looks. The sphere on the left is translucent using SSS; the middle sphere is the same material with SSS disabled. The right sphere uses a clever combination of coloration and light angles to imitate SSS. While not as detailed as the ‘real’ thing, the effect is believable. And, the render time is about 1/15 compared to real SSS!&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=CompareSSS.png" width="860" height="337" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Helios’ clouds use this same mechanism. As a result, they appear fluffier than Vue’s normal clouds. &lt;/p&gt;  &lt;p&gt;In Helios this feature is exposed in the form of &lt;em&gt;Subvapor&lt;/em&gt; controls. The image below shows two different levels of Subvapor Lighting. The &lt;a href="http://www.quadspinner.com/helios/" target="_blank"&gt;Helios website&lt;/a&gt; has a comparison to Vue default clouds.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="Compare2" alt="Compare2" src="http://www.daxpandhi.com/image.axd?picture=Compare2.png" width="860" height="366" /&gt;&lt;img style="display: inline" title="Compare1" alt="Compare1" src="http://www.daxpandhi.com/image.axd?picture=Compare1.png" width="860" height="366" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Subvapor Lighting strengths: Low (Top), Medium-High (Bottom)&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The Subvapor controls represent a full third of the settings available for Helios clouds. The Subvapor presets library represents over 18,000 weather and lighting conditions based on field research across several continents. Subvapor methodology has been a primary focus in our R&amp;amp;D, and I’ll be writing more on how this will change the way you work with clouds. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;In the next post...&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I will talk about the immense role that motion plays in Helios clouds. We made a strong distinction between shape and motion, which will be apparent in the UI itself. The biggest difference you see when using Helios, is that the interface transforms as you manage different types of clouds. I will also show examples of how Helios clouds interact with objects, lights, and other clouds.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=I6Ld4zqMc1g:srEZrUv74C4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=I6Ld4zqMc1g:srEZrUv74C4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=I6Ld4zqMc1g:srEZrUv74C4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=I6Ld4zqMc1g:srEZrUv74C4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DestructionInReverse/~4/I6Ld4zqMc1g" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DestructionInReverse/~3/I6Ld4zqMc1g/post.aspx</link>
      <comments>http://www.daxpandhi.com/post/2012/02/24/Understanding-Helios-1.aspx#comment</comments>
      <guid isPermaLink="false">http://www.daxpandhi.com/post.aspx?id=14b24a9a-3fe4-420a-b428-360930c9ad89</guid>
      <pubDate>Fri, 24 Feb 2012 09:09:59 -1300</pubDate>
      <category>Blog Posts</category>
      <dc:publisher>admin</dc:publisher>
      <pingback:server>http://www.daxpandhi.com/pingback.axd</pingback:server>
      <pingback:target>http://www.daxpandhi.com/post.aspx?id=14b24a9a-3fe4-420a-b428-360930c9ad89</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.daxpandhi.com/trackback.axd?id=14b24a9a-3fe4-420a-b428-360930c9ad89</trackback:ping>
      <wfw:comment>http://www.daxpandhi.com/post/2012/02/24/Understanding-Helios-1.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.daxpandhi.com/syndication.axd?post=14b24a9a-3fe4-420a-b428-360930c9ad89</wfw:commentRss>
    <feedburner:origLink>http://www.daxpandhi.com/post.aspx?id=14b24a9a-3fe4-420a-b428-360930c9ad89</feedburner:origLink></item>
    <item>
      <title>Making of the Helios Volcano</title>
      <description>&lt;div class="blurb"&gt;This is an account from the beginning concept to the final compositing of the grand finale of the Helios preview video. This single scene became such a powerful example that the Helios software was rewritten to include a smoke plume cloud type.&lt;/div&gt;  &lt;p&gt;This is the Helios “hero image”. Having a soft spot in my heart for volcanic things, a personal goal in building Helios was to have all sorts of clouds, not just those that float in the sky. In Vue, creating thunderheads has been just as hard as creating a realistic plume of smoke. Having seen various volcano “burps” - and with having QuadSpinner’s co-founder, Cynthia Najim, living right next door to the youngest and most active volcano in Central America - we had more than enough visual reference to take on this beast of a task.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=HeliosSplash.jpg" width="860" height="367" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The final image of a trailer has to be a finale in every sense of the word. We were searching for the perfect piece to end the Helios trailer with. It needed to represent the core values of the software. But the volcano was never in mind for that finale. The volcano started as an experiment in just how far we could push the clouds in Helios. The image below shows the first incarnation of the smoke.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=TypeCN5.jpg" width="860" height="366" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Created using the same logic that was powering normal Cumulonimbus (Cb) in the library, this Plume cloud (Pl) was extrapolated as a new type. Instead of focusing on lateral movement like a Cb, the Pl goes upwards and expands. Normally, you work with multiple settings to scale different features of the plume, but with the Pl Cloud Type in Helios, you simply have a command called “Grow”. This takes care of growth in terms of height, thickness, subvapor light intensity, detailing of cloud features, and more.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=TypeCN7.jpg" width="860" height="366" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Rather than using a one-size-fits-all approach, we divided each Cloud Type (read more about the types on the &lt;a href="http://www.quadspinner.com/helios/" target="_blank"&gt;Helios website&lt;/a&gt;) into separate logic sets. In other words, we don’t apply the same settings or the same rules to all the cloud types. Cloud types (in nature) are diverse and their uniqueness needs to be captured accurately in the type of settings we expose for them.&lt;/p&gt;  &lt;p&gt;The darker image above represents a fully formed Plume (Pl) cloud type. The coloration and Subvapor Lighting are treated differently without having to apply a new color tone.&lt;/p&gt;  &lt;p&gt;To experiment with this new cloud type, I took it into a volcano scene where it was placed in the center of the cone and expanded as the volcano was erupting. The color hue was changed to look like smoke/ash and mud particles instead of an intense black smoke. You can also notice how the Pl cloud is interacting with the EcoSystem instances at the base by softly engulfing them.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="ApolloVolcanoSmall" alt="ApolloVolcanoSmall" src="http://www.daxpandhi.com/image.axd?picture=ApolloVolcanoSmall.jpg" width="860" height="366" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The animation was working out quite well, but the setting needed a deeper dramatic tone. The volcano was made completely barren instead of having some vegetation on it. The visual toning went from bright blue day skies to a dark overcast night, with intense reds and browns controlling the entire palette. New explosive lighting and details were added to the Pl cloud by setting up a large number of Quadratic Omni lights in the cone of the volcano.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="VolcanoDark2" alt="VolcanoDark2" src="http://www.daxpandhi.com/image.axd?picture=VolcanoDark2.jpg" width="860" height="366" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you hover over the image below, you can see an original 3000 pixel wide isolated mask of the volcano plume. This is a Vue Multipass image.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" class="zoomThis" title="smokeOnly" alt="smokeOnly" src="http://www.daxpandhi.com/image.axd?picture=smokeOnly.jpg" width="3000" height="1277" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Dark cloud cover was added to complete the mood of the image – at least for the pure 3D portion. Certain final lighting changes were made to make the image easier to work with in post-production. Once all the elements looked good, the scene was rendered in multipass to isolate the cloudy sky (Cs), the erupting volcano plume (Pl), and the volcano terrain itself. In post-production, video footage of colored particles was overlaid.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="volc5" alt="volc5" src="http://www.daxpandhi.com/image.axd?picture=volc5.png" width="860" height="379" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Finally, a color correction pass and some lighting effects were added to complete the animation.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="volc6" alt="volc6" src="http://www.daxpandhi.com/image.axd?picture=volc6.png" width="860" height="379" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This entire process was finished in a few hours. It was apparent to everyone on the team that this would be the defining image of the trailer. Large modifications were made to the trailer itself to have the impact of the volcano deeply integrated into the sequences. The particles took on a more prominent role as intro and outro for the trailer. We also re-sequenced the order of shots to flow better in terms of motion and color as the viewer was taken from one image to the next, resulting in an intense eruption at the end.&lt;/p&gt;  &lt;p&gt;A video breakdown of this process is available on the &lt;a href="http://www.quadspinner.com/helios/" target="_blank"&gt;Helios website&lt;/a&gt; in the Compositing section. The finished product can be seen at the end of the Helios preview video.&lt;/p&gt;  &lt;p&gt;The volcano scene was too powerful and exciting to not expand upon. Currently, the scene is being extended to include more visuals and will eventually end up as a key pivotal shot in a future animation project. Keep checking back for updates.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=c2EKNdoMoEU:_bdkJZUTH0Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=c2EKNdoMoEU:_bdkJZUTH0Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=c2EKNdoMoEU:_bdkJZUTH0Y:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=c2EKNdoMoEU:_bdkJZUTH0Y:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DestructionInReverse/~4/c2EKNdoMoEU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DestructionInReverse/~3/c2EKNdoMoEU/post.aspx</link>
      <comments>http://www.daxpandhi.com/post/2012/02/17/Making-of-the-Helios-Volcano.aspx#comment</comments>
      <guid isPermaLink="false">http://www.daxpandhi.com/post.aspx?id=d1f4876d-26c3-431d-88b9-629a27b555e2</guid>
      <pubDate>Fri, 17 Feb 2012 04:09:37 -1300</pubDate>
      <category>Blog Posts</category>
      <category>Gallery</category>
      <category>Experiments</category>
      <dc:publisher>admin</dc:publisher>
      <pingback:server>http://www.daxpandhi.com/pingback.axd</pingback:server>
      <pingback:target>http://www.daxpandhi.com/post.aspx?id=d1f4876d-26c3-431d-88b9-629a27b555e2</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.daxpandhi.com/trackback.axd?id=d1f4876d-26c3-431d-88b9-629a27b555e2</trackback:ping>
      <wfw:comment>http://www.daxpandhi.com/post/2012/02/17/Making-of-the-Helios-Volcano.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.daxpandhi.com/syndication.axd?post=d1f4876d-26c3-431d-88b9-629a27b555e2</wfw:commentRss>
    <feedburner:origLink>http://www.daxpandhi.com/post.aspx?id=d1f4876d-26c3-431d-88b9-629a27b555e2</feedburner:origLink></item>
    <item>
      <title>I am Thunderhead - Helios Teaser video</title>
      <description>&lt;div class="blurb"&gt;The teaser video for Helios, QuadSpinner's new cloud tech, was created literally in one night - including 2 complete renders and one mis-render. I have talked about &lt;a href="http://en.wikipedia.org/wiki/Dogfooding" target="_blank" rel="dontTouch"&gt;dogfooding&lt;/a&gt; before. When you are constantly making products and techniques, dogfood (i.e., using your own product) is basically a constant part of your diet. But all of that is worth it when it tastes great!!&lt;/div&gt;  &lt;p&gt;Dogfood does not &lt;em&gt;always&lt;/em&gt; taste good and you are always a little concerned right before you test out something is not yet complete, but a couple of nights ago, my friend &lt;a href="http://www.animax3d.sk" target="_blank"&gt;Marek Mihok&lt;/a&gt; and I got a pleasant surprise.&lt;/p&gt;  &lt;p&gt;Yesterday, we released a &lt;a href="http://www.quadspinner.com/helios" target="_blank"&gt;small teaser for HELIOS&lt;/a&gt;, our new cloud technology for e-on software’s Vue platform. The complete website with videos and examples, not to mention actual details of the product, will be released this Friday. But we had so many fans clamoring for &lt;em&gt;something&lt;/em&gt; that we decided to do a quick animation. And it was almost an afterthought!&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="Helios" alt="Helios" src="http://www.daxpandhi.com/image.axd?picture=Heliosblog.jpg" width="860" height="364" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you are unfamiliar with cloud rendering in Vue, a nice atmospheric render with heavy clouds can take 30 minutes or so for each 720p frame. Designing great looking clouds can be an elusive and cumbersome process too. We set out with a heavy goal for Helios to get rid of all of that: easy to create, quick to render. This is where the dogfood got tasty.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="Helios Cloud" alt="Helios Cloud" src="http://www.daxpandhi.com/image.axd?picture=Crater2_Matte.jpg" width="860" height="378" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;While still several months from release, the current alpha build of Helios, has a great library of handcrafted fractal clouds that look and behave very much like their real world counterparts. We have most of the internal logic down for features such as &lt;em&gt;Subvapor Lighting&lt;/em&gt; (think SSS for clouds).&lt;/p&gt;  &lt;p&gt;Using Helios’ cloud animation features, it took about 20 minutes to set up a great looking high altitude scene with majestic clouds that slowly animated (when you watch the animation, keep a close eye on how subtly the clouds transform) as the camera passed through them in early morning light. The original plan for this was not to use as a teaser but as an example for the product. The actual teaser was going to be just a simple static render. With 36 hours left before the teaser’s launch time, who would be crazy enough to decide to a brand new 1 minute animation!&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="Test Frame" alt="Test Frame" src="http://www.daxpandhi.com/image.axd?picture=HeliosFrameBlog.jpg" width="860" height="378" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It was rendering at 1280x545 (720p letterboxed Panavision in the end) with Helios’ render settings which cost less than a minute per frame and did not have any noise or grain! And this is on a single machine (i7 990X), NOT a render farm.&lt;/p&gt;  &lt;p&gt;While the big render was running, I showed Marek a smaller resolution test render. He saw it and we both loved it, but he said “We need it to be slower! It will look great!”. At this point, I’m starting to sweat bullets. We were rendering 240 frames. It was going to take a while to do it and I was already thinking of what music to use on it and make it into a quick teaser for the weekend release of the actual site. If we were to double the length (or more, as the music demanded) then it would take even longer! No way was it going to be ready for &lt;em&gt;tomorrow’s release!!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Thankfully, as usual, Marek was ready to help with his powerful dual Xeon. That machine can equal a typical 4 computer render farm. A frame that took 48 seconds on my i7 990X, took under 30 on Marek’s Xeon.&lt;/p&gt;  &lt;p&gt;We stopped the previous 10 second animation that was already well into rendering. I went back and elongated the animation from 10 seconds to 45 seconds and send it to Marek to render. My projection showed it would be between 18 to 20 hours for the render to complete.&lt;/p&gt;  &lt;p&gt;To get everything else ready, I did a 640x272 render of the same animation which finished in 2 hours and 30 minutes. I resampled it to 1280x545 and dropped it into After Effects so I can do all the additional post-processing and effects on it. Then it was laid down to music with timed titles. In a matter of 4 hours, everything was done and the trailer was ready. The only thing missing was the actual full resolution animation itself.&lt;/p&gt;  &lt;p&gt;In a total of &lt;strong&gt;8 hours and 30 minutes&lt;/strong&gt;, the Xeon had finished the 545p animation render! All of this was 10 hours &lt;em&gt;ahead &lt;/em&gt;of the projected “earliest” time. Helios was rendering each frame in under 30 seconds. &lt;/p&gt;  &lt;p&gt;Best dogfood I’ve ever tasted!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The rest was just a simple matter of replacing the footage in After Effects and re-rendering the teaser video. The teaser, fondly titled “&lt;em&gt;I am Thunderhead&lt;/em&gt;”, went online yesterday. You can watch it online or download the 95mb HD file at &lt;a href="http://www.quadspinner.com/HELIOS/"&gt;http://www.quadspinner.com/HELIOS/&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Check the website this Friday (Feb 17) for the full release of the Helios website.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=EJDPQNYUrEQ:fFHqV2Yor2M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=EJDPQNYUrEQ:fFHqV2Yor2M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=EJDPQNYUrEQ:fFHqV2Yor2M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=EJDPQNYUrEQ:fFHqV2Yor2M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DestructionInReverse/~4/EJDPQNYUrEQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DestructionInReverse/~3/EJDPQNYUrEQ/post.aspx</link>
      <comments>http://www.daxpandhi.com/post/2012/02/13/I-am-Thunderhead-Helios-Teaser-video.aspx#comment</comments>
      <guid isPermaLink="false">http://www.daxpandhi.com/post.aspx?id=99985279-54c6-4834-96e4-4188401542a7</guid>
      <pubDate>Mon, 13 Feb 2012 23:45:17 -1300</pubDate>
      <category>Blog Posts</category>
      <category>Experiments</category>
      <dc:publisher>admin</dc:publisher>
      <pingback:server>http://www.daxpandhi.com/pingback.axd</pingback:server>
      <pingback:target>http://www.daxpandhi.com/post.aspx?id=99985279-54c6-4834-96e4-4188401542a7</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.daxpandhi.com/trackback.axd?id=99985279-54c6-4834-96e4-4188401542a7</trackback:ping>
      <wfw:comment>http://www.daxpandhi.com/post/2012/02/13/I-am-Thunderhead-Helios-Teaser-video.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.daxpandhi.com/syndication.axd?post=99985279-54c6-4834-96e4-4188401542a7</wfw:commentRss>
    <feedburner:origLink>http://www.daxpandhi.com/post.aspx?id=99985279-54c6-4834-96e4-4188401542a7</feedburner:origLink></item>
    <item>
      <title>Balancing the Master Class</title>
      <description>&lt;p&gt;How do you pick content to fit in 7 hours that you have experienced over the course of 15,000 hours?&lt;/p&gt;  &lt;p&gt;That is the question I’ve been grappling with for the past few weeks since we announced the &lt;a href="http://www.quadspinner.com/masterclass.aspx" target="_blank"&gt;Master Class&lt;/a&gt;. The overall list of items to cover has been ready for several months and keeps on increasing. It is clear that everything cannot be covered, so what should be kept and what should be saved for another class?&lt;/p&gt;  &lt;p&gt;Good Vue training is not that hard to find. (In fact, we have some &lt;a href="http://www.quadspinner.com/training.aspx" target="_blank"&gt;good training videos&lt;/a&gt; if you want a head start before the class.) The problem is that large scale animation needed for film and television is vastly different than creating still images. The latter is where most Vue training products excel, but unfortunately the pros can become cons when applied to an animation project. What makes our Master Class different from any other training seminar is that it is built specifically for such large scale animation projects.&lt;/p&gt;  &lt;p&gt;My basic formula for the content became: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;realism + superior creative control + cost-effective implementation + fast render output&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The following is a list of aspects and specific items that are the central pillars of the content of the Class.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Visuals&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;That is almost a given. First and foremost, everything in the class must count towards the end-goal of excellent visual realism. This thread is richly interwoven throughout the entire presentation.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=Tes3i_network3cvisuals.jpg" width="940" height="323" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Interpreting Nature in Vue’s terms&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This became the first segment of the class. The majority of attendees are familiar with Vue or at least the general concepts of the software. The core fractal nature of Vue is similar to the hypothesized &lt;a href="http://en.wikipedia.org/wiki/Higgs_boson" target="_blank"&gt;Higgs boson particle&lt;/a&gt; – understanding that most basic element can open you up to all the possibilities of Vue.&lt;/p&gt;  &lt;p&gt;The harder part is translating something you see out in nature in Vue terms. This is where all the &lt;a href="http://www.quadspinner.com/expeditions.aspx" target="_blank"&gt;Vue expeditions&lt;/a&gt; come in.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=0809.jpg" width="940" height="348" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=Copy%20of%20Pan02.jpg" width="940" height="299" /&gt;&lt;/p&gt;  &lt;p&gt;Hundreds of hours spent in the field, interpreting natural patterns into Vue fractal space are merged with an understanding of integrating artistic/creative flexibility. The resulting set of design principles are explained in the primer part of the class and then spread throughout the rest of the content in context-sensitive blocks.&lt;/p&gt;  &lt;p&gt;The end-goal being that if you follow these principles, even the most outlandish, alien environments can be made to look real and believable.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Erosion&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This is a huge, huge deal! So many people have expressed interest in better terrain design. This is where the Vue-World Machine pipeline comes in. One entire segment of the class is dedicated to integrating World Machine into Vue.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=Graph.jpg" width="940" height="403" /&gt;&lt;/p&gt;  &lt;p&gt;By using complex graphs on top of imported Vue procedural terrains (below), or designed from scratch (above) we redefine the entire process of terrain design.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=Deadlands7nopp.jpg" width="940" height="400" /&gt;&lt;/p&gt;  &lt;p&gt;Great terrains are at the heart of just about any environment you create. The unique techniques presented in the terrain segment of the class are geared towards broader usage of the terrains, and not just simply having the terrain be the goal itself. In other words: material, texture, ecosystem, and other aspects of the scene are taken into consideration when crafting the terrain and then special excerpts and outputs of the terrain are used to achieve both superior realism and incredible creative control.&lt;/p&gt;  &lt;p&gt;The procedural nature of this pipeline allows for instant and vastly powerful editing. Allowing for creative direction to alter the design without rupturing the delicately balanced procedural graphs was a key aspect when this pipeline was being built.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Atmosphere + Light&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Lighting a scene in Vue often becomes quite different – if you are intent on realism – than in any other 3D package. Lighting is the de facto key element for any environment, and the entire segment on Atmosphere and Lighting in the Master Class focuses on how a 3D artist needs to realign their thinking for Vue.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=splash9.jpg" width="940" height="303" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Economy&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This is perhaps the hallmark of this class. A whole segment at the end of the class is called ‘The Economy of Natural Design’ – roughly translated to ‘what you can get away with’.&lt;/p&gt;  &lt;p&gt;The entire content of this segment focuses on maintaining a balance between pushing the software for better visuals, while pushing it for faster output.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=PineAnimation3a.png" width="940" height="400" /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The most basic result of this is speed in terms of rendering. But at the same time, it also talks about minimizing the effort needed to be applied, cutting corners in crafting the scene, and creating massive scenes without a massive budget.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Blazing Renders&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.daxpandhi.com/mesa1.jpg" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Click for 4000px version" border="0" alt="Click for 4000px version" src="http://www.daxpandhi.com/image.axd?picture=Mesa1small3.jpg" width="940" height="384" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Clicking the image above will bring up a 4000px version. We ran many tests on an i7 laptop, i7 980 Extreme workstation, and thanks to my friend &lt;a href="http://www.linkedin.com/pub/marek-mihok/10/a97/505" target="_blank"&gt;Marek Mihok&lt;/a&gt;, a dual Xeon (24 cores, gazillion GBs of RAM, etc.). The Xeon config is roughly equal to 3 or 4 typical render nodes found in any modern render farm.&lt;/p&gt;  &lt;p&gt;On the i7 machines we could easily get 720p frames between 10 to 30 minutes per frame. On the Xeon, again equivalent to a very small render farm, we could get it to under 10 minutes.&lt;/p&gt;  &lt;p&gt;As one of our focuses in the class is about large scale production, we decided to test frames from the trailer at 4000 pixels wide output. The render times are significantly low for 4k frames, and can still be optimized further.&lt;/p&gt;  &lt;p&gt;If the requirement is matte painting where you need an image base as opposed to a full animation, then this opens up the avenue for rendering several thousand pixel tall images.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Matte + Compositing Considerations&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Speaking of matte paintings, spread throughout the class is special content for matte painting and compositing considerations. This can be as simple as a set of filtered output techniques, to complex multipass renders where layers and layers of visual data are separated from the overall render for further enhancement and compositing.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: inline" title="" alt="" src="http://www.daxpandhi.com/image.axd?picture=CraterLake_MP__Cloud%20Mask_Alpha.png" width="940" height="400" /&gt;&lt;/p&gt;  &lt;p&gt;Layered output in matte paintings is nothing new, but the class also focuses on structuring scenes specifically for layered output so that if the direction changes or something new needs to be tried, the amount of work is minimized.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I will continue to write more about the class and share some visuals from the content, so stay tuned.&lt;/p&gt;  &lt;p&gt;If you still haven’t signed up for the Master Class, I recommend you &lt;a href="http://www.quadspinner.com/masterclass.aspx" target="_blank"&gt;register before we run out of seats&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=YkTsl-I4RAA:COeO2Gor26Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=YkTsl-I4RAA:COeO2Gor26Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=YkTsl-I4RAA:COeO2Gor26Y:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=YkTsl-I4RAA:COeO2Gor26Y:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DestructionInReverse/~4/YkTsl-I4RAA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DestructionInReverse/~3/YkTsl-I4RAA/post.aspx</link>
      <comments>http://www.daxpandhi.com/post/2011/08/11/Balancing-the-Master-Class.aspx#comment</comments>
      <guid isPermaLink="false">http://www.daxpandhi.com/post.aspx?id=bb667b5a-b8e8-4d8c-b6e5-28ee697ca9b0</guid>
      <pubDate>Thu, 11 Aug 2011 12:15:00 -1300</pubDate>
      <category>Blog Posts</category>
      <dc:publisher>admin</dc:publisher>
      <pingback:server>http://www.daxpandhi.com/pingback.axd</pingback:server>
      <pingback:target>http://www.daxpandhi.com/post.aspx?id=bb667b5a-b8e8-4d8c-b6e5-28ee697ca9b0</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.daxpandhi.com/trackback.axd?id=bb667b5a-b8e8-4d8c-b6e5-28ee697ca9b0</trackback:ping>
      <wfw:comment>http://www.daxpandhi.com/post/2011/08/11/Balancing-the-Master-Class.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.daxpandhi.com/syndication.axd?post=bb667b5a-b8e8-4d8c-b6e5-28ee697ca9b0</wfw:commentRss>
    <feedburner:origLink>http://www.daxpandhi.com/post.aspx?id=bb667b5a-b8e8-4d8c-b6e5-28ee697ca9b0</feedburner:origLink></item>
    <item>
      <title>Granular Nature - excerpt from the Master Class</title>
      <description>&lt;p align="left"&gt;This scene is a live exercise I&amp;rsquo;ll be showing at the &lt;a href="http://www.quadspinner.com/MasterClass.aspx" target="_blank"&gt;Master Class&lt;/a&gt;.&lt;/p&gt;
&lt;p align="left"&gt;One of the key things that helps rocky scenes like the one below is granularity. But that effect is difficult to achieve and sometimes slow to render if you go for good quality. The balanced solution lies in HyperTextures and HyperBlobs.&lt;/p&gt;
&lt;p align="left"&gt;HyperTextures are common enough in 3D, but in Vue they take on a whole new process which is extended by the HyperBlob feature. The cave in the scene below is constructed entirely of HyperTextures and HyperBlobs. The central rock obelisks are HyperTerrains.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: inline;" title="" src="http://www.daxpandhi.com/image.axd?picture=DesertCorner2o_940_1.jpg" alt="" class="zoomThis" /&gt;&lt;/p&gt;
&lt;p&gt;HyperTextures/Blobs can carry granular detail that you can&amp;rsquo;t accommodate in materials or are just too expensive to render with displacement.&lt;/p&gt;
&lt;p&gt;Below is a breakdown of the single HyperTexture material used to power all the blobs in the scene. The essential HyperTexture material is created with a simple Fast Perlin Fractal which is the most economical for render speeds. The resulting untextured output can be seen on the left. That is what will shape the HyperBlob. The granular detail is present in the physical shape rather than simply painted as bumps on the material. On top of this HyperTexture, we have the &lt;a href="http://www.cornucopia3d.com/brokeredfor.php?artist_store=112&amp;amp;all=1&amp;amp;first=1&amp;amp;crit=" target="_blank"&gt;GeoAffinity&lt;/a&gt; &amp;ldquo;Lavaline&amp;rdquo; material applied for the coloration and some minor bump texture.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: inline;" title="" src="http://www.daxpandhi.com/image.axd?picture=HTxGraph.jpg" alt="" class="zoomThis" /&gt;&lt;/p&gt;
&lt;p&gt;Below is a close up of the left side of the image. You can see that even in indirectly lit parts, the granular nature of the HyperTexture is visible. A bump map cannot give you that light/shadow play in shadowed or under-lit areas.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: inline;" title="" src="http://www.daxpandhi.com/image.axd?picture=DesertCorner2o_940_2.jpg" alt="" class="zoomThis" /&gt;&lt;/p&gt;
&lt;p&gt;The creation of this scene, building HyperTexture materials from scratch, and using HyperBlobs effectively will be covered in the Master Class in detail. Visit &lt;a href="http://www.quadspinner.com"&gt;www.quadspinner.com&lt;/a&gt; for details.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=h0OF3C7lCBE:SmwdyRTMVTc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=h0OF3C7lCBE:SmwdyRTMVTc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DestructionInReverse?a=h0OF3C7lCBE:SmwdyRTMVTc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DestructionInReverse?i=h0OF3C7lCBE:SmwdyRTMVTc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DestructionInReverse/~4/h0OF3C7lCBE" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DestructionInReverse/~3/h0OF3C7lCBE/post.aspx</link>
      <comments>http://www.daxpandhi.com/post/2011/07/29/Granular-Nature-excerpt-from-the-Master-Class.aspx#comment</comments>
      <guid isPermaLink="false">http://www.daxpandhi.com/post.aspx?id=8694003f-fc0c-410c-9e2f-19107f1f56d9</guid>
      <pubDate>Fri, 29 Jul 2011 08:13:00 -1300</pubDate>
      <category>Blog Posts</category>
      <category>Gallery</category>
      <dc:publisher>Admin</dc:publisher>
      <pingback:server>http://www.daxpandhi.com/pingback.axd</pingback:server>
      <pingback:target>http://www.daxpandhi.com/post.aspx?id=8694003f-fc0c-410c-9e2f-19107f1f56d9</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.daxpandhi.com/trackback.axd?id=8694003f-fc0c-410c-9e2f-19107f1f56d9</trackback:ping>
      <wfw:comment>http://www.daxpandhi.com/post/2011/07/29/Granular-Nature-excerpt-from-the-Master-Class.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.daxpandhi.com/syndication.axd?post=8694003f-fc0c-410c-9e2f-19107f1f56d9</wfw:commentRss>
    <feedburner:origLink>http://www.daxpandhi.com/post.aspx?id=8694003f-fc0c-410c-9e2f-19107f1f56d9</feedburner:origLink></item>
  </channel>
</rss>

