LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR

Similar documents
HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University

Moving Web 3d Content into GearVR

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events

Exploring Virtual Reality (VR) with ArcGIS. Euan Cameron Simon Haegler Mark Baird

Diving into VR World with Oculus. Homin Lee Software Engineer at Oculus

Enabling Mobile Virtual Reality ARM 助力移动 VR 产业腾飞

Real Estate Marketing

TOUCH & FEEL VIRTUAL REALITY. DEVELOPMENT KIT - VERSION NOVEMBER 2017

Head Tracking for Google Cardboard by Simond Lee

Exploring Geoscience with AR/VR Technologies

Assignment 5: Virtual Reality Design

Modo VR Technical Preview User Guide

Virtual Reality I. Visual Imaging in the Electronic Age. Donald P. Greenberg November 9, 2017 Lecture #21

Oculus Rift Getting Started Guide

revolutionizing Subhead Can Be Placed Here healthcare Anders Gronstedt, Ph.D., President, Gronstedt Group September 22, 2017

Virtual Reality as Innovative Approach to the Interior Designing

EnSight in Virtual and Mixed Reality Environments

WebVR: Building for the Immersive Web. Tony Parisi Head of VR/AR, Unity Technologies

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt

immersive visualization workflow

VIRTUAL REALITY LAB Research group Softwarevisualisation in 3D and VR

VR-Plugin. for Autodesk Maya.

SteamVR Unity Plugin Quickstart Guide

Transforming Industries with Enlighten

YOUR PRODUCT IN 3D. Scan and present in Virtual Reality, Augmented Reality, 3D. SCANBLUE.COM

Virtual Reality for Real Estate a case study

Oculus Rift Getting Started Guide

Construction of visualization system for scientific experiments

BIMXplorer v1.3.1 installation instructions and user guide

VR/AR Concepts in Architecture And Available Tools

VR Best Practices: Putting the Fun in VR Funhouse. Amanda Bott - March 3, 2017

METAL TEXT EFFECT. Step 1: Create A New Document. Step 2: Fill The Background With Black

Quality of Experience for Virtual Reality: Methodologies, Research Testbeds and Evaluation Studies

VR/AR Development for Student Learning at

ISSUE #6 / FALL 2017

Introduction to Game Design. Truong Tuan Anh CSE-HCMUT

Motion Blur with Mental Ray

Trial code included!

VR/AR Innovation Report August 2016

Virtual Reality Application Programming with QVR

Two Games, Four Platforms: A VR Platform Comparison. E McNeill Indie Game Designer

Virtual Reality in Unreal Engine 4. Nathan Adara Program of Computer Graphics

The Reality of AR and VR: Highlights from a New Survey. Bob O Donnell, President and Chief Analyst

Technical Specifications: tog VR

Lessons Learned From Experiments in Creating VR Content

VR/AR with ArcGIS. Pascal Mueller, Rex Hansen, Eric Wittner & Adrien Meriaux

Programme TOC. CONNECT Platform CONNECTION Client MicroStation CONNECT Edition i-models what is comming

This guide updated November 29, 2017

Technical Guide. Updated June 20, Page 1 of 63

Rendering Challenges of VR

Understanding OpenGL

The value of VR for professionals. Sébastien Cb MiddleVR.com

DIGITAL WATERMARKING GUIDE

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19

Is This Real Life? Augmented & Virtual Reality in Your Library

NVIDIA APEX: High-Definition Physics with Clothing and Vegetation. Michael Sechrest, IDV Monier Maher, NVIDIA Jean Pierre Bordes, NVIDIA

SPIDERMAN VR. Adam Elgressy and Dmitry Vlasenko

Unreal. Version 1.7.0

Software Requirements Specification

NVIDIA APEX: From Mirror s Edge to Pervasive Cinematic Destruction. Anders Caspersson, DICE Monier Maher, NVIDIA Jean Pierre Bordes, NVIDIA

Lincoln Cathedral Interactive Virtual Reality Exhibition

PRODUCTS DOSSIER. / DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1

