<div dir="auto">I’m hoping for a better “XML” that’s actually feasible in a VR setup, Don.   I think computing is moving away from the desktop/paper-like approach.<br></div><div dir="auto"><br></div><div dir="auto">That’s why I’m exploring 3D specification   based on Java and ISO standard specification language.  The first task is getting the X3D specifications into that language.  Next we figure out how to visualize the specification in X3D.  I’m aiming for explaining X3D concepts in 3D.</div><div dir="auto"><br></div><div dir="auto">I don’t know if semantics or specification is better.   Perhaps the best of both worlds?</div><div dir="auto"><br></div><div dir="auto">Even the guy behind the DynaBook said we’re stuck in this paper-like world we’ve created.</div><div dir="auto"><br></div><div dir="auto">Why are X3D experts satisfied with text?</div><div dir="auto"><br></div><div dir="auto">John</div><div dir="auto"><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 25, 2021 at 9:34 AM Don Brutzman <<a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi John. Your mail identifies how the X3DUOM (an XML file matching X3D Architecture Specification) is implemented as Java classes.<br>
<br>
Not clear what the goal of your visualization might be.  Sofar we've made all of this information readily available to programmers in XML, Java and Python.<br>
<br>
I'd suggest that the X3D Architecture Specification itself is the authoritative "visualization" of What It All Means.<br>
<br>
There is also the Interface Hierarchy, a plain-text (ASCII art) tree version of all interfaces and nodes, originally produced by Joe Williams and faithfully updated by editors as we've progressed.<br>
<br>
* X3D4 Architecture, Clause 4 Concepts, 4.4.2.3 Interface hierarchy<br>
   <a href="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/concepts.html#InterfaceHierarchy" rel="noreferrer" target="_blank">https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/concepts.html#InterfaceHierarchy</a><br>
<br>
<br>
On 6/24/2021 10:37 AM, John Carlson wrote:<br>
> I'm trying to achieve a 2D, 3D or 4D visualization of the X3DUOM.<br>
> <br>
> $ grep public.*get /c/x3d-code/www_web3d_org/x3d/stylesheets/java/src/org/web3d/x3d/util/x3duom/X3DUnifiedObjectModel.java<br>
>      public SimpleTypeEnumerations getSimpleTypeEnumerations() {<br>
>      public FieldTypes getFieldTypes() {<br>
>      public AbstractObjectTypes getAbstractObjectTypes() {<br>
>      public AbstractNodeTypes getAbstractNodeTypes() {<br>
>      public ConcreteNodes getConcreteNodes() {<br>
>      public Statements getStatements() {<br>
>      public String getVersion() {<br>
> <br>
> <br>
> Wanted:  Someone to take this class and create a visualization of an instantiation of the class.   Use the X3DUnifiedObjectModel40.java to instantiate the 4.0 version of X3DUOM, then "marshall" out (with the get methods) the 4.0 version of the X3DUOM to MVC view code (possibly using an X3D encoding) and display.<br>
> <br>
> Right now, I'm thinking of 5-6 X3D superstores where you can shop for objects in each returned collection.<br>
> <br>
> Right now, I'm grepping/searching/editing the X3DUOM as a file. As I don't have XMLSpy, I could see an extension of X3D-Edit as an option. Can we use X3D-Edit 4 to edit the X3DUOM, not unlike how we can currently edit an X3D encoded file?<br>
> <br>
> What's the best way to browse the X3DUOM besides the specification?<br>
> <br>
> Gonna google 3D specification.<br>
> <br>
> Thanks!<br>
> <br>
> John<br>
all the best, Don<br>
-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149<br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzman</a><br>
</blockquote></div></div>