<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Better modeling viewport rendering in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564916#M75650</link>
    <description>&lt;P&gt;Yup - Industrial Designer here, so presentation is important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for HDRI sources.&amp;nbsp;&lt;A href="https://hdrmaps.com" target="_blank"&gt;https://hdrmaps.com&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://polyhaven.com/hdris" target="_blank"&gt;https://polyhaven.com/hdris&lt;/A&gt;&amp;nbsp;are both good places to start - the latter being free.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the ones I showed above, they are a combination of reworking the existing Fusion 360** images, or making my own (either painted in Photoshop, or rendered out of KeyShot using their "light pins" tools and a background image).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like my HDR images to be a &lt;EM&gt;bit&lt;/EM&gt; cartoony since I'm typically doing surface valuation. For instance, for my Infinity Pool reflection map, I mimicked the old Alias "&lt;A href="https://knowledge.autodesk.com/support/alias-products/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Alias/files/GUID-CAFC7C01-9315-458D-BC1D-3EC25DB6B5E4-htm.html" target="_blank" rel="noopener"&gt;double horizon&lt;/A&gt;", but less purple and black - ha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd repost, but since many are derived art from published software, I'm not sure if that would be frowned upon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** Alias uses some of the same HDR images as Fusion, but are often crisper and/or higher resolution so I used them when available.&lt;/P&gt;</description>
    <pubDate>Sun, 22 Aug 2021 19:13:01 GMT</pubDate>
    <dc:creator>maruska</dc:creator>
    <dc:date>2021-08-22T19:13:01Z</dc:date>
    <item>
      <title>Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10563496#M75645</link>
      <description>&lt;P&gt;I recently stumbled on this post. It gets at an issue that has bugged me for a while.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-design-validate/appearance-question/td-p/10551699" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-design-validate/appearance-question/td-p/10551699&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fusion 360's modeling viewport is a pretty capable realtime renderer, but the way it's been executed results in models that are dull and beige. I like to be able to take quick screen shots of models to share with clients. Not a full ray-traced renderings; &amp;nbsp;just work-in-progress, or something to sketch over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was also involved in the development of the IBL (image-based-lighting) workflow of Alias's viewport several years ago - so I figured I would dig into Fusion's underpinnings and see what's up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I knew that these directories existed and had played with modifying the files, but had mixed results - until by accident I figured out how they work.&amp;nbsp;On the Mac (I'll follow-up with PC instructions at some point when I get my hands on a windows machine), you can dig into the Fusion app directory like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Users/$HOME/Library/Application Support/Autodesk/webdeploy/production/cdedd4b05efae2d277df7be3d315d4ccce03a01d/Autodesk Fusion 360.app/Contents/Libraries/Neutron/Neutron/Server/Scene/Resources/Environments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that Environments directory are the sub-directories that hold all the assets for the viewport environments. Here is what the Dark Sky environment looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-08-21 at 12.17.58 PM.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955662i807A7EF91829CB28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-08-21 at 12.17.58 PM.png" alt="Screen Shot 2021-08-21 at 12.17.58 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The EXR file is the main reflection map. Just modifying it will change the look of 100% glossy surfaces, but nothing else. I knew updating the .dds files were the trick for updating the look of non-glossy surfaces (any material with a roughness greater than zero). Any attempt I made to bring the .dds files into an image editor yielded poor results, if any. Then by accident I discovered that Fusion generates the .dds files from the EXR at runtime - so just deleting the .dds files after you update the EXR allows you to easily update the image based lighting. So you can find an HDRI image you like, name it accordingly (DarkSky-Reflection-dwab.exr for instance). delete the .dds files, run Fusion and everything updates at launch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The XML file has a line of code at allows you the change the brightness of the HDRI image after the fact, tuning the look/exposure of the reflection maps; with zero being no adjustment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;ToneMapping ExposureBase="0" /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, here are some examples of my new viewports before and after...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dark Sky Before" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955663i8A85BCD2A3B7EC41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dark_Sky_B_2021_08_21_jm.png" alt="Dark Sky Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Dark Sky Before&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dark Sky After" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955664iB52B904F6783A107/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dark_Sky_A_2021_08_21_jm.png" alt="Dark Sky After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Dark Sky After&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Grey Room Before" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955665i26ECAC6D4054470A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Grey_Room_B_2021_08_21_jm.png" alt="Grey Room Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Grey Room Before&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Grey Room After" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955666iD1139EA60B6B4A25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Grey_Room_A_2021_08_21_jm.png" alt="Grey Room After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Grey Room After&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Infinity Pool Before" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955667i7C2EAF01F563AD25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Infinity_Pool_B_2021_08_21_jm.png" alt="Infinity Pool Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Infinity Pool Before&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Infinity Pool After" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955669i61DF0A2E5B71095D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Infinity_Pool_A_2021_08_21_jm.png" alt="Infinity Pool After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Infinity Pool After&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo Booth Before" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955668i715232ADB6F645BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Photo_Booth_B_2021_08_21_jm.png" alt="Photo Booth Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Photo Booth Before&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo Booth After" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955670i7AF7DB233EC1342C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Photo_Booth_A_2021_08_21_jm.png" alt="Photo Booth After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Photo Booth After&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tranquility Blue Before" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955671i62BBACD3681E59B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tranquility_Blue_B_2021_08_21_jm.png" alt="Tranquility Blue Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Tranquility Blue Before&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tranquility Blue After" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/955672i3325CF5E5C79A03D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tranquility_Blue_A_2021_08_21_jm.png" alt="Tranquility Blue After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Tranquility Blue After&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, I wanted viewport rendering that was both higher contrast and properly white balanced, with exposure adjustments that ensured "white" looks white (but not too white, or specular highlights won't show up). But with the ability to tweak at will, you can get the look you are after fairly easily.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what warranties this voids, or how Autodesk would respond to encouraging modifying the software. I also don't know what happens when an update is pushed. I'll keep a back-up of my new IBL's for sure. Happy tweaking...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2021 19:53:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10563496#M75645</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-21T19:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10563847#M75646</link>
      <description>&lt;P&gt;Very cool stuff!&lt;/P&gt;
