Requirements & Verification

Slides:



Advertisements
Similar presentations
Multidimensional Visualization David Yucht ICS 280 Spring 2001.
Advertisements

Virtual Reality Virtual Reality involves the user entering a 3D world generated by the computer. To be immersed in a 3D VR world requires special hardware.
Hardware Specialised Devices
Solar Thermal Plant Design & Operation Suite of Tools
Designing Windows Phone 7 Series Albert Shum – That Dude Michael Smuga – Studio Director Chad Roberts – UX Design Lead Design language (codenamed Metro)
MVC pattern and implementation in java
LAS To WITSML Conversion Utility Presented at POSC Regional SIG meeting Stavanger, June 2006 by POSC & Satyam Computer Services Ltd.
Senior Project, 2015, Spring Senior Project Web Site –Version 5 Student: Jacek Kopczynski, Florida International University Mentor: Masoud Sadjadi, Florida.
Ad Hoc Graphical Reports Ad Hoc Graphical Reports Copyright © Team #4 CSCI 6838 Spring CSCI Research Project and Seminar Team# 4 (
Design and Implementation of a Dynamic Data MLP to Predict Motion Picture Revenue David A. Gerasimow.
The System Shall… Provide the ability to render 2D/3D graphics, these graphics will be represented by assets like models textures, and shaders. Manage.
MBAT User Workflows View an Atlas Open Data Upload Data Run a Query –Search Data Further Examination Microarray Data Further Examination of 2D Data –Search.
Senior Project, 2015, Spring Senior Project Website –Version 5 Student: Yamel Peraza, Florida International University Mentor: Masoud Sadjadi, Florida.
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Get up close and personal.
Introduction to 3D User Interface. 첫번째 강의 내용  강의 계획서 설명 강의와 논문 발표 ( 학생 ) 발표 논문 리스트  Chapter 1 & 2 참고  SIGGRAPH 2001: Course Notes 44 Advance Topics.
MTA ETA. Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- user’s.
Virtual Reality Prepared By Name - Abhilash Mund Regd.No Branch - Comp.sc & engg.
EnSight in Virtual and Mixed Reality Environments
Module 4: Structuring the District Implementation Team for Success
Introduction to Virtual and Augmented Reality
PSMEM Data Visualization and Education
5/5/2018 1:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Diving deeper into design
Sai Goud Durgappagari Dr. Yingcai Xiao
WEBINAR Introduction to ViconNet 3.0 October 26, 2005
Personnel Effort Budget
3.01 Apply Controls Associated With Visual Studio Form
Google Cardboard.
Augmented Reality And Virtual Reality.
Welcome! Power BI User Group (PUG)
WISRD Augmented/Virtual Reality and Computer Rendering Lab
AUGMENTED REALITY MULTIPLAYER GAME
3.01 Apply Controls Associated With Visual Studio Form
ClassLens Hope C. | Amy L. | Yash T..
VR and AR In Education 010/10/2017.
Daniel Stone Prof. Bruce H. Thomas
Senior Project, 2017, Fall SKOPE VR 1.0 Problem Solution
Xbox Kinect (Microsoft)
Effective way to build test Automation strategy in Agile
Understanding Operating System Configurations
VR as a Next-Generation User Interface?
Introduction to Computers
Final Presentation CIS 4911 Senior Project
The Loco-motion Watch Out for Bears Sofia Wyetzner and Geoff Ramseyer
Microsoft Build /22/2018 3:05 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Federal Land Manager Environmental Database (FED)
Results and Conclusions
Senior Project, 2018, Spring To-do List Optimizer 1.0
Principles of report writing
Sumit Banerjee, Cody Hanson, Panya Gupta
Johnson & Johnson Virtual Medical Offices and Research Laboratories
Web-deployment of a Data Visualization Framework Using AJAX Technology
Senior Project, Spring 2018 To-do List Optimizer 1.0 Problem Solution
Project: Virtual Job Fair Students: Justin Korah, Diego Perez, Andres Gonzalez, Enmanuel Corvo, Tomer Doar Mentor: Masoud Sadjadi, Juan Caraballo Project.
Tonga Institute of Higher Education
Introduction to Computer Graphics
Senior Project Spring 2018 Virtual Roll Call 4.0 Problem Solution
Connie Li ● Serena Wong ● Jack Swiggett CS 147, Fall 2016
Myo + Oculus Rift Tutorial
VIP Senior, 2018, Spring Smart Stormwater – Smart City System Problem
Technion Computer Science Faculty Final Project
VIP, 2018, Spring Smart Stormwater (Smart City System) 2.0 Problem
Publishing image services in ArcGIS
Geographical information system: Definition and components
Senior Project 2018, Spring Problem Solution Current System
System Design and Implementation
An Introduction to Designing and Executing Workflows with Taverna
Antibiotic Drug Prescription
Human-computer interaction
End of day Calculator and special order parts tracking
Presentation transcript:

Requirements & Verification School of Computing & Information Sciences VIP - 2017, Fall SKOPE VR 1.0 Student: Jose Maldonado - Florida International University Mentor: Albert Elias, Shahin Vassigh - Florida International University Professor: Masoud Sadjadi, Francisco Ortega - Florida International University Problem Research shows that Virtual Reality (VR) mediated learning can improve the learning experience for students, however current VR system design approaches are unintuitive for students. Furthermore, the current systems don’t facilitate the addition of new experiences. Solution We present an intuitive VR design approach geared towards immersed learning. Our primary focus lies on User Interface, Open World Design and Experiences. We also placed emphasis in implementing the ability to add experiences to the system at ease. Current System SKOPE VR utilizes Oculus Rift VR Hardware/SDK and Unity 3D to immerse students on a full scale virtual SIPA environment. Through the open world, student will get to examine different part of SIPA both architecturally and functionally. 1 Hub The Hub’s purpose is to be the Central Information and Decision Hub for the Player. Pointer The Pointer’s purpose is to facilitate Movement and Interactions for the player Options The Map Panel displays the player's location in the open world space. It also displays the location of different experiences scattered around the map for the player to explore. The Info Panel displays relevant information based on the players current experience in the world map. This example shows the default Info display for SIPA world space. Movement Interactions IEnumerator Teleport() void onClick() The Options Panel displays relevant options a player can take for a given experience in the open world map. This example shows options for the SIPA sunlight experience Map Info Requirements & Verification SKOPE VR Requirements: Accurate and Comfortable player movement around the world space. Centralized Information Hub for Player querying and decision making based on world space location and chosen experience. Intuitive UI interaction that reflect in connecting experiences and relevant options. Sample Test Case Implementation Our system was implemented using Unity 3D, Oculus SDK and Visual Studio 2017 running on Windows 10. System Design VR SDK Test Case ID : SKOPE_Map_UpdateLocation (Sunny Day) Purpose - Tests if the location of the map cursor is updated every time the player changes location. Pre-Conditions - Location selected is 15 meters away - Surface is Walkable - Location is within Map range Input - Player performs movement. Expected Output - Map location correctly updates it location based on player motion taken. Object Design Passed The material presented in this poster is based upon the work done by Albert Elias and Prof.Shahin Vassigh in the SKOPE Project. I am thankful to the help that I received from my group members in adding experiences and brainstorming new and innovative ways to tackle UI in Virtual Reality. Acknowledgement