<div dir="auto">Actually x3djsonld.py is already well on the way to doing this.  I just don’t know if methods like createNode are available and maybe preferred. (Of course i realize there are constructors which can be used)</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 24, 2023 at 3:19 PM John Carlson <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</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)"><div dir="auto">I am merely talking of constructing scenes using a JSON source.  Instead converting to DOM, which may not be available, I would convert to an SAI scenegraph.   That is l, create an X3DJSON loader that supports scene creation with SAI, if not DOM.</div><div dir="auto"><br></div><div dir="auto">John </div><div dir="auto"><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 24, 2023 at 11:04 AM Joseph D Williams <<a href="mailto:joedwil@earthlink.net" target="_blank">joedwil@earthlink.net</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)"><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><p class="MsoNormal"><u></u> <u></u></p><ul style="margin-top:0in" type="disc"><li style="margin-left:0in">I need to figure out if there’s a niche for JSON in browsers with SAI and no DOM</li></ul><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Please let me help you figure this out. </p><p class="MsoNormal">As shown by dedicated json forms like gltfs and glblobs and other uses of encoding syntax that can store data with content that depends upon hierarchy, names, and data types and structures, ordinary json can provide the author with a way to encode custom data in some custom data structure for purpose of producing custom content delivered in a custom form. In other words, when x3d browsers and tools support import and export of json, then authors can do special stuff to aid them in the complex job of authoring. For instance the current gltf was designed by people that understand generation and maintenance of a complex scene graph and so if x3d supports gltf json then x3d author can use those data structures relatively easily in an environment that can actually validate the scene content prior to execution. So, that is where ordinary json fits in with x3d. Just another general purpose tool very useful for handling various sorts of data involved in authoring and delivering realtime interactive 3D viz using WWW. </p><p class="MsoNormal">So, if I choose to define sets of data that I want to use and call by some name and it fits a json standard form, then I ought to be able to do so freely. For example, If I have an HAnim skin field, I want to be able to store that in my json file then the user code gets lots more simple because in place of the list of points, I just have a reference to the json file. However, I do not wish to encode an entire scene graph using json. So, for general validation of json content, I think two levels: First if the author has not provided a schema then it is only necessary to check for valid data json structures. Second, if the author provides a schema then look at names, data structures, and types. </p><p class="MsoNormal">And, json files can include both authortime and runtime stuffs, at more or less the author’s choice. So the important item is not to limit the long-term potential of a feature like json for some relatively simple stuff while not unnecessarily promoting it use as a specialized syntax to describe and validate the entire scene graph. </p><p class="MsoNormal">Thanks, and Best, </p><p class="MsoNormal">Joe</p></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><div style="border-style:solid none none;border-top-width:1pt;padding:3pt 0in 0in;border-top-color:rgb(225,225,225)"><p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:yottzumm@gmail.com" target="_blank">John Carlson</a><br><b>Sent: </b>Tuesday, January 24, 2023 12:36 AM<br><b>To: </b><a href="mailto:brutzman@nps.edu" target="_blank">Brutzman, Donald (Don) (CIV)</a>; <a href="mailto:gpugroup@gmail.com" target="_blank">GPU Group</a>; <a href="mailto:joedwil@earthlink.net" target="_blank">Joe D Williams</a>; <a href="mailto:michalis.kambi@gmail.com" target="_blank">Michalis Kamburelis</a>; <a href="mailto:myeongwonlee@gmail.com" target="_blank">Myeong Won Lee</a><br><b>Cc: </b><a href="mailto:x3d-public@web3d.org" target="_blank">X3D Public Mailing List (x3d-public@web3d.org)</a><br><b>Subject: </b>Re: [x3d-public] X3D Working Group agenda 20 JAN 2023: comment reviewfor C, C++, C# draft specifications</p></div><p class="MsoNormal"><u></u> <u></u></p><div><div><p class="MsoNormal">Don, I’m hoping you can add “JSON for SAI—X3DJSONLS.*” to the schedule for the 27th.  I need to figure out if there’s a niche for JSON in browsers with SAI and no DOM.  In particular, optional scene validation with SAI generated from X3DUOM would be a great addition if not already provided when JSON is loaded into the scene with SAI.  One thing i faced with C++ was I wasn’t aware of any SAI implementations; is now a good time to ask?  I was told to make a standalone app.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I had not considered replacing the JavaScript “document” and associated DOM methods with SAI methods in X3DJSONLD.* before.  I could use some help with that, and start building X3DJSONLS.* for browsers without DOM (Xj3D?)</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I’m hoping scene validation will be supported in all SAI standards.  I realize some “x3d browsers” do not support reasonable SAI standard interfaces—that’s what X3DJSONLD is for.  For those without DOM, either DOM can be added, or X3DJSONLS can be used.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Maybe I’ll get a donkey head to wear to meetings. ;)  I’m imagining the one from the “Lambchop” show would be ideal.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I’m hoping that SAI provides at a minimum, createNode, addChild and setAttribute or the equivalent (array indexing instead of addChild).  I’m also recalling that JavaScript can use [] instead of setAttribute.  I guess i may only need the createNode, route interfaces and proto creation in JavaScript SAI.  We can keep the property name prefixes in JSON for JavaScript mentioned in another message, i was confused looking at an app which used “.” for property access.  Perhaps a hash table, proxy, or associative array would be good for other languages.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I do still think that X3DJSONLD offers some benefits for loading “HTML JSON” and “SVG JSON”.  Indeed, I need to expand the XML namespaces i support on my web app.  X3DJSONLD was never really considered an X3D only app, instead, I wanted to provide support for a wide variety of JSON to DOM conversions.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">So now I’ll start pursuing something more crafted for SAI.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I bet you got kind of surprised when i ported X3JSONLD.java to X3DJSAIL. Apologies!</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">A “green light,” “yellow light” or “red light” would be great.   I’ll probably need help designing internal and external interface names.</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I have posted X3DJSONLD.java which can be copied to X3DJSONLS.java on the <a href="http://sourceforge.net" target="_blank">sourceforge.net</a> x3d project as a starting point for the JSON to SAI project to give you optimal delivery options.  x3djsonld.py isn’t done yet, and already relies heavily on x3d.py (no DOM).</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Here is code:</p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><div><p class="MsoNormal"><a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/java/src/net/coderextreme/X3DJSONLD.java" target="_blank">https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/java/src/net/coderextreme/X3DJSONLD.java</a></p></div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">We can discuss whether X3DJSONLS or X3DJSONLD should be delivered in X3DJSAIL or not.  Java supports DOM natively, and X3DJSAIL offers both DOM and SAI.  Obviously we have to wash and repeat for each language.</p></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">John</p></div><div><p class="MsoNormal"><u></u> <u></u></p><div></div></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><div><div><p class="MsoNormal">On Thu, Jan 19, 2023 at 9:25 AM Brutzman, Donald (Don) (CIV) <<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>> wrote:</p></div></div></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><div><blockquote style="border-style:none none none solid;border-left-width:1pt;padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in;border-left-color:rgb(204,204,204)"><div><div></div></div></blockquote></div></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><div><blockquote style="border-style:none none none solid;border-left-width:1pt;padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in;border-left-color:rgb(204,204,204)"><div><div><p class="MsoNormal">We meet at our regular time tomorrow, 0900-1000 pacific Friday 20 JAN.</p><p class="MsoNormal"> </p><p class="MsoNormal">First we will briefly review updates to the following important status resource, discussing next steps.</p><ul type="disc"><li class="MsoNormal" style="background-color:rgb(204,255,255);color:black"><i><span style="font-size:13.5pt;font-family:"Times New Roman",serif">Updated.</span></i><span style="font-size:13.5pt;font-family:"Times New Roman",serif"> <a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.xlsx" target="_blank" style="font-family:"Times New Roman",serif">X3D Node Inventory Comparison</a> (<a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.pdf" target="_blank" style="font-family:"Times New Roman",serif">.pdf</a>) shows node-by-node implementation coverage of the X3D Abstract Specification: validation using X3D Schema, X3D DOCTYPE, and X3D Schematron; X3D Tooltips and VRML97 node sets; plus selected open-source implementations: FreeWrl, X3DOM, X_ITE, view3dscene (Castle Game Engine), X3D-Edit, Xj3D.</span><u></u><u></u></li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.xlsx" target="_blank">https://www.web3d.org/specifications/X3dNodeInventoryComparison.xlsx</a></li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.pdf" target="_blank">https://www.web3d.org/specifications/X3dNodeInventoryComparison.pdf</a></li></ul><p class="MsoNormal"> </p><p class="MsoNormal">Our primary goal is to review all comments on the C, C++, C# draft specifications and ensure they are captured appropriately in the Web3D Consortium Mantis Issue Tracker. Results will be submitted to ISO.</p><p class="MsoNormal"> </p><p class="MsoNormal">All participation is welcome.  Last week’s minutes attached for convenience.  Have fun with X3D! 8)</p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">all the best, Don</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">-- </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Don Brutzman  Naval Postgraduate School, Code USW/Br        <a href="mailto:brutzman@nps.edu" target="_blank" style="font-family:"Courier New"">brutzman@nps.edu</a></span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA    +1.831.656.2149</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">X3D graphics, virtual worlds, Navy robotics https://</span> <span style="font-size:10pt;font-family:"Courier New""><a href="http://faculty.nps.edu/brutzman" target="_blank" style="font-family:"Courier New"">faculty.nps.edu/brutzman</a></span></p><p class="MsoNormal"> </p><p class="MsoNormal"><b>From:</b> Brutzman, Donald (Don) (CIV) <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a> <br><b>Sent:</b> Friday, January 13, 2023 10:40 AM<br><b>To:</b> X3D Public Mailing List (<a href="mailto:x3d-public@web3d.org" target="_blank">x3d-public@web3d.org</a>) <a href="mailto:x3d-public@web3d.org" target="_blank">x3d-public@web3d.org</a><br><b>Cc:</b> Brutzman, Donald (Don) (CIV) <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br><b>Subject:</b> X3D Working Group minutes 13 JAN 2023: refined goals, ISO specification updates, X3D4 implementation upgrade guidelines?</p><p class="MsoNormal"> </p><p class="MsoNormal">Happy Friday 13<sup>th</sup> everyone!  (bwa ha ha…)</p><p class="MsoNormal"> </p><p class="MsoNormal">Today we held our regular weekly meeting of X3D Working Group, Friday 13 January 2023 at 09-10 pacific.  Connection information and topics follow.</p><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal"><a href="https://us02web.zoom.us/j/81634670698?pwd=a1VPeU5tN01rc21Oa3hScUlHK0Rxdz09" target="_blank">https://us02web.zoom.us/j/81634670698?pwd=a1VPeU5tN01rc21Oa3hScUlHK0Rxdz09</a> </li><li class="MsoNormal"><a href="https://zoom.us/j/148206572" target="_blank">https://zoom.us/j/148206572</a>  Password 483805 </li><li class="MsoNormal"><a href="https://www.web3d.org/member/teleconference-information" target="_blank">https://www.web3d.org/member/teleconference-information</a> </li></ul><p class="MsoNormal"> </p><p class="MsoNormal">Attendees: Anita Havele, Nicholas Polys, Dick Puk, Doug Sanden, Don Brutzman.</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><ol start="1" type="1"><li class="MsoNormal"><b>Goal statement review</b>.  Our primary activities for X3D Working Group in 2023 are focused on broad and correct deployment.  Refined:</li></ol><p class="MsoNormal"> </p></div></div></blockquote></div></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><div><blockquote style="border-style:none none none solid;border-left-width:1pt;padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in;border-left-color:rgb(204,204,204)"><div><div><p class="MsoNormal" style="margin-left:0.75in"><u></u><span>a.<span style="font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">      </span></span><u></u>Encourage consistent rendering, interaction and usage for the many tremendous capabilities in X3D4.</p><p class="MsoNormal" style="margin-left:0.75in"><u></u><span>b.<span style="font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">      </span></span><u></u>Update ISO specifications and implementations for multiple programming languages and file encodings to match X3D4.</p></div></div></blockquote></div></div></div></div></div><div lang="EN-US" link="blue" vlink="#954F72" style="overflow-wrap: break-word;"><div><div><div><div><blockquote style="border-style:none none none solid;border-left-width:1pt;padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in;border-left-color:rgb(204,204,204)"><div><div><p class="MsoNormal"> </p><p class="MsoNormal">The dozen corresponding standards to receive these updates are illustrated as follows:</p><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">X3D Graphics Standards Relationships</li><li class="MsoNormal"><a href="https://web3d.org/specifications/X3dGraphicsStandardsRelationships.png" target="_blank">https://web3d.org/specifications/X3dGraphicsStandardsRelationships.png</a></li></ul><p class="MsoNormal"> </p><p class="MsoNormal"> </p><ol start="2" type="1"><li class="MsoNormal"><b>Milestone: X3D4 Architecture Finalization</b>.  </li></ol><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt">Last Tuesday we held a totally successful ISO Editors meeting for X3D4 Architecture Draft International Specification (DIS).  ISO review and approval deliberations continue.</p><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt">Today we reviewed progress, changes and next steps following.  Almost finally, finally done locking in all details…</p><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">X3D4: Extensible 3D (X3D) Part 1: Architecture and base components, ISO/IEC 19775-1:2022</li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-DIS/Part01/Architecture.html" target="_blank">https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-DIS/Part01/Architecture.html</a></li></ul><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">Mantis Issue Tracker</li><li class="MsoNormal"><a href="https://www.web3d.org/member-only/mantis/view_all_bug_page.php" target="_blank">https://www.web3d.org/member-only/mantis/view_all_bug_page.php</a></li></ul><p class="MsoNormal"> </p><p class="MsoNormal">Mantis issues are being updated to track all of the agreed-upon ISO changes correctly.</p><p class="MsoNormal"> </p><p class="MsoNormal">Given the formally approved list of X3D4 Architecture changes, we can finally proceed with document editing.  Next step is to apply CSS-markup highlighted changes to the current DIS source for group review.</p><p class="MsoNormal"> </p><p class="MsoNormal">Proposed github location for that draft:</p><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">Web3D Consortium GitHub Archive </li><li class="MsoNormal"><a href="https://github.com/Web3dConsortium" target="_blank">https://github.com/Web3dConsortium</a></li><li class="MsoNormal"><a href="https://github.com/Web3DConsortium/X3D/tree/master/ISO-IEC19775/ISO-IEC19775-1/ISO-IEC19775-1v4.0/ISO-IEC19775-1v4-DIS" target="_blank">https://github.com/Web3DConsortium/X3D/tree/master/ISO-IEC19775/ISO-IEC19775-1/ISO-IEC19775-1v4.0/ISO-IEC19775-1v4-DIS</a></li><li class="MsoNormal">ISO-IEC19775-1v4-ProposedIS will be new directory location, eventual rename to “IS” once accepted by ISO</li></ul><p class="MsoNormal"> </p><p class="MsoNormal">X3D schema, DTD, X3DUOM, X3DJSAIL updates in progress, so far so good.  Have applied most validation-related changes.  Initial recapitalization/dehyphenization of Web Audio-related enumerations to follow.</p><p class="MsoNormal"> </p><p class="MsoNormal">Forward thinkers can rest assured that no good ideas regarding X3D evolution that didn’t “make the final ISO cut” are getting lost.  All future possibilities will continue to be tracked in Mantis and designated as future X3D 4.1.</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><ol start="3" type="1"><li class="MsoNormal"><b>Web3D Review of C, C++, C# draft standards for X3D 3.3.</b>  </li></ol><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt">Deadline is imminent, we intend to review all comments next week.  Based on that review, X3D Working Group will make a recommendation to Web3D Board of Directors regarding Consortium and community inputs on specification readiness.</p><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt"> </p><ol start="4" type="1"><li class="MsoNormal"><b>Preparing for Outreach</b>.</li></ol><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt">We discussed how to communicate the soon-to-happen approval of X3D 4.0 by ISO, including possible testimonials by members, implementers, authors, users, Standards Development Organization (SDO) partners, et al.</p><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt"><i>All testimonial statements are welcome.</i>  Web3D Consortium Executive Director Anita Havele to participate.</p><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt"> </p><ol start="5" type="1"><li class="MsoNormal"><b>X3D Node Inventory Comparison</b>.</li></ol><p class="MsoNormal" style="margin-left:4.5pt"> </p><p class="MsoNormal" style="margin-left:4.5pt">We took another look at this spreadsheet, let’s prepare to regularly update.  Multiple other assets can also be used by implementers to support upgrading to X3D4.</p><p class="MsoNormal" style="margin-left:4.5pt"> </p><ul type="disc"><li class="MsoNormal">X3D Specifications: Schema and DOCTYPE Validation</li><li class="MsoNormal"><a href="https://www.web3d.org/specifications" target="_blank">https://www.web3d.org/specifications</a></li><li class="MsoNormal">These assets are commonly used for XML validation of X3D scenes, and in-depth documentation is also provided here.</li></ul><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">X3D Node Inventory Comparison (.pdf) shows node-by-node implementation coverage of the X3D Abstract Specification: validation using X3D Schema, X3D DOCTYPE, and X3D Schematron; X3D Tooltips and VRML97 node sets; plus selected open-source implementations: FreeWrl, X3DOM, X_ITE, view3dscene (Castle Game Engine), X3D-Edit, Xj3D.</li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.xslx" target="_blank">https://www.web3d.org/specifications/X3dNodeInventoryComparison.xslx</a> (master in version control)</li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3dNodeInventoryComparison.pdf" target="_blank">https://www.web3d.org/specifications/X3dNodeInventoryComparison.pdf</a></li><li class="MsoNormal">This will be updated to X3D 4.0 latest, with changes highlighted in yellow</li></ul><p> </p><ul type="disc"><li class="MsoNormal">X3D Tooltips 4.0 also highlights all changes in yellow</li><li class="MsoNormal"><a href="https://www.web3d.org/x3d/tooltips/X3dTooltips.html" target="_blank">https://www.web3d.org/x3d/tooltips/X3dTooltips.html</a></li><li class="MsoNormal">For example, Anchor tooltips:</li><li class="MsoNormal"><a href="https://www.web3d.org/x3d/tooltips/X3dTooltips.html#Anchor" target="_blank">https://www.web3d.org/x3d/tooltips/X3dTooltips.html#Anchor</a></li></ul><p> </p><ul type="disc"><li class="MsoNormal">The X3D4 Architecture specification itself also reveals specific changes to nodes and fields, from versions 3.0, 3.1, 3.2, 3.3 and 4.0:</li><li class="MsoNormal">X3D4 Architecture, Annex Z, Version Content</li><li class="MsoNormal"><a href="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-DIS/Part01/versionContent.html" target="_blank">https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-DIS/Part01/versionContent.html</a></li><li class="MsoNormal">For example, looking at Anchor node, you can see in rightmost column that v4.0 adds load, bboxDisplay, autoRefreshTimeLimit etc.</li></ul><p class="MsoNormal"> </p><p class="MsoNormal">Suggested: should we create an X3D4 Migration Guide to help implementers?  Seems like an excellent idea, also “rings true” with our initial goal statements today.</p><p class="MsoNormal"> </p><p class="MsoNormal"><i>Volunteers please?  </i>Creating some form of X3D4 Migration Guide checklist to assist implementers might be quite useful.  Also an excellent professional opportunity for experts and consultants to demonstrate (and upgrade) their expertise.</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><ol start="6" type="1"><li class="MsoNormal"><b>All other business</b>.  </li></ol><p class="MsoNormal"> </p><p class="MsoNormal">Good discussions on download statistics (X3D-Edit, FreeWrl) and a variety of other topics... we’re having fun now!</p><p class="MsoNormal"> </p><p class="MsoNormal">As ever, many thanks for the work of many contributors.  Deep breath… wow.</p><p class="MsoNormal"> </p><p class="MsoNormal">No Web3D member-only information is included in these minutes… but please do note: several valuable items documented here have Web3D member-only access.</p><p class="MsoNormal"> </p><p class="MsoNormal">Consortium membership has value!  <i>Please consider joining</i>.</p><p class="MsoNormal"> </p><ul type="disc"><li class="MsoNormal">Join the Web3D Consortium</li><li class="MsoNormal"><a href="https://www.web3d.org/join" target="_blank">https://www.web3d.org/join</a></li></ul><p> </p><p class="MsoNormal">Have fun with X3D4!   8)</p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">all the best, Don</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">-- </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Don Brutzman  Naval Postgraduate School, Code USW/Br        <a href="mailto:brutzman@nps.edu" target="_blank" style="font-family:"Courier New"">brutzman@nps.edu</a></span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA    +1.831.656.2149</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">X3D graphics, virtual worlds, Navy robotics https://</span> <span style="font-size:10pt;font-family:"Courier New""><a href="http://faculty.nps.edu/brutzman" target="_blank" style="font-family:"Courier New"">faculty.nps.edu/brutzman</a></span></p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">all the best, Don</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">-- </span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Don Brutzman  Naval Postgraduate School, Code USW/Br        <a href="mailto:brutzman@nps.edu" target="_blank" style="font-family:"Courier New"">brutzman@nps.edu</a></span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA    +1.831.656.2149</span></p><p class="MsoNormal"><span style="font-size:10pt;font-family:"Courier New"">X3D graphics, virtual worlds, Navy robotics https://</span> <span style="font-size:10pt;font-family:"Courier New""><a href="http://faculty.nps.edu/brutzman" target="_blank" style="font-family:"Courier New"">faculty.nps.edu/brutzman</a></span></p><p class="MsoNormal"> </p></div></div></blockquote></div></div></div><p class="MsoNormal" style="margin-left:4.8pt">_______________________________________________<br>x3d-public mailing list<br><a href="mailto:x3d-public@web3d.org" target="_blank">x3d-public@web3d.org</a><br><a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a></p><p class="MsoNormal"><u></u> <u></u></p></div></div></blockquote></div></div>
</blockquote></div></div>