<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Thanks Holger, </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:holger.seelig@googlemail.com">Holger Seelig</a><br><b>Sent: </b>Saturday, October 5, 2019 11:53 PM<br><b>To: </b><a href="mailto:joedwil@earthlink.net">Joseph D Williams</a>; <a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a><br><b>Subject: </b>Re: [x3d-public] why won't x_cite runthis?JoeSkinTexcoordDisplacerKick</p></div><p class=MsoNormal><o:p> </o:p></p><p>You only need to add HAnimJoint nodes to the list of joint nodes of HAnimHumanoid which affect the coordinate animation, ie. HAnimJoint nodes that have skinCoordIndex.length != 0. I think this is right, skinning coords must be added to skinCoord of HAnimHumanoid, and skinning joints must be added to joints of HAnimHumanoid. This is a hint to the browser, and the joint field must for good for something. The specification does not say much about these fields, maybe there should be a better explanation for what these fields are good.</p><p>I attached the file with HAnimJoint nodes added in line 230, words well. </p><p>Found a second issue in the file, there are only 4 texCoord and no texCoordIndex, ie. coordIndex is used. There are a lot indices but only four tex coord points. The specification is clear in that point: If the greatest index in the <i>coordIndex</i> field is N, then there shall be N+1 texture coordinates in the <i>X3DTextureCoordinateNode</i> node (<a href="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#IndexedFaceSet">https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#IndexedFaceSet</a>). Otherwise the behavior is undefined, X3DOM uses modulo to determine tex coords, X_ITE has another way to do, don't know what other browsers do.</p><p>Best regards,<br>Holger</p><p><o:p> </o:p></p><div><p class=MsoNormal>On 06.10.19 03:51, Joseph D Williams wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Thanks, Holger, I will see what I can do to add the joints list. Do we need all joints, segments, sites lists?</p></blockquote><pre>-- </pre><pre>Holger Seelig</pre><pre>Digital Media Designer</pre><pre><o:p> </o:p></pre><pre>Scheffelstraße 31a</pre><pre>04277 Leipzig</pre><pre>Germany</pre><pre><o:p> </o:p></pre><pre>Cellular: +49 176 420 479 37</pre><pre>E-Mail:   holger.seelig at create3000.de</pre><pre>Web:      <a href="http://create3000.de">http://create3000.de</a></pre><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p></div></body></html>