&lt;P&gt;The only downside I see is that you'll have to re-do this every time a new Fusion 360 update is installed.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 02:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10563847#M75646</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2021-08-22T02:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564766#M75647</link>
      <description>&lt;P&gt;Here is the path to the environment files on a PC:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;C:\Users\$HOME\AppData\Local\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\Neutron\Server\Scene\Resources\Environments&lt;/PRE&gt;&lt;P&gt;Keep in mind that on both the Mac &lt;EM&gt;and&lt;/EM&gt; PC version, that hashed folder name (i.e. 2719e3c6bed8896e3c7319fbb8bfbceff8f489a4) changes with each version and deployment, so per &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;suggestion, you'll need to do some hunting when Fusion 360 updates. &amp;nbsp;YMMV...&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 16:45:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564766#M75647</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-22T16:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564771#M75648</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;Yes - I don't expect many people will do this, but I did want to illustrate that it&amp;nbsp;&lt;EM&gt;can&lt;/EM&gt; be done, and without &lt;EM&gt;too&lt;/EM&gt; much effort; if for no other reason than to catch the Fusion 360 team's eye and show a path forward to solving an issue that another user raised... and that has bugged me for a while.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 16:48:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564771#M75648</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-22T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564861#M75649</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/132758"&gt;@maruska&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;Yes - I don't expect many people will do this,&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't believe that either, but it still is really cool. Thanks for sharing and for the effort!&lt;/P&gt;
