[x3d-public] X_ITE X3D Browser no skin, no Displacer

John Carlson yottzumm at gmail.com
Thu May 7 22:27:32 PDT 2020


Joe, I haven't found any version of X_ITE that worked for Joe Kick. The
only time it worked was when x3dom was present, and overridded the X_ITE
(perhaps that was why i had to do a double load in chrome?)

Can you guys figure out why I can't have both X_ITE and X3DOM running in
the same page, in the case of the HTML source below.  Here's a URL where
they can (not on reload, have to retype URL or something)!  Also finding a
version of X_ITE where the Displacer works would be most helpful!

https://coderextreme.net/X3DJSONLD/src/main/html/hanim.html

John


Here's my HTML:

 <X3DCanvas>
        <X3D xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
profile="Immersive" version="3.3" xsd:noNamespaceSchemaLocation="
http://www.web3d.org/specifications/x3d-3.3.xsd" showStat='false'
showLog='false' width='800px' height='450px' backend='webgl'>
                <Scene>
                        <Inline
url='"JoeSkinTexcoordDisplacerKick.x3d"'></Inline>
                </Scene>
        </X3D>
    </X3DCanvas>
        <X3D xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
profile="Immersive" version="3.3" xsd:noNamespaceSchemaLocation="
http://www.web3d.org/specifications/x3d-3.3.xsd" showStat='false'
showLog='false' width='800px' height='400px' backend='webgl'>
                <Scene>
                        <Inline
url='"JoeSkinTexcoordDisplacerKick.x3d"'></Inline>
                </Scene>
        </X3D>

Thanks,

John
John

On Fri, May 8, 2020 at 12:10 AM John Carlson <yottzumm at gmail.com> wrote:

> Tricky!
>
> X3DOM loaded in the X_ITE browser!
>
> John
>
> On Fri, May 8, 2020 at 12:09 AM John Carlson <yottzumm at gmail.com> wrote:
>
>> I have to hit reload in chrome.  Not sure what's wrong with that.  I
>> didn't have the texture in the right place (whoops!) in the file system.
>> For video of X3DOM and Chrome working together??  See:
>>
>> http://coderextreme.net/hanim.mp4
>>
>> John
>>
>> On Fri, May 8, 2020 at 12:01 AM John Carlson <yottzumm at gmail.com> wrote:
>>
>>> Hmm. Doesn't work in firefox!  Plus there are errors in the console in
>>> chrome.   Test on your own systems.
>>>
>>> On Thu, May 7, 2020 at 11:55 PM John Carlson <yottzumm at gmail.com> wrote:
>>>
>>>> Skin!  Solved. Texture is next.  I think Texture may have something to
>>>> do with CORS.  Maybe Don can apply the patch to the resources site?
>>>>
>>>> Add the following below x_ite.min.js script include:
>>>>
>>>>         <script type="text/javascript" src="
>>>> https://cdn.jsdelivr.net/gh/create3000/x_ite@4.6.10/dist/assets/components/rigid-body-physics.min.js
>>>> "></script>
>>>>
>>>> (or try latest).
>>>>
>>>> GL!
>>>>
>>>> John
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, May 7, 2020 at 5:45 PM Joseph D Williams <joedwil at earthlink.net>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> me looking at the x3d hanim examples and to my wonderment ...
>>>>>
>>>>>
>>>>>
>>>>> Maybe again, just wondering why my current favorite example:
>>>>>
>>>>> Joe Skin Tex coord Displacer Kick
>>>>>
>>>>> https://www.web3d.org/x3d/content/examples/Basic/#HumanoidAnimation
>>>>>
>>>>>
>>>>> https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/JoeSkinTexcoordDisplacerKickIndex.html
>>>>>
>>>>>
>>>>> https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/JoeSkinTexcoordDisplacerKickX_ITE.html
>>>>>
>>>>>
>>>>> https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/JoeSkinTexcoordDisplacerKickCanonical.xml
>>>>>
>>>>> is not working.
>>>>>
>>>>> No offense, but I thought X_ITE X3D Browser had skin in the game.
>>>>>
>>>>> From what I see, the texture transform works fine but the joints to
>>>>> points bindings to animate the skin are not connected, thus the skin does
>>>>> not get animated.
>>>>>
>>>>> And the Displacer routine does not work.
>>>>>
>>>>>
>>>>>
>>>>> Once long ago we found a problem with texture binding for this example
>>>>> but whatever, that works here, but no skin and no Displacer.
>>>>>
>>>>> I tried the canonical code on my other favorite browsers and was
>>>>> surprized to find one that did not operate as expected.
>>>>>
>>>>> Can we figure out why this example or browser fails.
>>>>>
>>>>> Thanks and Best Regards,
>>>>>
>>>>> Joe
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> x3d-public mailing list
>>>>> x3d-public at web3d.org
>>>>> http://web3d.org/mailman/listinfo/x3d-public_web3d.org
>>>>>
>>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200508/a73fa66f/attachment-0001.html>


More information about the x3d-public mailing list