<?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 Any way to keep stereo render mode in vred go? in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/any-way-to-keep-stereo-render-mode-in-vred-go/m-p/10266291#M3161</link>
    <description>&lt;P&gt;I wish to export a vred go exe program that keep the stereo render mode(sbs squeezed) and stereo settings too, for now it is only a 2d mode even the camera is in 3d mode when exporting the scene.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Apr 2021 09:22:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-25T09:22:43Z</dc:date>
    <item>
      <title>Any way to keep stereo render mode in vred go?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/any-way-to-keep-stereo-render-mode-in-vred-go/m-p/10266291#M3161</link>
      <description>&lt;P&gt;I wish to export a vred go exe program that keep the stereo render mode(sbs squeezed) and stereo settings too, for now it is only a 2d mode even the camera is in 3d mode when exporting the scene.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 09:22:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/any-way-to-keep-stereo-render-mode-in-vred-go/m-p/10266291#M3161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-25T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to keep stereo render mode in vred go?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/any-way-to-keep-stereo-render-mode-in-vred-go/m-p/10289696#M3162</link>
      <description>&lt;P&gt;Add this to Edit &amp;gt; Script editor before exporting to VRED Go:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;enableStereo(-1, True, True, 4, 63.0, 1500.0)&lt;/LI-CODE&gt;
&lt;P&gt;mode 4 is "left/right split half". You find the numbers for the other modes in the documentation of enableStereo (API v1) if this is not the mode you need. 63 is default eye separation.&lt;/P&gt;
&lt;P&gt;VRED Go runs the embedded script automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to switch stereo on and off, you can define shortcuts to do so also by script: Press key "1" to enable stereo, "2" to disable.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;def stereoOn():
    enableStereo(-1, True, True, 4, 63.0, 1500.0)
def stereoOff():
    enableStereo(-1, False, True, 4, 63.0, 1500.0)

key1 = vrKey(Key_1)
key1.connect(stereoOn)
key2 = vrKey(Key_2)
key2.connect(stereoOff)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 13:58:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/any-way-to-keep-stereo-render-mode-in-vred-go/m-p/10289696#M3162</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2021-05-04T13:58:27Z</dc:date>
    </item>
  </channel>
</rss>

