Real-time Sensor Data Mapping into 3D Colorimetric Space

Introduction Sensor Why X3D? Real-Time Mapping Mapping Examples Contact

Why X3D?

The ISO/IEC-19775-1 was published in 2013 as the defined standard for a software system that integrates interactive network enabled 3D graphics. This is the standard that defines X3D which at heart is a XML variation of the 1997 ISO standard for storing 3D Computer Graphics established in 1997 called " Virtual Reality Modeling Language (VRML)". The X3D standard is very new and has not been utilized to it's full potential. It's intuitive design combined with a simple user interface can be used to create web applications that require no employee training or technical background to master.

X3D Supports modern 3D file structure including:

  • set primitives
  • vertex models
  • vertex and face normals
  • uv texture coordinates
  • grouping objects
  • skeletal animation
  • linear animation
  • textures
  • alpha channels
  • vertex shader textures/techniques
  • X3Dom is a javascript library that bridges the gap between web script programming and X3D. It is one of many X3D viewers that allow anyone to embed an X3D scene like you would an image in HTML and dynamically make changes to the scene with PHP or javascript. X3D can also process scripts embedded in it's own language internally. The X3D Scripting component is executed when a X3D event is received such as user interaction with the objects, environment, or user interface contained in the scene.



ISO/IEC 19775X3D ScriptingISO/IEC 14772-1
@2019 Felix G. Hamza-Lup