<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Virtual Reality Archives - RCP Learning</title>
	<atom:link href="https://www.rcplearning.com/category/virtual-reality/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rcplearning.com/category/virtual-reality/</link>
	<description>Where Technology Meets Training</description>
	<lastBuildDate>Mon, 10 Feb 2020 16:31:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">128724060</site>	<item>
		<title>Getting data out of Unity to an xAPI recipient</title>
		<link>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/</link>
					<comments>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/#respond</comments>
		
		<dc:creator><![CDATA[James Ringrose]]></dc:creator>
		<pubDate>Wed, 09 Jan 2019 17:43:25 +0000</pubDate>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Product Demo]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<guid isPermaLink="false">https://www.rcplearning.com/?p=15152</guid>

					<description><![CDATA[<p>OK this is pretty nerdy. Everyone gets excited about the possibility of using the incredible graphics and physics of gaming engines like Unity, by then they hit a reality wall.  How to get SCORM or xAPI data out of it. What did your learner do? It's almost laughable to create a complex simulated world and then not  [...]</p>
<p>The post <a href="https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/">Getting data out of Unity to an xAPI recipient</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span class="firstcharacter" style="color: #5e8ab5;">OK</span> this is pretty nerdy. Everyone gets excited about the possibility of using the incredible graphics and physics of gaming engines like Unity, by then they hit a reality wall.  How to get SCORM or xAPI data out of it. What did your learner do? It&#8217;s almost laughable to create a complex simulated world and then not be able to really observe users behavior in any meaningful way.</p>
<p>It&#8217;s actually super simple and once you sort it out the value of the Unity platform increases significantly.</p>
<p>Our project started with the following requirements:</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Engaging graphics and environment</li>
<li>Good feedback to the user throughout the module</li>
<li>Emit progress data to xAPI and SCORM and Mysql</li>
<li>Track user mistakes</li>
<li>Provide video in the simulation as a help resource</li>
<li>Allow for a rules-based coach system to react to learner actions</li>
<li>Conduct assessments at the end of the simulation</li>
</ol>
</li>
</ol>
<p>The Unity platform is fantastically rich, but not designed for this kind of project unless you want it to chug along like a 1980&#8217;s pc.</p>
<p>After some experimentation we developed the following simple approach:</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-full wp-image-15153 aligncenter" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=800%2C450&#038;ssl=1" alt="" width="800" height="450" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?fit=800%2C450&amp;ssl=1 800w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>The really big deal here is that Unity gets a break and has to do very little work to emit the data. The off-board data manager is responsible for onward transmission and reformats the data for the target system or systems. It also broadcasts real-time information and passes data to an external rules engine that can detect situations that require intervention and then send a signal to Unity to react to the user.</p>
<script type="text/javascript">jQuery(function() { _initLayerSlider( '#layerslider_14_de0m43bb2k31', {createdWith: '6.10.0', sliderVersion: '6.10.0', allowFullscreen: true, pauseOnHover: 'enabled', cycles: 1, skin: 'v6', sliderFadeInDuration: 350, useSrcset: true, skinsPath: 'https://www.rcplearning.com/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/', performanceMode: true}); });</script><div id="layerslider_14_de0m43bb2k31"  class="ls-wp-container fitvidsignore ls-selectable" style="width:1280px;height:720px;margin:0 auto;margin-bottom: 0px;"><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img decoding="async" width="1280" height="720" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?fit=1280%2C720&amp;ssl=1" class="ls-l ls-img-layer" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?fit=1280%2C720&amp;ssl=1 1280w" sizes="(max-width: 1170px) 100vw, 1170px" style="top:0px;left:-14px;background-size:inherit;background-position:inherit;width:1294px;height:728px;" data-ls="position:relative;"></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img decoding="async" width="1285" height="722" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?fit=1285%2C722&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=200%2C112&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=800%2C449&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=1200%2C674&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?fit=1285%2C722&amp;ssl=1 1285w" sizes="(max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img loading="lazy" decoding="async" width="1285" height="720" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?fit=1285%2C720&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=200%2C112&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=400%2C224&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=600%2C336&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=768%2C430&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=800%2C448&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=1024%2C574&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=1200%2C672&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?fit=1285%2C720&amp;ssl=1 1285w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img loading="lazy" decoding="async" width="1281" height="726" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?fit=1281%2C726&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=300%2C170&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=400%2C227&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=600%2C340&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=768%2C435&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=800%2C453&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=1024%2C580&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=1200%2C680&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?fit=1281%2C726&amp;ssl=1 1281w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;"><img loading="lazy" decoding="async" width="1556" height="824" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?fit=1556%2C824&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=200%2C106&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=300%2C159&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=400%2C212&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=600%2C318&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=768%2C407&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=800%2C424&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=1024%2C542&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=1200%2C635&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?fit=1556%2C824&amp;ssl=1 1556w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div></div>
<p>&nbsp;</p>
<p>Step through the slides and you can see some of the features. Most notably the last slide is what was appearing on a browser received from the pusher. Below is a brief video of the environment.</p>
<h5 style="text-align: center; color: #ffffff; padding-left: 20px;"><a class="ajax-popup-link broken_link" href="https://api.realcoolprod.com/api/236kljdsf3451335DFG324531/player/adEhtWLfE"><br />
<img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-15107" style="padding-bottom: 14px;" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/Annotation2019-01-08-092732-e1546957792962.jpg?w=1170&#038;ssl=1" alt=""   /></a></h5>
<p>The post <a href="https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/">Getting data out of Unity to an xAPI recipient</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15152</post-id>	</item>
		<item>
		<title>The Day the Music Died for Conventional Training?</title>
		<link>https://www.rcplearning.com/the-day-the-music-died-for-conventional-training/</link>
					<comments>https://www.rcplearning.com/the-day-the-music-died-for-conventional-training/#respond</comments>
		
		<dc:creator><![CDATA[James Ringrose]]></dc:creator>
		<pubDate>Mon, 04 Dec 2017 16:23:45 +0000</pubDate>
				<category><![CDATA[e-Learning]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<guid isPermaLink="false">https://www.rcplearning.com/?p=14480</guid>

					<description><![CDATA[<p>“The day the music died,”  I love that song! It speaks to a common human shortcoming of failing to note the passing of things that may have been hugely influential in our lives. Did you morn the last time you saw a typewriter in use, a floppy disk whirring in an IBM or a crusty management  [...]</p>
<p>The post <a href="https://www.rcplearning.com/the-day-the-music-died-for-conventional-training/">The Day the Music Died for Conventional Training?</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-14485 alignleft" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/floppy.jpg?resize=128%2C85&#038;ssl=1" alt="" width="128" height="85" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/floppy.jpg?resize=200%2C133&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/floppy.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/floppy.jpg?fit=350%2C233&amp;ssl=1 350w" sizes="auto, (max-width: 128px) 100vw, 128px" />&#8220;<span class="firstcharacter" style="color: #5e8ab5;">T</span>he day the music died,&#8221;  I love that song! It speaks to a common human shortcoming of failing to note the passing of things that may have been hugely influential in our lives. Did you morn the last time you saw a typewriter in use, a floppy disk whirring in an IBM or a crusty management team made up of only men (with no tattoos). Talent development just passed through a profound landmark, did you note the change?<span id="more-14480"></span></p>
<p>At Learning Town in Orlando this year, the change was not just on the agenda, it was happening in real time, and it feels like we won&#8217;t be looking back anytime soon. The highlights:</p>
<ol>
<li><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-14487 alignright" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/typewriter.jpg?resize=178%2C137&#038;ssl=1" alt="" width="178" height="137" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/typewriter.jpg?resize=200%2C154&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/typewriter.jpg?resize=300%2C231&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/typewriter.jpg?fit=350%2C270&amp;ssl=1 350w" sizes="auto, (max-width: 178px) 100vw, 178px" /><strong>Bots</strong> for everything you can imagine. There were some fantastic demonstrations of training bots that can support a learner by answering their questions in real time. Not just rote answers, but deep learning, AI-driven intelligent responses to all kinds of queries. The possibilities are extraordinary for self-serve learning and discovery as and when needed. &#8220;How do I adjust the potentiometer on line 3?&#8221;</li>
<li><strong>VR</strong> was shoved unceremoniously into the corner. The demonstrations were banal, the value questionable and the price tag so high only the most well-heeled companies can afford to go there. We have all heard the horror stories about millions spent, months elapsed and the projects being shelved because that training is now outdated. It will be a while before things change, so hang out in the real world for a bit longer.</li>
<li><strong>Big D<img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-14486 alignright" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/menmeeting.jpg?resize=177%2C135&#038;ssl=1" alt="" width="177" height="135" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/menmeeting.jpg?resize=200%2C153&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/menmeeting.jpg?resize=300%2C229&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/menmeeting.jpg?fit=350%2C267&amp;ssl=1 350w" sizes="auto, (max-width: 177px) 100vw, 177px" />ata</strong> and training.  Terabytes of information about how learners actually learn were on display. It was arguably some of the most exciting material. Big companies are generating rafts of data. Patterns are emerging; conclusions being drawn. We are all a bit scared of measuring what we do in a scientific sense, preferring the subjective approval of our learners, but Big Data can be fascinating. Armed with imperial numbers the training landscape makes far more sense.</li>
<li><strong>Modalities from science fiction</strong> hit the mainstream. Everything from Augmented Reality to IBM Watson on the case, measuring brain patterns during learning to the psychology of distraction.  Stuff we can use every day.</li>
<li><strong>Real training available on mobile devices</strong>. Content that was planned for the medium not squeezed onto it. You realize this opens up access to 95% of the population, anytime, anywhere?</li>
<li>Much, much more &#8211; something for another time perhaps.</li>
</ol>
<p>So, what died? What passed? Chalk!<img data-recalc-dims="1" loading="lazy" decoding="async" class="size-medium wp-image-14488 alignright" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=300%2C99&#038;ssl=1" alt="" width="300" height="99" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=200%2C66&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=300%2C99&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=400%2C132&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=600%2C198&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=768%2C253&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=800%2C263&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?resize=1024%2C337&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/12/chalk.jpg?fit=1200%2C395&amp;ssl=1 1200w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>The post <a href="https://www.rcplearning.com/the-day-the-music-died-for-conventional-training/">The Day the Music Died for Conventional Training?</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rcplearning.com/the-day-the-music-died-for-conventional-training/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14480</post-id>	</item>
		<item>
		<title></title>
		<link>https://www.rcplearning.com/13292/</link>
					<comments>https://www.rcplearning.com/13292/#respond</comments>
		
		<dc:creator><![CDATA[James Ringrose]]></dc:creator>
		<pubDate>Tue, 02 May 2017 17:09:26 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<guid isPermaLink="false">https://www.rcplearning.com/?p=13292</guid>

					<description><![CDATA[<p>Here’s why you might want to think twice before jumping on the VR bandwagon. First, because it’s not a bandwagon, it is just a bunch of technology and second, because of the reasons below. There has been a lot of great developments in video technology over the last ten years, some good and several pretty  [...]</p>
<p>The post <a href="https://www.rcplearning.com/13292/"></a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s why you might want to think twice before jumping on the VR bandwagon. First, because it&#8217;s not a bandwagon, it is just a bunch of technology and second, because of the reasons below.<br />
<span id="more-13292"></span><br />
There has been a lot of great developments in video technology over the last ten years, some good and several<br />
<img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-13302 alignright" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/05/VR_Arrives.jpg?resize=372%2C219&#038;ssl=1" alt="" width="372" height="219" /> pretty bad. Notably, we&#8217;ve suffered through wearing 3-D glasses, have been made sick by 360° filming and have had our hair cut by low-flying drones. If you are honest, have any of these technological advances helped you with your everyday training needs? Probably not.</p>
<p>There is a fairly typical trend with any new technology; it starts with the hype, builds to a crescendo as very early technology launches and then falls flat on its face as end users struggle to find the real purpose for it. Whether it ever gets up again is anyone&#8217;s guess.</p>
<blockquote><p>Wisdom of the Ages: &#8220;Virtual Reality&#8221; A fairly plausible explanation for the abundance of Virtual People running around these days. ― <a class="authorOrTitle broken_link" href="http://www.goodreads.com/author/show/11210950.Matthew_Heines" target="_blank" rel="noopener noreferrer">Matthew Heines</a></p></blockquote>
<p>VR is a particular case. It cannot just be slotted into a content development plan. Several things currently make it impractical for every day training. It might work for the military or an exciting Hollywood project, but has little place in training employees how to go about their business in a professional and knowledgeable manner.</p>
<h4>Let us break it down:</h4>
<h4>1. Cost</h4>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-13303 alignleft" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2017/05/VR_Money.jpg?resize=304%2C179&#038;ssl=1" alt="" width="304" height="179" />The individual headsets are still expensive at around $700 (there are cheaper option, but you get what you pay for). The computer hardware required for delivering the experience is also not insignificant. The planning and content requirements are exponentially more complicated than regular video or animations.</p>
<p>One of the things that has changed video based training has been the learners willingness to use their own devices to view training material. It is clearly a step backward if an organization needs to provide an expensive studio style environment to conduct training. The whole point of web-based training, in particular, is it is low-cost, and that it can be easily replicated as viewers watch on many different kinds of devices in many different locations.</p>
<h4>2. Technology</h4>
<p>The thing about video production in today&#8217;s web-centric world is the abundant supply of high-quality software tools and <a href="/dp-5-key-qualities-to-look-for-in-a-top-video-production-company" class="broken_link">vendors</a> that are capable of delivering the components needed to create useful, reasonably priced training content.</p>
<p>The tools for VR development are pretty rustic and &#8220;add-ons&#8221; to enhance productions are almost non-existent. Obviously, over the coming months and years additional and approachable tools will appear making this a more viable medium for corporate use.</p>
<blockquote><p>The more time we spend interconnected via a myriad of devices, the less time we have left to develop true friendships in the real world. ― <a class="authorOrTitle" href="http://www.goodreads.com/author/show/6828888.Alex_Morritt" target="_blank" rel="noopener noreferrer">Alex Morritt</a><span id="quote_book_link_23392982"></span></p></blockquote>
<h4>3. Your career</h4>
<p>There is a little bit of nerd in all of us. Maybe you fancy yourself as the next Steven Spielberg of the VR world. Of course, that is not what we get paid to do. This kind of technology is incredibly time-consuming and at the same time absorbing. Achieving a successful project is no doubt very rewarding, but is not much help at your annual review when you have only finished one project and spent a great deal of your budget on it.</p>
<h4>Conclusion</h4>
<p>Hang on awhile and let the technology grow up. Remember that BYOD and <a href="/training-video" class="broken_link">web-based training</a> has helped us get where we trainers are today. Be ready for VR. If it survives the stern gaze of the gaming public and eventually makes it into the mainstream and you want to use it &#8211; your day may come.</p>
<h5>A different viewpoint</h5>
<p>If you would like to hear the other side of the story try these links:<br />
<a href="http://www.dpreview.com/opinion/7765233745/virtual-reality-it-s-not-just-for-gamers-anymore?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=generic&amp;ref_=pe_1822230_195851620_dpr_nl_205_6" target="_blank" rel="nofollow noopener noreferrer" class="broken_link">Virtual Reality: It&#8217;s not just for gamers anymore<br />
</a><a href="http://www.livescience.com/53392-virtual-reality-tech-uses-beyond-gaming.html#sthash.lSflcJTl.dpuf" target="_blank" rel="nofollow noopener noreferrer">Beyond Gaming: 10 Other Fascinating Uses for Virtual-Reality Tech</a></p>
<p>The post <a href="https://www.rcplearning.com/13292/"></a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rcplearning.com/13292/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13292</post-id>	</item>
	</channel>
</rss>
