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.
Mechanism to "walking" about a VR space using a mobile device without walking.
Concept is a combined capability of NavigaionInfo, Viewpoint, and SpatialSensor
Pick an object by staring at it long enough. Equivalent to TouchSensor
Creates a stereographic view of the selected geometry
x3dom.registerNodeType( "<node-name>", "<node-component>", defineClass(x3dom.nodeTypes.<node-class>, function (ctx) { x3dom.nodeTypes.<node-name>.superClass.call(this, ctx); this.addField_<field-type>(ctx, '<field-name>', <default-value>); }, { <method1>: function (...) {...}, <method2>: function (...) {...}, <method3>: function (...) {...} } ) );
1 / 18
INFO: Found 0 X3D and 0 (experimental) WebSG nodes...
INFO: X3DOM version 1.5.1, Revison c0f47cbb994175bc43240b8de110f51628c95b6a, Date Wed Oct 23 16:23:43 2013 +0200