The browser must have the proper plugin installed

Size: px
Start display at page:

Download "The browser must have the proper plugin installed"

Transcription

1 "Advanced" Multimedia 1 Before HTML 5 Inclusion of MM elements in web pages Deprecated tag <embed> Audio Example: background music <embed src="s.mid" autostart="true" hidden="true"> Video Example: embedded video <embed src="budapest.avi"> The browser must have the proper plugin installed 2 1

2 A "universal" tag The <object> tag... Any multimedia elements should be included in web pages through the <object> tag Example: inclusion of the image img.png <object data="img.png" type="image/png"> Budapest panorama</object> the <object> tag should also be used for audio and video files, Java applets, Flash animations, ActiveX controls and even web pages (effect similar to frames) not all browsers fully support the <object> tag the value of the classid attribute indicates the "player" or the plugin to be used to play the multimedia file 3 A "universal" tag... the <object> tag Examples audio file: <object classid="clsid:22d6f312-b0f6-11d0-94ab- 0080C74C7E95"> <param name="filename" value="america.mid"> </object> video file: <object classid="clsid:22d6f312-b0f6-11d0-94ab- clsid:22d6f312 11D0 0080C74C7E95"> <param name="filename" value="budapest.avi"> </object> 4 2

3 A "universal" tag... the <object> tag Example web page: <object data="calgen.html" width="300" height="400"> Sorry, your browser does not support the OBJECT tag </object> 5 3D for the Web VRML VRML = Virtual Reality Markup Language (old) markup language to define "virtual worlds" not XML-based requires specific plugins (e.g. CosmoPlayer) Example of VRML code:... Transform { translation children DEF THISCONE Shape{ appearance DEF aper Appearance { material Material { diffusecolor } texture ImageTexture {url "earth.gif"} } geometry Cone { } } }

