<div dir="auto"><div>I guess this means that name is not a required field in ProtoInstance?  Or not?  Is this updated in X3DJSAIL yet?   Are we hunting down the name via USE, requiring name, or creating a new tag in XML?  And a new class inherited from ProtoInstance in Java?  Does the code generating X3DJSAIL code need to find the name and populate it?  What if USE is used and name is wiped out?</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto"><br></div><div dir="auto">John</div><div dir="auto"><br></div><div dir="auto">Any decision made that I can take action on?<br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Sep 4, 2017 6:27 PM, "Don Brutzman" <<a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Found and fixed a longstanding undetected error in the X3D to (Classic) VRML conversion spreadsheet: prototype instances mistakenly had their name repeated as a field.<br>
<br>
Example scene:<br>
<br>
<a href="http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototypeIndex.html" rel="noreferrer" target="_blank">http://x3dgraphics.com/example<wbr>s/X3dForWebAuthors/KelpForestE<wbr>xhibit/CircleFishPrototypeInde<wbr>x.html</a><br>
<a href="http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.x3dv" rel="noreferrer" target="_blank">http://x3dgraphics.com/example<wbr>s/X3dForWebAuthors/KelpForestE<wbr>xhibit/CircleFishPrototype.<wbr>x3dv</a><br>
<a href="http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.wrl" rel="noreferrer" target="_blank">http://x3dgraphics.com/example<wbr>s/X3dForWebAuthors/KelpForestE<wbr>xhibit/CircleFishPrototype.wrl</a><br>
<br>
original source .x3d excerpt:<br>
<br>
        <ProtoInstance name='CircleFish'/><br>
<br>
mistakenly/inadvertently translated as:<br>
<br>
 CircleFish {<br>
    name "CircleFish "<br>
}<br>
<br>
<br>
now correctly translated as:<br>
<br>
 CircleFish {<br>
}<br>
<br>
Please update any local archives you might have.<br>
<br>
        <a href="http://www.web3d.org/x3d/content/examples/X3dResources.html#Examples" rel="noreferrer" target="_blank">http://www.web3d.org/x3d/conte<wbr>nt/examples/X3dResources.html#<wbr>Examples</a><br>
<br>
Trouble reports with VRML97/ClassicVRML test suite examples and conversions are always welcome.  We don't have a validator for these, so issues are welcome.<br>
<br>
Have fun with VRML97 and ClassicVRML prototypes!  8)<br>
<br>
all the best, Don<font color="#888888"><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   <a href="tel:%2B1.831.656.2149" value="+18316562149" target="_blank">+1.831.656.2149</a><br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzma<wbr>n</a><br>
<br>
______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://web3d.org/mailman/listi<wbr>nfo/x3d-public_web3d.org</a><br>
</font></blockquote></div><br></div></div></div>