'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state113908['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state113908['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state113908']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state113908']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };
GOSHEN, Ind.It was a moment at the Elkhart County Fair last summer that virtual reality enthusiast Damon Miles says will stay with them.
A lady came in with her mom. Her mom had just had a stroke a week prior to it. She rolled her up in a wheelchair and was asking if she could experience VR, Miles said. We put her in the headset and we asked her what she wanted to do and she said she wanted to go to the beach.
With just a touch of uncertainty about how it would go, Miles hooked her up to a virtual reality experience that transported her to a sandy beach.
She went from very subdued, kind of not there, and discombobulated to moving her hands around and excited and looking around. What really got me about that was her daughter started to cry because that was the most active she had been since she got out of the hospital, Miles said.
Miles and his wife, Crystal, werent even originally supposed to be set up at the fair but a last minute cancellation allowed the duo to bring the unique experience to fair-goers.
From relationships and contacts they made at the fair six months ago, the Miles were able to set up shop in the old Bag Factory in Goshen on N. Chicago Avenue.
Being able to go to the highest mountain peaks or go into space yet make it feel like its actually happening to you, thats virtually reality, Miles said.
They currently operate a small space on the second floor that can be used by appointment. The two also hit the road, regularly making house and business calls with their canopy and headsets for everything from birthday parties to corporate events.
Starting in March, NextReality VR Studios will open up its multi-thousand square foot gaming arena and space on the ground floor of the old Bag Factory.
We want to bring a bit of that gaming community here to Goshen and Elkhart, Miles said. We want to expand this into a place where people hangout and not just do VR but do video games, we want to do console and arcade gaming. We want to do board games and card games. We want it to kind of like a family center.
Miles, who has a background in civil engineering, said the business will incorporate e-sports as well but virtual reality will be the core of the business, offering experiences from floating through the human body's bloodstream in a capsule to exploring outer-space.
While the expansion will create a meeting spot for gamers, the Miles will still head out into the community to bring virtual reality to those who might not be able to access the old Bag Factory.
Ive always thought of virtual reality as a tool, Miles said, adding that the experience with the woman at the fair really opened their eyes to the ways in which virtual reality can serve others.
The Miles recently worked with a community services program that supports people with Alzheimers and dementia to assist with their care.
It [virtual reality] helps with recalling memories, it helps with realization, and to just give them something that they usually dont get in assisted living, Miles said.
NextReality VR worked with four patients who started off a bit afraid of the idea of entering a virtual world.
They ended up excited to head into the next environment, Miles said. It felt like we were actually doing something.
Miles said that the company will also serve people experience homelessness along with low income students.
When we found out kids werent going on field trips because they couldnt afford them, we thought, well, we could bring the field trips like museums, to them, Miles said.
NextReality VR opened its current studio three months ago and by March, they hope to be welcoming the community into their new digs downstairs, as they work to transport Michiana to far away, and sometimes made-up, worlds.
Read the original here:
Virtual reality arcade and gaming arena coming to Goshen - ABC 57 News
- How Virtual Reality Works | HowStuffWorks [Last Updated On: June 16th, 2016] [Originally Added On: June 16th, 2016]
- NYT VR: Virtual Reality by The New York Times [Last Updated On: June 19th, 2016] [Originally Added On: June 19th, 2016]
- Virtual Reality - Virtual Reality [Last Updated On: June 21st, 2016] [Originally Added On: June 21st, 2016]
- Virtual Reality Toronto - VRTO - Virtual Reality, Toronto [Last Updated On: June 22nd, 2016] [Originally Added On: June 22nd, 2016]
- Virtual Reality Immersion - How Virtual Reality Works ... [Last Updated On: June 22nd, 2016] [Originally Added On: June 22nd, 2016]
- Virtual Reality (VR) Leading Technology Company | VIRTALIS [Last Updated On: June 22nd, 2016] [Originally Added On: June 22nd, 2016]
- What is virtual reality? Webopedia Definition [Last Updated On: June 27th, 2016] [Originally Added On: June 27th, 2016]
- What is virtual reality? - A simple introduction [Last Updated On: July 5th, 2016] [Originally Added On: July 5th, 2016]
- Immersion (virtual reality) - Wikipedia, the free encyclopedia [Last Updated On: July 25th, 2016] [Originally Added On: July 25th, 2016]
- VRAC | Virtual Reality Applications Center [Last Updated On: July 25th, 2016] [Originally Added On: July 25th, 2016]
- What is Virtual Reality? - Virtual Reality - vrs.org.uk [Last Updated On: July 27th, 2016] [Originally Added On: July 27th, 2016]
- Virtual Reality | Technology | GeForce [Last Updated On: August 29th, 2016] [Originally Added On: August 29th, 2016]
- Virtual Reality - SI.com [Last Updated On: August 29th, 2016] [Originally Added On: August 29th, 2016]
- President Obama Makes Virtual-Reality Debut in Tour of ... [Last Updated On: August 29th, 2016] [Originally Added On: August 29th, 2016]
- 3 Beaten-Up Virtual-Reality Stocks: Are They Bargains? -- The ... [Last Updated On: August 29th, 2016] [Originally Added On: August 29th, 2016]
- VR, Virtual Reality | Virtalis [Last Updated On: August 29th, 2016] [Originally Added On: August 29th, 2016]
- VRTO Virtual & Augmented Reality World Conference + Expo [Last Updated On: September 8th, 2016] [Originally Added On: September 8th, 2016]
- LiquidVR | Immersive Virtual Reality Technology | AMD [Last Updated On: September 8th, 2016] [Originally Added On: September 8th, 2016]
- Virtual reality opens world of possibilities for seniors [Last Updated On: September 8th, 2016] [Originally Added On: September 8th, 2016]
- Virtual Reality Takes On the Videoconference - WSJ [Last Updated On: September 20th, 2016] [Originally Added On: September 20th, 2016]
- Virtual reality headset - Wikipedia [Last Updated On: November 8th, 2016] [Originally Added On: November 8th, 2016]
- Virtual Reality - Setting the Record Straight One Post at ... [Last Updated On: December 2nd, 2016] [Originally Added On: December 2nd, 2016]
- Virtual reality - Simple English Wikipedia, the free encyclopedia [Last Updated On: December 16th, 2016] [Originally Added On: December 16th, 2016]
- Virtual reality, one year out: What went right, what didn ... [Last Updated On: December 27th, 2016] [Originally Added On: December 27th, 2016]
- NBA broadcasts games in virtual reality with NextVR ... [Last Updated On: December 27th, 2016] [Originally Added On: December 27th, 2016]
- What is virtual reality? - Definition from WhatIs.com [Last Updated On: January 10th, 2017] [Originally Added On: January 10th, 2017]
- Tribemix Virtual Reality for Dementia Care - YouTube [Last Updated On: January 27th, 2017] [Originally Added On: January 27th, 2017]
- Virtual Reality Gets Real - theatlantic.com [Last Updated On: January 28th, 2017] [Originally Added On: January 28th, 2017]
- If you're hoping to watch all of the Super Bowl in VR, sorry - CNET [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Fifty Shades fans have a ball with virtual reality experience - The Drum [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Architect Zaha Hadid's Paintings Transformed Into Virtual Reality Art - PSFK (subscription) [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Adobe's Path To Entering The Virtual Reality Story - Forbes [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- How Will Virtual Reality Change The Healthcare Industry? - Forbes [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Virtual Reality Has Arrived in the Art World. Now What? - New York Times [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- How Virtual Reality Can Enhance Customer Engagement - Rocks Digital (blog) [Last Updated On: February 6th, 2017] [Originally Added On: February 6th, 2017]
- Virtual Reality Experience College Swim Meet - SwimSwam [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Explore The Amazon With This Stunning 360 Virtual Reality Video - IFLScience [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Global Virtual Reality Market (Hardware and Software) and Forecast to 2020 - PR Newswire (press release) [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Europe's virtual reality sector has grown to nearly 300 companies - VentureBeat [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Only 8% of Brands Intend to Use Virtual Reality for Advertising - AdAge.com [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Eric Church Offers Virtual Reality Concert Experience to Fans - The Boot [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- TrueHoop Presents: The Washington Wizards and virtual reality - ESPN [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Virtual reality: prepare for the revolution - AndroidPIT [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- In the burgeoning world of virtual reality, storytelling is both cutting ... - Los Angeles Times [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- 8 Real Success Tips From Women Building The Future With Virtual Reality - Forbes [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- WATCH: YouTube Stars Create Amazing La La Land-Inspired Virtual-Reality Music Video - PEOPLE.com [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Virtual reality is the future of soccer broadcasting and it's already here - Yahoo Sports [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Virtual reality is boring compared to Beyonc's actual reality - A.V. Club (blog) [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Virtual Reality addiction threat prompts cautious approach as VR nears 'smartphone-like' take-off - ABC Online [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Google wants to use Chrome to suck you into virtual reality - CNET [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Ringling showcase offers glimpse of virtual reality in Sarasota - Sarasota Herald-Tribune [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- The Future Of Virtual Reality: Mobile VR Platforms In A Battle - Forbes [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Sarah Shahi to Star in NBC Virtual Reality Thriller 'Reverie' - Variety [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Valve is working on three new virtual reality games, 'not just experiments' - GeekWire [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Virtual Reality Could Be Your Next Prescription - DesignNews [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Top 6 Virtual Reality Apps for Your Smartphone - The Merkle [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- DACC & Virgin Galactic team up to explore virtual reality - Las Cruces Sun-News [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Wichita-created virtual reality can re-create crime scenes - Wichita Eagle [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Boulder International Film Festival diving into virtual reality with 2017 slate - Boulder Daily Camera [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Why this analyst is warning investors to steer clear of virtual reality in 2017 - L.A. Biz [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- 'JAEPO 2017' Shows That Japanese Arcade Gaming Is Beginning To Incorporate Virtual Reality - Forbes [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- UNC-School of The Arts: 'Pioneers in Virtual Reality' - WFMYNews2.com [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Google Chrome Now Allows Users To Experience Virtual Reality Via WebVR - EconoTimes [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Virtual Reality's New Horizons: Enterprise Apps and Gloves for Typing - NewsFactor Network [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Chick-fil-A cows will dive into virtual reality in new ads - Atlanta Business Chronicle [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- See This Famous Masterpiece Recreated in Virtual Reality - UploadVR [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Classy classes: 'The Idea of Virtual Reality' - The Stanford Daily [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Tim Cook says AR has more potential than virtual reality - The INQUIRER [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Virtual reality has a growing impact on college football - FOXSports.com [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- This company is opening a virtual reality multiplex this fall - Mashable [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Virtual reality weather add-ons let you feel the sun and wind - New Scientist [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Stanford researchers personalize virtual reality displays to match a user's eyesight - Stanford University News [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Miyamoto Still Has Doubts About Virtual Reality - GameSpot [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Virtual reality is still too isolating to be 'the next big thing' in tech - CBC.ca [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Samsung Goes for a New Look in Virtual Reality at New York Fashion Week - Fortune [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Pricey Virtual-Reality Headsets Slow to Catch On - Wall Street Journal [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- IMAX Unveils Flagship Virtual Reality Center in Los Angeles - Variety [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Coach, IMG and Simon Malls Partner on Virtual Reality Experience - WWD [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Using Virtual Reality To Get Inside An Ailing Person's World - Forbes [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Nintendo's Shigeru Miyamoto Is Still Not Entirely Sure About Virtual Reality - Forbes [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]