X3DOM is a framework for integrating and manipulating (X)3D scenes as HTML5 DOM elements that are rendered via WebGL. The system allows defining 3D scene description and runtime behavior declaratively, without any low-level JavaScript or GLSL coding.
Hi,
I'm using x3dom for a work project to show hydraulic systems of a vehicle in web graphics. I converted all my CAD models into x3d and using <inline> tag to add it in html. Now my real need is to pick each each objects in the scene and higlight a part number for the object. I tried to use the following code from x3dom documentation page, this only calls the attributes inside the html document. What i want to do is to call an attribute from the x3d file which is location in another folder. Is there a way to call this.
Last edit: venkatraj 2018-05-29