Web3D2016, SIGGRAPH 2016 23-28 July 2016
Individual Member - Drupal Association

Brower-Based Mobile 3D VR

 

 

 

 

 

 

 

 

Leonard Daly
President, Daly Realism

siggraph [AT] realism.com
http://realism.com/presentations/188

Licensing Notice

This presentation is licensed as Creative Commons Attribution, Share-Alike [CC BY-SA 4.0]

Some of the material comes from other sources. Licensing for that other material may be different than that associated with the entire document. Credit for the individual pieces of content (text, graphics, images, etc.) are identified on the page where that content appears. The full credit reference is given on the Credit pages.

About Me

Overview

 

 

 

“Any sufficiently advanced technology is indistinguishable from magic”

Arthur C. Clarke, 1975

 

 

 

The future is already here - it’s just not very evenly distributed”

William GIbson, 2003

Usage

 

Usage
  • X3D Developers: 500-1000
  • VR/Web3D Developers: 15,000-25,000
Usage
  • X3D Developers: 500-1000
  • VR/Web3D Developers: 15,000-25,000
  • JavaScript: 100,000-1,000,000
    • 67,000 developers on StackOverflow

Usage

Usage

Usage

Usage

X3DOM Overview

 

 

 

Using X3DOM

<!DOCTYPE>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <title>X3DOM Simple Example</title>
    <script type='text/javascript' src='http://www.x3dom.org/download/x3dom.js'> </script>
    <link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/x3dom.css'/>
    <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js" ></script>
</head>

<body>
<h1>X3DOM Simple Example</h1>
<X3D  id="x3dom_simple" showStat="false" showLog="false" x="0px" y="0px" width="500px" height="500px">
    <Scene>
        <Inline url='http://tools.realism.com/Projects/Museum/model/Test-Static/basic-shapes.x3d'></Inline>
    </Scene>
</X3D>
</body>
</html>

 

X3DOM Examples

Streaming Progressive Geometry

Happy Buddha with almost 1,000,000 triangles

 

X3DOM Examples

Animation & Interaction

Ocean drilling Rig with interactive Sun position

X3DOM Examples

Audio with animationed camera in a texture-rich environment

Interior of Siena Cathedral

 

Credits

WebVR and A-Frame

Device Movement

Device Orientation

Standard Orientation

 

 

 

 

Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied from or derived from "DeviceOrientation Event Specification" - http://w3c.github.io/deviceorientation/spec-source-orientation.html

Device Rotations

Alpha rotation about Z Beta rotation about XGamma rotation about Y

Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied from or derived from "DeviceOrientation Event Specification" http://w3c.github.io/deviceorientation/spec-source-orientation.html

See blog post Check Mobile Orientation for an interactive demonstration using mobile devices.

New Nodes

Presentation continues

/