4 3D for the Web QuickTime VR (QTVR) QTVR = Quick Time Virtual Reality technology created by Apple to build "3D panoramas" from photos (multiple views of the same object) 7 3D for the Web X3D vs. WebGL X3D ( ISO standard d (XML-based) d)file format for 3D web graphics; is considered the successor of VRML WebGL ( the likely "winner": JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the need for a plugin (uses the HTML 5 <canvas> tag ) 8 4

5 "Automatic" creation of websites Content Management Systems Software that allows the creation and management of web content CMSs support server-side database interaction A dynamic website can be built (almost) without writing HTML, CSS, Javascript, PHP, etc. code Widespread open source CMSs: Wordpress, Drupal, Joomla 9 Not only the Web Offline multimedia (CD/DVD/ CD/DVD/Blu-Ray) Conceptually, there are few differences between online and offline content the various multimedia resources are surfed and accessed through links However, offline multimedia is less "constrained" inclusion of richer content images, animations, videos and audio (almost) without size limits richer interaction ti possibilities hard disk read/write, execution of external applications, use of input devices different from keyboard/mouse/touch (e.g. joystick), 10 5

6 Tools for offline multimedia Adobe Director One of the most widespread programs for offline content creation (but also suitable for online content) similar to Flash, but a little more complex Shockwave technology also a plugin for web browsers 11 The mobile world Smartphones: Web Apps or Apps? Web app RIA (rich internet application) run in the smartphone's browser App program natively run by the smartphone's processor usually, applications are more powerful and customizable Each smartphone/os has its own language Objective C language Java language C# language 12 6

7 Beyond reality Virtual reality Reference: Synthesis of an artificial environment simulated through 3D rendering of virtual objects Types of virtual reality non-immersive the virtual environment is well separated from the real environment (e.g. videogames) immersive the user is fully "immersed" in the virtual environment, e.g. through HMDs (Head Mounted Displays), glasses, gloves, etc. 13 Beyond reality virtual reality Examples Virtual driving Smart rooms Virtual environments (with avatars) 14 7

8 Real + Virtual Augmented Reality Reference: Virtual elements are added to the real world artificial images overlapped with "real images" Problems correct matching between real and virtual objects Main difference compared to virtual reality the user maintains a connection with the real world 15 Real + Virtual augmented reality Tools for augmented reality to acquire information about the real world cameras, microphones for the augmented perception of reality monitors, HMDs, glasses Mixed reality broader concept that takes into account different levels of "reality" or "virtuality" Real world Augmented reality Augmented virtuality Virtual world 16 8

9 Real + Virtual augmented reality Application areas medical e.g. surgery military e.g. additional information for aircraft pilots production, repair and maintenance of industrial plants e.g. virtual view of internal components television/advertising e.g. chroma key furnishings, hairdressing, plastic surgery e.g. room with virtual furniture mobile applications for smartphones e.g. Wikitude, Layar, 17 Being "elsewhere" Telepresence Reference: bj-telepresence.html Feeling of being in another place in a sense, also virtual reality and augmented reality are forms of telepresence Typical use exploration of inaccessible places by means of remote-controlled mobile robots endowed with cameras and possible other sensors 18 9

10 Being "elsewhere" telepresence Possible classification of "kinds of telepresence" as a broader concept Full Interactivity Viewing Interactivity Passive Viewing Single User Multi-user Single User Multi-user Single User Multi-user Virtual Reality 3-D Games 3-D Network Games, 3-D Chat Rooms Virtual Museum Virtual Plays Video tours of virtual locations Broadcast VR, ie. "Toy Story" Augmented Reality Remote Exploration/ Surgery with HUD Tele- Cubicles 3-D City Model with supplemental HUD Data 3-D Television with Embedded Objects/ Information Off-line Distance Learning Live Distance Learning Reality Remote Exploration/ Surgery Robot Sports 3-D City Model 3-D Television, Panoramic Movies Video Tourism Most Modern Television 19 10

Topics VRML. The basic idea. What is VRML? History of VRML 97 What is in it X3D Ruth Aylett

Topics VRML. The basic idea. What is VRML? History of VRML 97 What is in it X3D Ruth Aylett Topics VRML History of VRML 97 What is in it X3D Ruth Aylett What is VRML? The basic idea VR modelling language NOT a programming language! Virtual Reality Markup Language Open standard (1997) for Internet

More information

Extending X3D for Augmented Reality

Extending X3D for Augmented Reality Extending X3D for Augmented Reality Seventh AR Standards Group Meeting Anita Havele Executive Director, Web3D Consortium www.web3d.org anita.havele@web3d.org Nov 8, 2012 Overview X3D AR WG Update ISO SC24/SC29

More information

Phantom-X. Unnur Gretarsdottir, Federico Barbagli and Kenneth Salisbury

Phantom-X. Unnur Gretarsdottir, Federico Barbagli and Kenneth Salisbury Phantom-X Unnur Gretarsdottir, Federico Barbagli and Kenneth Salisbury Computer Science Department, Stanford University, Stanford CA 94305, USA, [ unnurg, barbagli, jks ] @stanford.edu Abstract. This paper

More information

Augmented Presentation of Animal and Environmental Data

Augmented Presentation of Animal and Environmental Data Augmented Presentation of Animal and Environmental Data Using Augmented Reality to Locate Species in the Zoo of Osnabrueck Christian Plass and Manfred Ehlers Institute for Geoinformatics and Remote Sensing

More information

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D Web3D Standards X3D: Open royalty-free interoperable standard for enterprise 3D ISO/TC 184/SC 4 - WG 16 Meeting - Visualization of CAD data November 8, 2018 Chicago IL Anita Havele, Executive Director

More information

X3D Capabilities for DecWebVR

X3D Capabilities for DecWebVR X3D Capabilities for DecWebVR W3C TPAC Don Brutzman brutzman@nps.edu 6 November 2017 Web3D Consortium + World Wide Web Consortium Web3D Consortium is W3C Member as standards liaison partner since 1 April

More information

Thank you. JERRY HESKETH Wilshire Blvd., Suite 2002 Los Angeles, CA 90024

Thank you. JERRY HESKETH Wilshire Blvd., Suite 2002 Los Angeles, CA 90024 Thank you We see a very bright future in Augmented and Virtual Reality and look forward to working together to maximize our efforts and profits! With Augmented and Virtual Reality everything old is new

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

- applications on same or different network node of the workstation - portability of application software - multiple displays - open architecture

- applications on same or different network node of the workstation - portability of application software - multiple displays - open architecture 12 Window Systems - A window system manages a computer screen. - Divides the screen into overlapping regions. - Each region displays output from a particular application. X window system is widely used

More information

Skybox as Info Billboard

Skybox as Info Billboard Skybox as Info Billboard Jana Dadova Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Abstract In this paper we propose a new way of information mapping to the virtual skybox.

More information

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

WebVR: Building for the Immersive Web. Tony Parisi Head of VR/AR, Unity Technologies WebVR: Building for the Immersive Web Tony Parisi Head of VR/AR, Unity Technologies About me Co-creator, VRML, X3D, gltf Head of VR/AR, Unity tonyp@unity3d.com Advisory http://www.uploadvr.com http://www.highfidelity.io

More information

Using VRML to Build a Virtual Reality Campus Environment

Using VRML to Build a Virtual Reality Campus Environment Using VRML to Build a Virtual Reality Campus Environment Fahad Shahbaz Khan, Kashif Irfan,Saad Razzaq, Fahad Maqbool, Ahmad Farid, Rao Muhammad Anwer ABSTRACT Virtual reality has been involved in a wide

More information

Activities at SC 24 WG 9: An Overview

Activities at SC 24 WG 9: An Overview Activities at SC 24 WG 9: An Overview G E R A R D J. K I M, C O N V E N E R I S O J T C 1 S C 2 4 W G 9 Mixed and Augmented Reality (MAR) ISO SC 24 and MAR ISO-IEC JTC 1 SC 24 Have developed standards

More information

ISO JTC 1 SC 24 WG9 G E R A R D J. K I M K O R E A U N I V E R S I T Y

ISO JTC 1 SC 24 WG9 G E R A R D J. K I M K O R E A U N I V E R S I T Y New Work Item Proposal: A Standard Reference Model for Generic MAR Systems ISO JTC 1 SC 24 WG9 G E R A R D J. K I M K O R E A U N I V E R S I T Y What is a Reference Model? A reference model (for a given

More information

Virtual Environments. Ruth Aylett

Virtual Environments. Ruth Aylett Virtual Environments Ruth Aylett Aims of the course 1. To demonstrate a critical understanding of modern VE systems, evaluating the strengths and weaknesses of the current VR technologies 2. To be able

More information

The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a

The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a 1 School of Art, Henan

More information

The presentation based on AR technologies

The presentation based on AR technologies Building Virtual and Augmented Reality Museum Exhibitions Web3D '04 M09051 선정욱 2009. 05. 13 Abstract Museums to build and manage Virtual and Augmented Reality exhibitions 3D models of artifacts is presented

More information

ISO/IEC JTC 1 VR AR for Education

ISO/IEC JTC 1 VR AR for Education ISO/IEC JTC 1 VR AR for January 21-24, 2019 SC24 WG9 & Web3D Meetings, Seoul, Korea Myeong Won Lee (U. of Suwon) Requirements Learning and teaching Basic components for a virtual learning system Basic

More information

DISSEMINATION OF 3D VISUALIZATIONS OF COMPLEX FUNCTION DATA FOR THE NIST DIGITAL LIBRARY OF MATHEMATICAL FUNCTIONS

DISSEMINATION OF 3D VISUALIZATIONS OF COMPLEX FUNCTION DATA FOR THE NIST DIGITAL LIBRARY OF MATHEMATICAL FUNCTIONS DISSEMINATION OF 3D VISUALIZATIONS OF COMPLEX FUNCTION DATA FOR THE NIST DIGITAL LIBRARY OF MATHEMATICAL FUNCTIONS Qiming Wang 1 *, Bonita Saunders 2, and Sandy Ressler 3 National Institute of Standards

More information

Collaborative Virtual Environment for Industrial Training and e-commerce

Collaborative Virtual Environment for Industrial Training and e-commerce Collaborative Virtual Environment for Industrial Training and e-commerce J.C.OLIVEIRA, X.SHEN AND N.D.GEORGANAS School of Information Technology and Engineering Multimedia Communications Research Laboratory

More information

Web3D and X3D Overview

Web3D and X3D Overview Web3D and X3D Overview Web3D Consortium Anita Havele, Executive Director Anita.havele@web3d.org March 2015 Market Needs Highly integrated interactive 3D worlds Cities - Weather - building - Engineering

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

More information

POTENTIAL USE OF VIRTUAL ENVIRONMENTS IN DESIGN EDUCATION

POTENTIAL USE OF VIRTUAL ENVIRONMENTS IN DESIGN EDUCATION POTENTIAL USE OF VIRTUAL ENVIRONMENTS IN DESIGN EDUCATION Aysu SAGUN Middle East Technical University, NCC aysusagun@gmail.com ABSTRACT This paper explores the potential use of Virtual Environments (VE)

More information

Enhancing Shipboard Maintenance with Augmented Reality

Enhancing Shipboard Maintenance with Augmented Reality Enhancing Shipboard Maintenance with Augmented Reality CACI Oxnard, CA Dennis Giannoni dgiannoni@caci.com (805) 288-6630 INFORMATION DEPLOYED. SOLUTIONS ADVANCED. MISSIONS ACCOMPLISHED. Agenda Virtual

More information

Integrating Virtual Reality (VR) into traditional instructional design. Abstract

Integrating Virtual Reality (VR) into traditional instructional design. Abstract Integrating Virtual Reality (VR) into traditional instructional design Osuagwu O.E 1, Ihedigbo C. E. 2, Ndigwe Chinwe 3 1 Department of Computer Science, Imo State University Owerri, Nigeria Tel: +2348037101792,

More information

Immersive Training. David Lafferty President of Scientific Technical Services And ARC Associate

Immersive Training. David Lafferty President of Scientific Technical Services And ARC Associate Immersive Training David Lafferty President of Scientific Technical Services And ARC Associate Current Situation Great Shift Change Drive The Need For Training Conventional Training Methods Are Expensive

More information

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

HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University HMD based VR Service Framework July 31 2017 Web3D Consortium Kwan-Hee Yoo Chungbuk National University khyoo@chungbuk.ac.kr What is Virtual Reality? Making an electronic world seem real and interactive

More information

Moving Web 3d Content into GearVR

Moving Web 3d Content into GearVR Moving Web 3d Content into GearVR Mitch Williams Samsung / 3d-online GearVR Software Engineer August 1, 2017, Web 3D BOF SIGGRAPH 2017, Los Angeles Samsung GearVR s/w development goals Build GearVRf (framework)

More information

Real World / Virtual Presentations: Comparing Different Web-based 4D Presentation Techniques of the Built Environment

Real World / Virtual Presentations: Comparing Different Web-based 4D Presentation Techniques of the Built Environment Real World / Virtual Presentations: Comparing Different Web-based 4D Presentation Techniques of the Built Environment Joseph BLALOCK 1 Introduction The World Wide Web has had a great effect on the display

More information

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Technical Disclosure Commons Defensive Publications Series October 02, 2017 Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Adam Glazier Nadav Ashkenazi Matthew

More information

Implementation of Augmented Reality System for Smartphone Advertisements

Implementation of Augmented Reality System for Smartphone Advertisements , pp.385-392 http://dx.doi.org/10.14257/ijmue.2014.9.2.39 Implementation of Augmented Reality System for Smartphone Advertisements Young-geun Kim and Won-jung Kim Department of Computer Science Sunchon

More information

Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS

Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS Technology Solutions 01 VR-Ready 3D Content Full-Cycle VR Development We augment businesses with interactive, low-poly 3D content without

More information

- Modifying the histogram by changing the frequency of occurrence of each gray scale value may improve the image quality and enhance the contrast.

- Modifying the histogram by changing the frequency of occurrence of each gray scale value may improve the image quality and enhance the contrast. 11. Image Processing Image processing concerns about modifying or transforming images. Applications may include enhancing an image or adding special effects to an image. Here we will learn some of the

More information

VIRTUAL REALITY Introduction. Emil M. Petriu SITE, University of Ottawa

VIRTUAL REALITY Introduction. Emil M. Petriu SITE, University of Ottawa VIRTUAL REALITY Introduction Emil M. Petriu SITE, University of Ottawa Natural and Virtual Reality Virtual Reality Interactive Virtual Reality Virtualized Reality Augmented Reality HUMAN PERCEPTION OF

More information

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY 1 RAJU RATHOD, 2 GEORGE PHILIP.C, 3 VIJAY KUMAR B.P 1,2,3 MSRIT Bangalore Abstract- To ensure the best place, position,

More information

Polytechnical Engineering College in Virtual Reality

Polytechnical Engineering College in Virtual Reality SISY 2006 4 th Serbian-Hungarian Joint Symposium on Intelligent Systems Polytechnical Engineering College in Virtual Reality Igor Fuerstner, Nemanja Cvijin, Attila Kukla Viša tehnička škola, Marka Oreškovica

More information

Flash player xbox one

Flash player xbox one Flash player xbox one The Borg System is 100 % Flash player xbox one 16-2-2013 flash player für xbox one, flash player xbox one internet explorer, flash player xbox internet explorer, xbox internet explorer

More information

Capacitive Face Cushion for Smartphone-Based Virtual Reality Headsets

Capacitive Face Cushion for Smartphone-Based Virtual Reality Headsets Technical Disclosure Commons Defensive Publications Series November 22, 2017 Face Cushion for Smartphone-Based Virtual Reality Headsets Samantha Raja Alejandra Molina Samuel Matson Follow this and additional

More information

Mixed / Augmented Reality in Action

Mixed / Augmented Reality in Action Mixed / Augmented Reality in Action AR: Augmented Reality Augmented reality (AR) takes your existing reality and changes aspects of it through the lens of a smartphone, a set of glasses, or even a headset.

More information

Computer Graphics. Spring April Ghada Ahmed, PhD Dept. of Computer Science Helwan University

Computer Graphics. Spring April Ghada Ahmed, PhD Dept. of Computer Science Helwan University Spring 2018 10 April 2018, PhD ghada@fcih.net Agenda Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated data. 2 Augmented reality

More information

Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time

Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time Dipl.Inform.Univ Peter Schickel CEO Bitmanagement Software Vice President Web3D Consortium, Mountain View, USA OGC/Web3D

More information

Mixed and Augmented Reality Reference Model as of January 2014

Mixed and Augmented Reality Reference Model as of January 2014 Mixed and Augmented Reality Reference Model as of January 2014 10 th AR Community Meeting March 26, 2014 Author, Co-Chair: Marius Preda, TELECOM SudParis, SC29 Presented by Don Brutzman, Web3D Consortium

More information

Free games without adobe flash player

Free games without adobe flash player P ford residence southampton, ny Free games without adobe flash player Simple premise that grows the longer one plays.. As a player starts there is only two actions, eat candy or throw it on the ground,

More information

1 Topic Creating & Navigating Change Make it Happen Breaking the mould of traditional approaches of brand ownership and the challenges of immersive storytelling. Qantas Australia in 360 ICC Sydney & Tourism

More information

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations JULIA GIANNELLA, IMPA, LUIZ VELHO, IMPA, Fig 1: Liquid Galaxy is a multi-display platform

More information

Introduction to Virtual Reality (based on a talk by Bill Mark)

Introduction to Virtual Reality (based on a talk by Bill Mark) Introduction to Virtual Reality (based on a talk by Bill Mark) I will talk about... Why do we want Virtual Reality? What is needed for a VR system? Examples of VR systems Research problems in VR Most Computers

More information

Web-Based Mobile Robot Simulator

Web-Based Mobile Robot Simulator Web-Based Mobile Robot Simulator From: AAAI Technical Report WS-99-15. Compilation copyright 1999, AAAI (www.aaai.org). All rights reserved. Dan Stormont Utah State University 9590 Old Main Hill Logan

More information

Augmented Real-Time Virtual Environments

Augmented Real-Time Virtual Environments Augmented Real-Time Virtual Environments Vanja Jovišić Faculty of Electrical Engineering University of Sarajevo Sarajevo / Bosnia and Herzegovina Abstract The focus of our research was to experiment with

More information

Design and Realization of Virtual Classroom

Design and Realization of Virtual Classroom 24 JOURNAL OF ADVANCES IN INFORMATION TECHNOLOGY, VOL. 3, NO. 1, FEBRUARY 2012 Design and Realization of Virtual Classroom Rong Zhu Computer Science College, Qufu Normal University, Rizhao, Shandong 276826,

More information

FAQ AUTODESK STITCHER UNLIMITED 2009 FOR MICROSOFT WINDOWS AND APPLE OSX. General Product Information CONTENTS. What is Autodesk Stitcher 2009?

FAQ AUTODESK STITCHER UNLIMITED 2009 FOR MICROSOFT WINDOWS AND APPLE OSX. General Product Information CONTENTS. What is Autodesk Stitcher 2009? AUTODESK STITCHER UNLIMITED 2009 FOR MICROSOFT WINDOWS AND APPLE OSX FAQ CONTENTS GENERAL PRODUCT INFORMATION STITCHER FEATURES LICENSING STITCHER 2009 RESOURCES AND TRAINING QUICK TIPS FOR STITCHER UNLIMITED

More information

Llibres electrònics editorial Elsevier Col lecció Tecnologia dels Mitjans

Llibres electrònics editorial Elsevier Col lecció Tecnologia dels Mitjans Llibres electrònics editorial Elsevier Col lecció Tecnologia dels Mitjans ISBN Título URL 9780240519104 3D for the Web http://www.sciencedirect.com/science/book/9780240519104 9780122290640 3D Game Engine

More information

Real Estate Marketing

Real Estate Marketing Real Estate Marketing Real Estate Marketing Renderings 360 -Tours Virtual Reality Real Estate Mobile Animations Our commitment is to provide state-of-the-art multimedia products for real estate. We are

More information

6Visionaut visualization technologies SIMPLE PROPOSAL 3D SCANNING

6Visionaut visualization technologies SIMPLE PROPOSAL 3D SCANNING 6Visionaut visualization technologies 3D SCANNING Visionaut visualization technologies7 3D VIRTUAL TOUR Navigate within our 3D models, it is an unique experience. They are not 360 panoramic tours. You

More information

6 System architecture

6 System architecture 6 System architecture is an application for interactively controlling the animation of VRML avatars. It uses the pen interaction technique described in Chapter 3 - Interaction technique. It is used in

More information

TECHNICAL UNIVERSITY OF NORTH

TECHNICAL UNIVERSITY OF NORTH TECHNICAL UNIVERSITY OF NORTH ENGINEERING SCHOOL OF APPLIED SCIENCE SCHOOL OF ENGINEERING COMPUTER SYSTEMS TECHNICAL REPORT TOPIC: VIRTUAL TOUR OF THE PHYSICAL INFRASTRUCTURE AND TECHNOLOGY OF THE TECHNICAL

More information

MPEG-V Based Web Haptic Authoring Tool

MPEG-V Based Web Haptic Authoring Tool MPEG-V Based Web Haptic Authoring Tool by Yu Gao Thesis submitted to the Faculty of Graduate and Postdoctoral Studies In partial fulfillment of the requirements For the M.A.Sc degree in Electrical and

More information

Augmented Reality. ARC Industry Forum Orlando February Will Hastings Analyst ARC Advisory Group

Augmented Reality. ARC Industry Forum Orlando February Will Hastings Analyst ARC Advisory Group Augmented Reality ARC Industry Forum Orlando February 2017 Will Hastings Analyst ARC Advisory Group whastings@arcweb.com Agenda Digital Enterprise: Set the stage Augmented Reality vs. Virtual Reality Industry

More information

Install simple system for playing environmental animation in the stereo display

Install simple system for playing environmental animation in the stereo display Install simple system for playing environmental animation in the stereo display Chien-Hung SHIH Graduate Institute of Architecture National Chiao Tung University, 1001 Ta Hsueh Road, Hsinchu, 30050, Taiwan

More information

By: Celine, Yan Ran, Yuolmae. Image from oss

By: Celine, Yan Ran, Yuolmae. Image from oss IMMERSION By: Celine, Yan Ran, Yuolmae Image from oss Content 1. Char Davies 2. Osmose 3. The Ultimate Display, Ivan Sutherland 4. Virtual Environments, Scott Fisher Artist A Canadian contemporary artist

More information

E-LEARNING WEBSITE SOLUTION

E-LEARNING WEBSITE SOLUTION PROJECT REPORT ON E-LEARNING WEBSITE SOLUTION Submitted in partial fulfillment of the requirements for the degree of BACHELOR OF ENGINEERING In COMPUTER ENGINEERING By KENNOEL D ABREO JONATHAN PIMENTO

More information

CSC 170 Introduction to Computers and Their Applications. Lecture #3 Digital Graphics and Video Basics. Bitmap Basics

CSC 170 Introduction to Computers and Their Applications. Lecture #3 Digital Graphics and Video Basics. Bitmap Basics CSC 170 Introduction to Computers and Their Applications Lecture #3 Digital Graphics and Video Basics Bitmap Basics As digital devices gained the ability to display images, two types of computer graphics

More information

INTERIOUR DESIGN USING AUGMENTED REALITY

INTERIOUR DESIGN USING AUGMENTED REALITY INTERIOUR DESIGN USING AUGMENTED REALITY Miss. Arti Yadav, Miss. Taslim Shaikh,Mr. Abdul Samad Hujare Prof: Murkute P.K.(Guide) Department of computer engineering, AAEMF S & MS, College of Engineering,

More information

Reality in Maps. Solutions for Innovative Destination Marketing

Reality in Maps. Solutions for Innovative Destination Marketing Reality in Maps Solutions for Innovative Destination Marketing Better planning. Optimal orientation. Enhanced experiences. Digitization of the customer journey Digitization of the landscape The future

More information

Virtual Reality Calendar Tour Guide

Virtual Reality Calendar Tour Guide Technical Disclosure Commons Defensive Publications Series October 02, 2017 Virtual Reality Calendar Tour Guide Walter Ianneo Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Level 3 Extended Diploma Unit 22 Developing Computer Games

Level 3 Extended Diploma Unit 22 Developing Computer Games Level 3 Extended Diploma Unit 22 Developing Computer Games Outcomes Understand the impact of the gaming revolution on society Know the different types of computer game Be able to design and develop computer

More information

Virtual Reality on a Budget. Tuesday, February 6 8:00 a.m. 11:00 a.m. Room 9C Capacity: 90

Virtual Reality on a Budget. Tuesday, February 6 8:00 a.m. 11:00 a.m. Room 9C Capacity: 90 Virtual Reality on a Budget Tuesday, February 6 8:00 a.m. 11:00 a.m. Room 9C Capacity: 90 Virtual Reality on a Budget Dr. Bruce Ellis @DrBruceEllis bellis@tcea.org @DrBruceEllis #TCEA @GoogleVR #VirtualReality

More information

Level 3 Extended Diploma Unit 22 Developing Computer Games

Level 3 Extended Diploma Unit 22 Developing Computer Games Level 3 Extended Diploma Unit 22 Developing Computer Games Outcomes Understand the impact of the gaming revolution on society Know the different types of computer game Be able to design and develop computer

More information

Campus Virtual Tour. Namrata Bakre, Aditi Deshmukh, Pavitra Sapaliga, Prof. Yogesh Doulatramani

Campus Virtual Tour. Namrata Bakre, Aditi Deshmukh, Pavitra Sapaliga, Prof. Yogesh Doulatramani Campus Virtual Tour Namrata Bakre, Aditi Deshmukh, Pavitra Sapaliga, Prof. Yogesh Doulatramani Abstract The virtual tour is an integral part in digital travel revolution. The concept of the virtual tour

More information

Omni-Directional Catadioptric Acquisition System

Omni-Directional Catadioptric Acquisition System Technical Disclosure Commons Defensive Publications Series December 18, 2017 Omni-Directional Catadioptric Acquisition System Andreas Nowatzyk Andrew I. Russell Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Realistic Visual Environment for Immersive Projection Display System

Realistic Visual Environment for Immersive Projection Display System Realistic Visual Environment for Immersive Projection Display System Hasup Lee Center for Education and Research of Symbiotic, Safe and Secure System Design Keio University Yokohama, Japan hasups@sdm.keio.ac.jp

More information

AR Glossary. Terms. AR Glossary 1

AR Glossary. Terms. AR Glossary 1 AR Glossary Every domain has specialized terms to express domain- specific meaning and concepts. Many misunderstandings and errors can be attributed to improper use or poorly defined terminology. The Augmented

More information

Skybox as Info Billboard

Skybox as Info Billboard Skybox as Info Billboard Jana Dadova Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Abstract In this paper we propose a new way of information mapping to the upper part

More information

Chapter 1 Virtual World Fundamentals

Chapter 1 Virtual World Fundamentals Chapter 1 Virtual World Fundamentals 1.0 What Is A Virtual World? {Definition} Virtual: to exist in effect, though not in actual fact. You are probably familiar with arcade games such as pinball and target

More information

Distributed Virtual Learning Environment: a Web-based Approach

Distributed Virtual Learning Environment: a Web-based Approach Distributed Virtual Learning Environment: a Web-based Approach Christos Bouras Computer Technology Institute- CTI Department of Computer Engineering and Informatics, University of Patras e-mail: bouras@cti.gr

More information

Practical Data Visualization and Virtual Reality. Virtual Reality Practical VR Implementation. Karljohan Lundin Palmerius

Practical Data Visualization and Virtual Reality. Virtual Reality Practical VR Implementation. Karljohan Lundin Palmerius Practical Data Visualization and Virtual Reality Virtual Reality Practical VR Implementation Karljohan Lundin Palmerius Scene Graph Directed Acyclic Graph (DAG) Hierarchy of nodes (tree) Reflects hierarchy

More information

Haptics Technologies: Bringing Touch to Multimedia

Haptics Technologies: Bringing Touch to Multimedia Haptics Technologies: Bringing Touch to Multimedia C2: Haptics Applications Outline Haptic Evolution: from Psychophysics to Multimedia Haptics for Medical Applications Surgical Simulations Stroke-based

More information

Tracking. Alireza Bahmanpour, Emma Byrne, Jozef Doboš, Victor Mendoza and Pan Ye

Tracking. Alireza Bahmanpour, Emma Byrne, Jozef Doboš, Victor Mendoza and Pan Ye Tracking Alireza Bahmanpour, Emma Byrne, Jozef Doboš, Victor Mendoza and Pan Ye Outline of this talk Introduction: what makes a good tracking system? Example hardware and their tradeoffs Taxonomy of tasks:

More information

3D Virtual Training Systems Architecture

3D Virtual Training Systems Architecture 3D Virtual Training Systems Architecture January 21-24, 2018 ISO/IEC JTC 1/SC 24/WG 9 & Web3D Meetings Seoul, Korea Myeong Won Lee (U. of Suwon) Virtual Training Systems Definition Training systems using

More information

COMOS Walkinside 10.2

COMOS Walkinside 10.2 COMOS Walkinside 10.2 Why Immersive Training? Knowledge retention through learning Leverage the power of: Human graphic memory from 3D contextual simulations Repetition of scenario-driven work tasks Time-scale

More information

VR/AR Concepts in Architecture And Available Tools

VR/AR Concepts in Architecture And Available Tools VR/AR Concepts in Architecture And Available Tools Peter Kán Interactive Media Systems Group Institute of Software Technology and Interactive Systems TU Wien Outline 1. What can you do with virtual reality

More information

Designing Semantic Virtual Reality Applications

Designing Semantic Virtual Reality Applications Designing Semantic Virtual Reality Applications F. Kleinermann, O. De Troyer, H. Mansouri, R. Romero, B. Pellens, W. Bille WISE Research group, Vrije Universiteit Brussel, Pleinlaan 2, 1050 Brussels, Belgium

More information

University of Huddersfield Repository

University of Huddersfield Repository University of Huddersfield Repository Gibson, Ian and England, Richard Fragmentary Collaboration in a Virtual World: The Educational Possibilities of Multi-user, Three- Dimensional Worlds Original Citation

More information

Introduction to Virtual Reality. Chapter IX. Introduction to Virtual Reality. 9.1 Introduction. Definition of VR (W. Sherman)

Introduction to Virtual Reality. Chapter IX. Introduction to Virtual Reality. 9.1 Introduction. Definition of VR (W. Sherman) Introduction to Virtual Reality Chapter IX Introduction to Virtual Reality 9.1 Introduction 9.2 Hardware 9.3 Virtual Worlds 9.4 Examples of VR Applications 9.5 Augmented Reality 9.6 Conclusions CS 397

More information

120 McAdams Hall Phone: (701)

120 McAdams Hall Phone: (701) Ayush Bhargava Contact Information Research Interests 120 McAdams Hall Phone: (701) 541-5954 School of Computing E-mail: ayushb@g.clemson.edu Website: ayush.ninjadeveloper.com Clemson, SC 29634 USA Virtual

More information

Interactive Math Demos for Mobile Platforms

Interactive Math Demos for Mobile Platforms 2013 Hawaii University International Conferences Education & Technology Math & Engineering Technology June 10 th to June 12 th Ala Moana Hotel, Honolulu, Hawaii Interactive Math Demos for Mobile Platforms

More information

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies Purpose The standard elaborations (SEs) provide additional clarity when using the Australian Curriculum achievement standard to make judgments on a five-point scale. They can be used as a tool for: making

More information

Dublin Institute of Technology. Hugh McAtamney Dublin Institute of Technology,

Dublin Institute of Technology. Hugh McAtamney Dublin Institute of Technology, Dublin Institute of Technology ARROW@DIT Conference papers Digital Media Centre 1999-05-01 An Investigation into the use of the Virtual Reality Modelling Language (VRML) as a Means of Distribution Virtual

More information

TELE IMMERSION Virtuality meets Reality

TELE IMMERSION Virtuality meets Reality TELE IMMERSION Virtuality meets Reality Prepared By: Amulya Kadiri (III/IV Mechanical Engg) R.K.Leela (III/IV Production Engg) College: GITAM Institute of Technology Visakhapatnam ABSTRACT Tele-immersion

More information

Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016

Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016 Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016 MSUFCU Staff: Whitney Anderson-Harrell Austin Drouare Emily Fesler Ben Maxim Ian Oberg Michigan State University Capstone

More information

Geo-Located Content in Virtual and Augmented Reality

Geo-Located Content in Virtual and Augmented Reality Technical Disclosure Commons Defensive Publications Series October 02, 2017 Geo-Located Content in Virtual and Augmented Reality Thomas Anglaret Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

interactive laboratory

interactive laboratory interactive laboratory ABOUT US 360 The first in Kazakhstan, who started working with VR technologies Over 3 years of experience in the area of virtual reality Completed 7 large innovative projects 12

More information

Augmented and Virtual Reality

Augmented and Virtual Reality CS-3120 Human-Computer Interaction Augmented and Virtual Reality Mikko Kytö 7.11.2017 From Real to Virtual [1] Milgram, P., & Kishino, F. (1994). A taxonomy of mixed reality visual displays. IEICE TRANSACTIONS

More information

March, Global Video Games Industry Strategies, Trends & Opportunities. digital.vector. Animation, VFX & Games Market Research

March, Global Video Games Industry Strategies, Trends & Opportunities. digital.vector. Animation, VFX & Games Market Research March, 2019 Global Video Games Industry Strategies, Trends & Opportunities Animation, VFX & Games Market Research Global Video Games Industry OVERVIEW The demand for gaming has expanded with the widespread

More information

Multiplayer Game Design: Performance Enhancement with Employment of Novel Technology

Multiplayer Game Design: Performance Enhancement with Employment of Novel Technology Multiplayer Game Design: Performance Enhancement with Employment of Novel Technology B. M. Monjurul Alom Assessment Research Centre Melbourne Graduate School of Education The University of Melbourne Claire

More information

Video Requirements for Web-based Virtual Environments using Extensible 3D (X3D) Graphics

Video Requirements for Web-based Virtual Environments using Extensible 3D (X3D) Graphics Video Requirements for Web-based Virtual Environments using Extensible 3D (X3D) Graphics Don Brutzman and Mathias Kolsch Web3D Consortium Naval Postgraduate School, Monterey California USA brutzman@nps.edu

More information

MOBILE VIRTUAL 3D MODEL OF A MEDIEVAL TOWN

MOBILE VIRTUAL 3D MODEL OF A MEDIEVAL TOWN International Journal on Information Technologies & Security, 4, 2013 13 MOBILE VIRTUAL 3D MODEL OF A MEDIEVAL TOWN Stanislav Dimchev Kostadinov, Tzvetomir Ivanov Vassilev Department of Informatics and

More information

VIRTUAL REALITY EXPERIENCE TO THE REAL WORLD

VIRTUAL REALITY EXPERIENCE TO THE REAL WORLD VIRTUAL REALITY EXPERIENCE TO THE REAL WORLD PRESENTED BY: P. HARIKA. K.L.KIRANMAI V.LEELA KISHAN 06R81A0526 06R81A0514 06R81A0544 III/IV B-TECH C.S.E III/IV B-TECH C.S.E III/IV B-TECH C.S.E harikaparasa.526@gmail.com

More information

Games Digital media Collaborative services Immediate services

Games Digital media Collaborative services Immediate services 1 Digital services are being created to meet absolutely every need and every niche where customers can be enticed to go. Games are the most active of these because they require constant attention and rapid

More information

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS ACCENTURE LABS DUBLIN Artificial Intelligence Security SILICON VALLEY Digital Experiences Artificial Intelligence

More information

Common application environment for interactive digital broadcasting services

Common application environment for interactive digital broadcasting services Recommendation ITU-R BT.1889 (03/2011) Common application environment for interactive digital broadcasting services BT Series Broadcasting service (television) ii Rec. ITU-R BT.1889 Foreword The role of

More information