&lt;P&gt;My guess is that this is more interesting to those that do game modeling or/and industrial design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share where the HDRI's you used can be found?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 18:19:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564861#M75649</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2021-08-22T18:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564916#M75650</link>
      <description>&lt;P&gt;Yup - Industrial Designer here, so presentation is important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for HDRI sources.&amp;nbsp;&lt;A href="https://hdrmaps.com" target="_blank"&gt;https://hdrmaps.com&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://polyhaven.com/hdris" target="_blank"&gt;https://polyhaven.com/hdris&lt;/A&gt;&amp;nbsp;are both good places to start - the latter being free.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the ones I showed above, they are a combination of reworking the existing Fusion 360** images, or making my own (either painted in Photoshop, or rendered out of KeyShot using their "light pins" tools and a background image).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like my HDR images to be a &lt;EM&gt;bit&lt;/EM&gt; cartoony since I'm typically doing surface valuation. For instance, for my Infinity Pool reflection map, I mimicked the old Alias "&lt;A href="https://knowledge.autodesk.com/support/alias-products/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Alias/files/GUID-CAFC7C01-9315-458D-BC1D-3EC25DB6B5E4-htm.html" target="_blank" rel="noopener"&gt;double horizon&lt;/A&gt;", but less purple and black - ha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd repost, but since many are derived art from published software, I'm not sure if that would be frowned upon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** Alias uses some of the same HDR images as Fusion, but are often crisper and/or higher resolution so I used them when available.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 19:13:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10564916#M75650</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-22T19:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10566413#M75651</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/132758"&gt;@maruska&lt;/a&gt;&amp;nbsp;- I have passed this post on to our graphics/rendering team.&amp;nbsp; It does seem that your results are an improvement visually, and hopefully these suggestions can be incorporated into the product itself.&amp;nbsp; Thank you for taking the time to figure this out!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:27:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10566413#M75651</guid>
      <dc:creator>jeff_strater</dc:creator>
      <dc:date>2021-08-23T12:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10566933#M75652</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/226105"&gt;@jeff_strater&lt;/a&gt;&amp;nbsp;Excellent! Feel free to reach out to me if you have any questions. I'm happy to share my source files directly if your team wants them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentioned my (personal) priorities for a CAD viewport are: white balance and accurate color rendering, contrast, surface evaluation, and (as a stretch goal) customizability.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 16:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10566933#M75652</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-23T16:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10570181#M75653</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;The scene mods didn't survive last night's update, but a quick overwrite of folders from my back-up restored all my tricks...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 16:49:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10570181#M75653</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2021-08-24T16:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10604944#M75654</link>
      <description>&lt;P&gt;Good work, now I'm wondering why Fusion doesn't follow your lead?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 09:39:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10604944#M75654</guid>
      <dc:creator>david.quayle</dc:creator>
      <dc:date>2021-09-07T09:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10605032#M75655</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4146564"&gt;@david.quayle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Good work, now I'm wondering why Fusion doesn't follow your lead?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you go back 3 or 4 posts, please read what Jeff Strater wrote.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 10:23:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10605032#M75655</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2021-09-07T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10620227#M75656</link>
      <description>&lt;P&gt;I as well take quick screenshots all the time. This would be a great update to do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 03:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/10620227#M75656</guid>
      <dc:creator>gooch12013</dc:creator>
      <dc:date>2021-09-14T03:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/11446330#M75657</link>
      <description>did anything ever become of this?</description>
      <pubDate>Mon, 26 Sep 2022 18:18:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/11446330#M75657</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2022-09-26T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13079728#M75658</link>
      <description>&lt;P&gt;I am also interested in knowing whether any of the suggested tweaks/ workarounds &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/132758"&gt;@maruska&lt;/a&gt;&amp;nbsp;shared would be incorporated into Fusion directly? I have a similar use case where:&lt;/P&gt;&lt;P&gt;"I want white balance and to take quick screenshots (not full renders).&amp;nbsp;&lt;SPAN&gt;For me, I wanted viewport rendering that was both higher contrast and properly white balanced, with exposure adjustments that ensured "white" looks white (but not too white, or specular highlights won't show up). But with the ability to tweak at will, you can get the look you are after fairly easily." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm tempted to try the things mentioned in their post, but I'm a coding nube and don't want to break the software. I also think my IT department (government enterprise license) may frown upon this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 19:51:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13079728#M75658</guid>
      <dc:creator>Risa.Oram</dc:creator>
      <dc:date>2024-10-11T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13655751#M75659</link>
      <description>&lt;P&gt;These are all valid concerns. Presentation is important even if you're just sharing your CAD screen on a call with the client. And default Fusion environments leave a lot to be desired. They're all different shades of gray, ugly tranquility blue and one snow white. And it's only in Photobooth that you have decent lighting. All the others are very dark.&amp;nbsp;&lt;BR /&gt;I ended up modifying photobooth XML to change background to black and modify sketch lines and dimensions colors for contrast. Now I'm into hacking lighting too. And then I'll have to keep backups of all the xmls. This is ridiculous. I absolutely can not understand why is it so hard to provide users with an interface to change all of this from preferences.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:26:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13655751#M75659</guid>
      <dc:creator>aleksei_ovsienko</dc:creator>
      <dc:date>2025-05-29T08:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13655960#M75660</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16954058"&gt;@aleksei_ovsienko&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;... I absolutely can not understand why is it so hard to provide users with an interface to change all of this from preferences.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It isn't "hard". It simply hasn't bubbled up to the top of the priority list. 15 posts in 3-4 years isn't a lot of support.&lt;BR /&gt;I've reposted this issue as an improvement request on the Fusion Slack channel (only open to Autodesk Employes and EEs)&amp;nbsp; as there is some work in progress to improve the rendering experience.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 11:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13655960#M75660</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2025-05-29T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13656362#M75661</link>
      <description>&lt;P&gt;It didn’t help that it was marked “solved” soon after I posted it. It’s not solved. This isn’t a solution. It’s a hack and a workaround at best.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 15:12:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13656362#M75661</guid>
      <dc:creator>maruska</dc:creator>
      <dc:date>2025-05-29T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13656443#M75662</link>
      <description>&lt;P&gt;I don't think that makes any difference. People who are looking for this will still find the thread and comment on it.&lt;/P&gt;
&lt;P&gt;Thanks again for posting this hack!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 16:00:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13656443#M75662</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2025-05-29T16:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13729392#M318018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/132758"&gt;@maruska&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16954058"&gt;@aleksei_ovsienko&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8403506"&gt;@Risa.Oram&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3705626"&gt;@gooch12013&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/products/fusion-360/blog/july-2025-product-update-whats-new/#:~:text=Visual%20Upgrade%20for,more%20vibrant%20models" target="_blank" rel="noopener"&gt;Environment tone mapping was improved in the July 2025 update&lt;/A&gt;. Feel free to take a look at let us know what you think.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Section 1 (1).png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1553389i257C625684E1EC71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Section 1 (1).png" alt="Section 1 (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Karina&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:16:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13729392#M318018</guid>
      <dc:creator>karina.harper</dc:creator>
      <dc:date>2025-07-17T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Better modeling viewport rendering</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13730442#M318049</link>
      <description>&lt;P&gt;Yeah, this is better. More light on the model gives better contrast. Infinity Pool looks OK if you have the ground plane and environment dome on. With no plane and dome Grey Room would be my preference, as good as my custom jet black. Can't get why Drak Sky has white edges instead of black, that looks really weird.&lt;BR /&gt;&lt;BR /&gt;To be honest I don't get the concept of Environment Dome at all. What would people normally use it for?&amp;nbsp;&lt;BR /&gt;And the ground plane is a little annoying because the only time it's of any use is when you're rendering. And if you've done the whole project the wrong way up you can't just designate a ground plane in Render, you have to reposition everything. On one hand it kinda forces you to keep your XYZ coordinates consistent in between projects and remember to put the first component in the assembly right way up before switching the ground plane off for good cuz it's weird and in the way. On the other I can't see why have a ground place in the design workspace at all if it's only useful in Render.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 07:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/better-modeling-viewport-rendering/m-p/13730442#M318049</guid>
      <dc:creator>aleksei_ovsienko</dc:creator>
      <dc:date>2025-07-18T07:52:39Z</dc:date>
    </item>
  </channel>
</rss>

