Virtual reality systems

0 18
Avatar for Typo
Written by
2 years ago

Developing experimental multimedia technology and applications.

What is VR?

Virtual Reality (VR) is the use of computer technology to create a simulated environment. The term ‘virtual reality’ basically means ‘near-reality’. VR is a computer-generated artificial environment that allows a user to view, explore, and manipulate the environment. Virtual reality is a computer generated reality manipulated and explored using various input devices such as goggles, headphones, gloves, or a computer. Using these devices a user can browse throughout a virtual world or pickup and manipulate virtual objects.

Humans comprehend external reality by the five senses of hearing, vision, taste, touch, and smell. If one or more input from these senses is replaced by machine generated input, that person is, to some degree, in an artificial or virtual reality. Virtual Reality’s most immediately-recognizable component is the head-mounted display (HMD). Major players in Virtual Reality include HTC Vive, Oculus Rift and PlayStation VR.

History of VR / Hardware

In 1935 Stanley Weinbaum released Pygmalion’s Spectacles – a science fiction story. The story’s main character wears a pair of goggles which transports him to a fictional world which stimulates his senses aptly and features holographic recordings. Some consider it to be the origin of the virtual reality (VR) concept as this story was a good prediction of the aims and achievements of the future.

In the story, the main character, Dan Burke, meets an elfin professor, Albert Ludwig, who invented a pair of goggles which enabled “a movie that gives one sight and sound […] taste, smell, and touch. […] You are in the story, you speak to the shadows (characters) and they reply, and instead of being on a screen, the story is all about you, and you are in it.”

The first VR technical developments were in the 1950s when Cinematographer Morton Heilig created Sensorama, the first VR machine (patented in 1962). Sensorama was a large booth that could fit up to four people at a time. It combined multiple technologies to stimulate all of the senses: there was a combined full colour 3D video, audio, vibrations, smell and atmospheric effects, such as wind. This was done using scent producers, a vibrating chair, stereo speakers and a stereoscopic 3D screen. Heilig thought that the Sensorama was the “cinema of the future” and he wanted to fully immerse people in their films. In 1960 Heilig also patented the Telesphere Mask which was the first head-mounted display (HMD) which provided stereoscopic 3D images with wide vision and stereo sound. There was no motion tracking in the headset at this point.

In 1977 MIT developed Aspen Movie Map. This program enabled users to virtually wander through Aspen city in Colorado. There were three modes: summer, winter and polygons. It was created using photographs from a car driving through the city. There were no HMDs but it was the use of first-person interactivity and it suggested that VR could transport people to other places. Within a couple of years the US military had integrated VR into HMD’s allowing a head tracker to follow an air force pilot’s eye movements to match computer generated imagery of the scene below.

The first wired gloves were created by Sandin and Defanti. They monitored hand movements by using light emitters and photocells in the gloves’ fingers. In 1985 Jaron Lanier and Thomas Zimmerman founded VPL Research, Inc. This company is known as the first company to sell VR HMD’s and gloves. Lanier is said to have popularised the term “Virtual Reality”. Around this time Dimension International created a software that could build 3D worlds in a PC.

Software

As we venture into developing things for the world of VR, there are two main things that are needed to work with and they are real-time engines and modelling software. Up until recently, real-time engines were mostly used for games, but now virtual reality is blowing this whole concept open and these real-time engines are used for virtual tourism, medical training, psychotherapy, meditation, education, architectural visualization, military applications and car manufacture amongst other things.

Real-time engines:

Unreal Engine – Cost: Free

Unity 3D – Cost: Free

Cryengine – Cost: Pay what you want

Lumberyard –Cost: Free

Modeling Software:

Blender – Cost: Free, Open Source

Sculptris – Cost: Free

Sketchup Make

Wings 3d

Equinox 3d

Daz studio

3D crafter

Industry Software:

Maya, Softimage, and 3DS max

CAD: Programs like Autodesk’s Fusion 360, Design-spark Mechanical, TinkerCAD, and FreeCAD are intended for making accurate 3 dimensional constructions. However, these are usually not ideal for modeling assets for real-time engines as their focus is on physical accuracy and they don’t have many tools for optimizing for a real-time environment. That is to say, workflows for optimization do exist for CAD software and you can harness that after you’ve figured out the tool sets.

Image manipulation:

Adobe Photoshop – Best option but expensive.

Gimp – Cost: Free GNU Image Manipulation Program. Works cross-platform.

Paint.net – Cost: Free. Easy interface.

Sound:

Audacity – Cost: free.  Record, tweak speed and pitch, Many features.

OcenAudio – Cost: free.  Not as many features as Audacity so interface a bit easier to navigate

Code:

Visual Studio Community – Cost: free ………. tons of documentation

Notepad++ Cost: free

Atom

Sublime

Visual Studio Code

Brackets

Adobe Dreamweaver

Object-Oriented programming/ Virtual Programming:

Object-Oriented programming can be beneficial to teaching code as it allows the user to learn the concept while working in the 3d environment and everything in VR is an object of course. This example uses a Unity game-engine with a real-time Python programming VR environment where people can write Python code and see the effects of the code they write on the world around them instantly. (https://youtu.be/AZWDstrN2yg)

Riftsketch:

Also a live-coding environment for VR. It presents you with a barren virtual world and a text editor. You type code into the text editor and the code creates and manipulates objects in the world. The world updates in real-time as you type each character.”

Google Cardboard

You can use Google Cardboard to turn your smartphone into a VR platform. Your phone can display 3D scenes with stereoscopic rendering, track and react to head movements, and interact with apps by detecting when the user presses the viewer button. The Google VR SDK (Software Development Kit) for  iOS contains tools for spatial audio that go far beyond simple left side/right side audio cues to offer 360 degrees of sound. You can also control the tonal quality of the sound, detect button presses, determine when the user is looking at something and render stereoscopic images by rendering a different view for each eye. The great thing about Google Cardboard is that you can make your own VR goggles with everyday objects found at home: cardboard, lenses, magnets, hook and loop fastener and a rubber band. https://vr.google.com/cardboard/ works with Unity but not very well.

Development / Current Applications

In a recent interview with Vive, the director of Lucid, an immersive VR short film nominated at Cannes Film Festival, speaks about how virtual Reality allows us to imagine and create impossible worlds touching on personal experiences which are both fantastical and beautiful. Lucid explores neuroscience and exploring the mind which are central to the VR experience. He goes on to say

“We think that virtual reality is the future of storytelling. However, there is still a long way to go before VR headsets are adopted as mainstream, and we believe that location-based entertainment will be hugely important in making this happen. There is still a bit of work to be done to break people’s preconception that virtual reality is just for video games, and with more theatrical, narrative based hyper-reality experiences like The Void, we hope that the public perception of VR will start to shift.”  

Avoiding simulator sickness

Virtual reality introduces a new set of physiological considerations for design. Like flight simulators used by pilots in training, virtual reality has the potential to present mismatches between physical and visual motion cues. This mismatch can produce nausea known as “simulator sickness,” when your eyes think you’re moving, but your body does not. Most VR technology face several constraints, including technical challenges and simulation sickness. These issues may be due to computer latency, which manifests in a poor simulation and a less than satisfactory end-user experience. Understanding the physiological effects of virtual reality design, and following these guidelines, is critical to making an app a success and ensuring that users avoid simulator sickness.

Business

Raymond Kurzweil, American author, computer scientist, inventor and futurist predicts that, in a matter of years, physical workplaces will be a thing of the past, replaced by virtual ones. By 2020, virtual reality and augmented reality are predicted to rake in an estimated $162 billion in revenue. So, if there is real estate to be had (even if it’s virtual) people will pop up to buy and sell it. Genesis City is a plot of virtual land roughly the size of Washington, D.C., that investors can buy slices of for obscene amounts of money. Even a simple 1,100 square foot plot can go for as much as $200,000. The company behind Genesis City, called Decentraland offered interested buyers a chance to exchange cryptocurrency for virtual land. It raised $26 million in just 30 seconds from private investors, enthusiasts, and VR companies when the virtual land parcels went to auction.

Future

VR has recently been applied to training and education, where users can learn to operate complicated machines, such as airplanes; how to work in dangerous environments, such as burning buildings; in entertainment, such as videogames; and visualization, for instance, allowing users to “walk” through buildings that have yet to be built.

Summary

Virtual reality is not perfect; there are still some glitches. But there’s reason to believe that virtual reality technology is here to stay. It’s not hype anymore. Still, it needs to improve vastly. The best headsets are great right now, but they’re not perfect. Resolution needs to keep getting better and better. The headsets need to keep getting lighter and more comfortable. People don’t want to do VR for a half hour or an hour or two because they’ve got this big thing on their face.

Bibliography

Kraft, C (2019) Getting Started With VR: The Best Software Tools Are Free | Make: [online] Make: DIY Projects and Ideas for Makers. Available at: https://makezine.com/2016/03/24/makers-introduction-vr-best-software-tools-free/ [Accessed 2 Feb 2019].

Durbin, J (2019). Real-Time Coding in VR With ‘Riftsketch’ From Altspace Dev. [online] UploadVR. Available at: https://uploadvr.com/riftsketch/ [Accessed 2 Feb. 2019].

Robitski, D. (2019) Virtual reality has reached a “tipping point.” It’s officially here to stay.

[online]

Futurism. Available at: https://futurism.com/virtual-reality-tipping-point/ [Accessed 11 Feb. 2019].

Tangerman. V. (2019). People are paying insane amounts of real money for “virtual real estate” .

[online]

Futurism. Available at: https://futurism.com/virtual-real-estate [Accessed 11 Feb 2019].

Plazas, DCL. (2019). Taking Inspiration For Decentraland From The VR Industry. [online] Available at: https://dclplazas.com/virtual-reality-industry-inspiration/ [Accessed 11 Feb 2019].

Google Developers. (2019). Quickstart for Google  VR SDK for iOS | Google VR | Google Developers. [online] Available at: https://developers.google.com/vr/develop/ios/get-started [Accessed 11 Feb 2019].

Ortega, N. (2019) Dive into dreams with the emotional VR narrative Lucid – out now on Viveport – VIVE Blog. [online] Available at: https://blog.vive.com/us/2019/02/20/dive-dreams-emotional-vr-narrative-lucid-now-viveport/ [Accessed 21 Feb. 2019].

Designguidelines.with google.com. (2019). A new dimension- Designing for Google Cardboard.

[online]

Available at: https://designguidelines.withgoogle.com/cardboard/ [Accessed 9 Feb 2019].

Nabeel Salih, A and Al-Mhiqani, M. (2019) Review of virtual reality trends (previous, current, and future directions) and their applications, technologies and technical issues. [online] https://www.researchgate.net/publication/313349469_Review_of_virtual_reality_trends_previous_current_and_future_directions_and_their_applications_technologies_and _technical_issues [Accessed 5 Feb. 2019]

Elevr.com. (2019). Hyperbolic VR and H’xR | elevr. [online]

Available at: http://elevr.com/hyperbolic-vr-and-h2xr/ [Accessed 5 Feb. 2019].

Elevr.com. (2019). Expressive Programming in VR | elevr.

[online]

Available at: http://elevr.com/expressive-programming-in-vr/ [Accessed 5 Feb. 2019].

Beqiri, G. (2019). History of VR – timeline of Events and Tech Development. [online] Virtualspeech.com. Available at: https://virtualspeech.com/blog/history-of-vr [2 Feb. 2019].

Schultheis, M. and Rizzo, A. (2019). The application of virtual reality technology in rehabilitation. (online] Available at: https://www.researchgate.net/publication/232580487_The_ application of_ virtual_ reality technology_ in _rehabilitation [Accessed 2 Feb. 2019].

Zmigrodzka, M. (2019) Development of Virtual Reality Technology in  the Aspect of Educational Applications. [online] Content.sciendo.com. Available at: https://content.sciendo.com/view/journals/minib/26/4/article-p117.xml [Accessed 21 Feb 2019].

Chionna, F.,Cirillo, P., Palmieri, V. and Bellone, M(2019). A Proposed Hardware-Software Architecture for Virtual Reality in Industrial Applications. [online] http://www.researchgate.net. Available at: https://www.researchgate.net/publication/277870713_A_Proposed_Hardware-Software_Architecture_for_Virtual_Reality_in_Industrial_Applications [Accessed 21 Feb. 2019].

B A Deaky and AL Parv 2018 IOP Conf. Ser.: Mater. Sci. Eng.399 012013 https://iopscience.iop.org/article/10.1088/1757-899X/399/1/012013/pdf

Anthes, C & G Hernandez, Ruben & Wiedemann, Markus & Kranzlmuller, Dieter. (2016). State of  the Art Virtual Reality Technologies. 10.1109/AERO.2016.7500674. https://www.researchgate.net/publication/297760223_State_of_the_Art_of_Virtual_Reality_Technologies.

Perkinscoie.com (2019). 2018 AUGMENTED AND VIRTUAL REALITY SURVEY REPORT MARCH 2018 INDUSTRY INSIGHTS INTO THE FUTURE OF AR/VR.

[online]

  Available at:

Click to access 2018-VR-AR-Survey-Digital.pdf

[Accessed 5 Feb. 2019].

Sag, A. (2019). CES 2018: Virtual Reality And Augmented Reality Get Another Shot. [online] Forbes.com. Available at: https://www.forbes.com/sites/moorinsights/2018/01/25/ces-2018-virtual-reality-and-augmented-reality-get-another-shot/#3de1fd1dab04 [Accessed 5 Feb 2019].

(1995) Virtual Reality: Scientific & Technological Challenges [online] The National Acadamies Press. Available at: https://www.nap.edu/read/4761/chapter/12 [Accessed 21 Feb. 2019].

Nichols, G. (2018) Augmented and virtual reality mean business: Everything you need to know [online] Zdnet. Available at: https://www.zdnet.com/article/augmented-and-virtual-reality-mean-business-everything-you-need-to-know [Accessed 21 Feb 2019].

Frank, A. (2018) Inside a $1 Billion Real Estate Company Operating Entirely in VR, Singularity Hub. Available at:

Zero width embed

https://singularityhub.com/2018/07/08/inside-a-1-billion-real-estate-company-operating-entirely-in-vr/

[Accessed January 16 2019].

Architecture Virtual Reality (VR Real Estate) https://youtu.be/przhdGFnpfw [Accessed Jan 2019]

1
$ 0.00
Avatar for Typo
Written by
2 years ago

Comments