A Guide to Virtual Reality for Social Good in the Classroom

Building a bimanual gesture based 3D user interface for Blender

HeroX - Untethered VR Training in Sync'ed Physical Spaces

ADVANCED WHACK A MOLE VR

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism

Sensible Chuckle SuperTuxKart Concrete Architecture Report

FLEXLINK DESIGN TOOL VR GUIDE. documentation

UMI3D Unified Model for Interaction in 3D. White Paper

Virtual Universe Pro. Player Player 2018 for Virtual Universe Pro

Shader "Custom/ShaderTest" { Properties { _Color ("Color", Color) = (1,1,1,1) _MainTex ("Albedo (RGB)", 2D) = "white" { _Glossiness ("Smoothness", Ran

Virtual Reality in E-Learning Redefining the Learning Experience

More Efficient and Intuitive PLM by Integrated AR/VR. Round Table Session Georg Fiechtner

Virtual Reality Mobile 360 Nanodegree Syllabus (nd106)

Using Hybrid Reality to Explore Scientific Exploration Scenarios

4/23/16. Virtual Reality. Virtual reality. Virtual reality is a hot topic today. Virtual reality

Unreal. Version

Immersive Visualization On the Cheap. Amy Trost Data Services Librarian Universities at Shady Grove/UMD Libraries December 6, 2019

Unpredictable movement performance of Virtual Reality headsets

Best Practices for VR Applications

YULIO VR FOR BUSINESS. Industry and Implementation Overview

Using the Kinect body tracking in virtual reality applications

Obduction User Manual - Menus, Settings, Interface

DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1

Virtual Reality in Neuro- Rehabilitation and Beyond

P15083: Virtual Visualization for Anatomy Teaching, Training and Surgery Simulation Applications. Gate Review

MACHINE LEARNING Games and Beyond. Calvin Lin, NVIDIA

Creating original VR content from creation up to distribution. Grégoire PARAIN NOVELAB

Learning technology trends and implications

CSE 165: 3D User Interaction. Lecture #14: 3D UI Design

Popular Nikon Lenses for Shooting Video

Virtual Reality. Lecture #11 NBA 6120 Donald P. Greenberg September 30, 2015

Executive Summary Copyright ARtillry 2017

Chapter 1 - Introduction

Propietary Engine VS Commercial engine. by Zalo

Perspective Guides. Perspective Contextual Toolbar. 1-Point Perspective

CS 354R: Computer Game Technology

About Us and Our Expertise :

Home Building Industry Innovations BIM and VR

Transcription:

LOOKING AHEAD: UE4 VR Roadmap Nick Whiting Technical Director VR / AR

HEADLINE AND IMAGE LAYOUT RECENT DEVELOPMENTS

RECENT DEVELOPMENTS At Epic, we drive our engine development by creating content. We use these as real-world test cases to drive our framework and optimizations to the engine.

RECENT DEVELOPMENTS INSTANCED STEREO RENDERING Lets us use a single draw call to draw both the left and right eyes, saving CPU (and some GPU) time. In Bullet Train, we saved about 1.75ms on the CPU, and 0.75ms on the GPU Currently works on PC, and coming soon on PS4 and mobile platforms Enable it in your project s settings

RECENT DEVELOPMENTS Traditional Stereo Rendering, where each eye is drawn one at a time and sequentially.

RECENT DEVELOPMENTS Instanced Stereo Rendering, where each eye is drawn at the same time, with one draw call.

RECENT DEVELOPMENTS INSTANCED STEREO RENDERING Instanced stereo is available now for the deferred (desktop) renderer and the PS4. We re also implementing multi-view extension support for the forward (mobile) renderer, and improving PS4 support to better utilize the hardware.

RECENT DEVELOPMENTS HIDDEN AND VISIBLE AREA MESH We draw meshes to cull out geometry that you can t see, and only apply post processing where you can. For the deferred renderer, the visible area mesh is a bigger optimization! This is specific per-platform

RECENT DEVELOPMENTS The Hidden Area Mask uses a mesh to early-out on pixels that aren t visible in the final image.

RECENT DEVELOPMENTS The Hidden Area Mask uses a mesh to early-out on pixels that aren t visible in the final image.

RECENT DEVELOPMENTS The Visible Area Mask uses a mesh to constrain our post processing to the visible pixels only.

RECENT DEVELOPMENTS HIDDEN AND VISIBLE AREA MESH With the two combined, we saw the following gains on actual game content: Oculus Vive PSVR ~0.25-0.3 ms ~0.3-0.4 ms ~1.0 ms

RECENT DEVELOPMENTS CAMERA REFACTOR As of 4.11, we ve completely rewritten the camera system in order to make developing much easier! Camera Components now move exactly as the real HMD is moving You can attach components (meshes, UI, etc) directly to the camera component!

RECENT DEVELOPMENTS LATE UPDATING Latency is super important, so we update cameras, attachments, and motion controllers right before we kick off GPU thread work, to make sure they feel as snappy as possible. This makes a huge difference on 60Hz platforms.

RECENT DEVELOPMENTS Above are the game and render threads, as well as the display flip. The red line represents the latency previously seen by Motion Controllers and camera-attached components, while the green is the improved latency.

HEADLINE AND IMAGE LAYOUT PLATFORM SUPPORT

PLATFORM SUPPORT As of 4.12, we support the following platforms out of the box: Oculus Rift Steam VR (including the HTC Vive) PSVR OSVR (preview) Samsung Gear VR Google Daydream Leap Motion

PLATFORM SUPPORT As of 4.12, we support the following platforms out of the box: Oculus Rift Steam VR (including the HTC Vive) PSVR OSVR (preview) Samsung Gear VR Google Daydream Leap Motion

BUILT-IN PLATFORM SUPPORT

PLATFORM SUPPORT Create once, and deploy anywhere. Desktop / Console Oculus Rift HTC Vive / Steam VR PSVR OSVR Mobile Samsung Gear VR Google Daydream

PLATFORM SUPPORT All of these platforms go through UE4 s common VR interfaces, so you can make your content once, and deploy it anywhere. Unified Camera System Motion Controller System Optimized rendering paths Low-latency optimizations Oculus Vive PSVR OSV R

PLATFORM SUPPORT What about Augmented Reality?

PLATFORM SUPPORT Download it now, for free!

PLATFORM SUPPORT We ll have more announcements this year though, so stay tuned ^-^

HEADLINE AND IMAGE LAYOUT ENGINE AND FRAMEWORK FEATURES

ENGINE AND FRAMEWORK FEATURES Performance is key in all of this. Not only GPU, but CPU. C++ In 4.12, you can begin experimenting using the Blueprint to C++ Conversion for extra performance on console and mobile platforms. We ll be improving support in the future!

ENGINE AND FRAMEWORK FEATURES MIXED REALITY MOVIE OUTPUT We love what people have done to mix real and VR footage! We re adding support for this right into the engine Support for static or tracked cameras Near and far cameras, so you can properly composite the scene Plan to support capturing video into the engine directly in the future

ENGINE AND FRAMEWORK FEATURES PERFORMANCE BASED SCALABILITY Adding hooks to get timing information from the platform, to let you scale your performance up and down accordingly We ll add the hooks for you to scale how you see fit Each game is different, and may choose to scale in different ways! Screen Percentage 90% - 150% + MSAA (4x, 8x, 16x)

HEADLINE AND IMAGE LAYOUT RENDERING

RENDERING For our development of Bullet Train, we used the desktop deferred renderer. Because we have access to a lot of information about the scene in the GBuffer, we can cheat and create a lot of optimizations and effects leveraging the information.

RENDERING To achieve the reflections in Bullet Train, we reflected the geometry on to billboards below ground, and then used the scene normals to distort the reflections realistically.

RENDERING To achieve the reflections in Bullet Train, we reflected the geometry on to billboards below ground, and then used the scene normals to distort the reflections realistically.

RENDERING The same technique was used on the characters, but we also blended between a few poses in order to handle rotation.

RENDERING We also utilized the GBuffer in order to fake the lighting in the train scene. This scene originally used 70+ dynamic lights!

RENDERING However, since we know scene normals and depth, we can project a pre-made light / shadow texture on to the world.

RENDERING We believe in the power of leveraging the deferred renderer to create visually rich experiences. However, there are some trade-offs that might not be right for all experiences in VR.

RENDERING DESKTOP FORWARD RENDERER

RENDERING Comparison of Renderer Types Deferred Renderer Temporal anti-aliasing Access to GBuffer for effects Full access to all rendering features Maximum versatility Forward Renderer Multi-sample anti-aliasing (MSAA) Faster overall rendering pass Specialized rendering features Maximum scalability

RENDERING How does forward help you scale more effectively? Deferred Renderer Forward Renderer Screen Percentage 110% - 140% Screen Percentage 90% - 150% * See Alex Vlachos GDC 2016 for more detail! + MSAA (4x, 8x, 16x)

RENDERING There are advantages to both! Deferred is a full-featured workhorse, but takes a bit of skill to fully leverage. Temporal AA limits how sharp your image can be. Forward is a feature specialized renderer, with less features, but faster baseline. MSAA is the sharpest solution for anti-aliasing.

RENDERING There are advantages to both! We re working closely with the team at Oculus in order to leverage the work and research they ve done into VR Forward Rendering in UE4.

RENDERING DESKTOP FORWARD RENDERER

RENDERING DESKTOP FORWARD RENDERER Coming this Fall*

HEADLINE AND IMAGE LAYOUT VR EDITOR

VR EDITOR Epic has a long history of innovation in how we create content in games, going all the way back to 1998

VR EDITOR The VR Editor began its life as a collaboration between Epic and students at Stanford University. Two teams took very different approaches to investigating what editing VR content from in VR would be like.

VR EDITOR TEAM KARAAGE This team focused on trying out various novel input devices, like the Novint Falcon and a 3D CAD mouse. The importance of haptics! Novel inputs took significant time to master UI was treated as a ring

VR EDITOR TEAM JARVIS This team focused on trying out smartphone style interfaces using two motion controllers Very intuitive for most people, easy to pick up! Tried voice controls to get around UI limitations

VR EDITOR Target Audience 1: Ourselves! Layout Scripting and Iteration Polish As a first target, we d like to improve iteration time on the first and the last 20% of our level creation process.

VR EDITOR Target Audience 2: Non-Professional Game Developers! By leveraging intuitive interfaces, we can make a more approachable, natural experience for those new to 3D tools

RENDERING We released the VR Editor Preview at GDC, and put it in 4.12 We put it out there to get as much feedback from real users as possible. We re also beginning to use it to develop our own content internally for the first time in production. With that in mind, here s where we re going.

VR EDITOR IMPROVED EDITING GIZMO Based on feedback, we needed to make the editing gizmo easier to use, yet more exact. Bigger locations to grab at Better snapping to locations and rotations when manipulating the objects

VR EDITOR MORE WORKFLOWS While we have all of our Slate UI available in the VR Editor, we re beginning to investigate other workflows that might benefit from specialized UI. Animation Posing Quick Level Scripting Material Editing

HEADLINE AND IMAGE LAYOUT DOCUMENTATION AND LEARNING

DOCUMENTATION AND LEARNING VR CONTENT EXAMPLES We want to give you a jump start on common tasks that you have to do in VR, by providing content examples you can use in your projects Example Camera Setups Movement Interaction

DOCUMENTATION AND LEARNING TEMPLATE PROJECT A great base for you to start creating content that is performant on your target device. Includes settings for optimal rendering and performance in VR, so you can build your projects right from them.

DOCUMENTATION AND LEARNING Getting off to a quick start is key to success! These templates and samples will be put up as soon as they re ready for you to use. Documentation is currently being updated to reflect all current devices and their latest SDKs.

THANK YOU! HEADLINE AND IMAGE LAYOUT