Difference between revisions of "X3D and HTML5 Summary"

From Web3D.org
Jump to: navigation, search
m
m
Line 1: Line 1:
 
* Family of X3D Specifications;
 
* Family of X3D Specifications;
 +
** X3D Abstract Specification describes basic functionality
 +
** XML, ClassicVRML, and Compressed Binary Encoding
 +
** Application Programming Interfaces (APIs) Ecmascript (Javascript) and Java
  
 
* Relationships between scene graphs/apis and render layers;  
 
* Relationships between scene graphs/apis and render layers;  

Revision as of 08:23, 6 October 2009

  • Family of X3D Specifications;
    • X3D Abstract Specification describes basic functionality
    • XML, ClassicVRML, and Compressed Binary Encoding
    • Application Programming Interfaces (APIs) Ecmascript (Javascript) and Java
  • Relationships between scene graphs/apis and render layers;
  • Similarities beweteen mathml, svg, and x3d;
  • Simple X3D example and HTML5 examples; (how current integration looks like via object model then to html5)
    • X3D scene as external reference
    • X3D as embedded object;
    • HTML5 with embedded x3d as mixed namespaces;
    • Template for demo = html5+x3d event passing connections.
  • Recommendations for html5 specification.