[x3d-public] Issues with Color and missing Text, AllenDutton.x3d, upgrading to HAnimV2

John Carlson yottzumm at gmail.com
Wed Jul 16 14:22:40 PDT 2025


Thanks, Andreas, I will try that

I did note some red closing tags in the X3DOM editor.  I'm not sure what's
up with that.  I've tried to reveal them in multiple validators without
luck.

[image: image.png]

On Wed, Jul 16, 2025 at 4:14 PM Andreas Plesch <andreasplesch at gmail.com>
wrote:

> Hi John,
>
> x3dom does not have ProximitySensor. Without it the 0.012 scale of the
> HudXform makes the text super tiny:
>
> <Transform DEF='HudXform'>
>           <Transform _scale='0.012 0.012 0.012' translation='0.01107
> -0.025 -0.08'>
>
> On Wed, Jul 16, 2025 at 4:54 PM John Carlson <yottzumm at gmail.com> wrote:
>
>> Apparently, if X3DOM cannot find an image for an ImageTexture, then it
>> ignores any Material, and paints black.
>>
>> I've made changes (you'll really have to clear your browsing history),
>> and the colors show up now:
>>
>>
>> https://andreasplesch.github.io/Library/Viewer/index.html?url=https://raw.githubusercontent.com/coderextreme/X3DJSONLD/refs/heads/master/src/main/data/AllenDutton.x3d
>>
>> If someone has a clue on the Text node (perhaps the addition of a
>> FontLibrary would solve the issue?), please let me know how to proceed
>> with modifications to the X3D file, ensuring it will work with X_ITE, etc.
>> as well.
>>
>> John
>>
>> On Wed, Jul 16, 2025 at 3:34 PM John Carlson <yottzumm at gmail.com> wrote:
>>
>>> Apparently, the images are not in the sourceforge repository (searched
>>> for gree* and clone*, so I will remove them from AllenDutton.x3d unless the
>>> images can be recovered from revision control.
>>>
>>> Sigh!
>>>
>>> John
>>>
>>> On Wed, Jul 16, 2025 at 3:23 PM John Carlson <yottzumm at gmail.com> wrote:
>>>
>>>> There may be some missing images for
>>>> HumanoidAnimation/Legacy/AllenDutton.x3d,in the archives.
>>>> Andreas, please see differences between this:
>>>>
>>>>
>>>> https://andreasplesch.github.io/Library/Viewer/index.html?url=https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d
>>>>
>>>> and:
>>>>
>>>>
>>>> https://create3000.github.io/x_ite/playground/?url=https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d
>>>>
>>>> Reports in the LOG:
>>>>
>>>> Error loading image '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg:'
>>>> error Error loading image '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif:'
>>>> error
>>>>
>>>> I realize this is a legacy model, so I'll use my new version:
>>>>
>>>>
>>>> https://andreasplesch.github.io/Library/Viewer/index.html?url=https://raw.githubusercontent.com/coderextreme/X3DJSONLD/refs/heads/master/src/main/data/AllenDutton.x3d
>>>>
>>>> Most notable are missing colors and Text.
>>>>
>>>> The colors might be a CORS issue, as there's stuff in the LOG.  I don't
>>>> see a reference to fonts.
>>>>
>>>>
>>>> Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> [NEW] Explain Console errors by using Copilot in Edge: click
>>>>
>>>>          to explain an error.
>>>>         Learn more
>>>>         Don't show again
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>>
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>>
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>>
>>>> Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> [NEW] Explain Console errors by using Copilot in Edge: click
>>>>
>>>>          to explain an error.
>>>>         Learn more
>>>>         Don't show again
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>>
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> x3dom.Utils.createTexture2D @ x3dom-full.debug.js:25485
>>>> x3dom.Cache.getTexture2D @ x3dom-full.debug.js:20628
>>>> x3dom.Texture.updateTexture @ x3dom-full.debug.js:21450
>>>> x3dom.Texture.update @ x3dom-full.debug.js:21073
>>>> x3dom.Texture @ x3dom-full.debug.js:21050
>>>> x3dom.gfx_webgl.Context.setupShape @ x3dom-full.debug.js:13381
>>>> x3dom.DrawableCollection.addShape @ x3dom-full.debug.js:29557
>>>> collectDrawableObjects @ x3dom-full.debug.js:48450
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> (anonymous) @ x3dom-full.debug.js:91568
>>>> collectChildNodes @ x3dom-full.debug.js:91566
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> collectChildNodes @ x3dom-full.debug.js:41920
>>>> collectDrawableObjects @ x3dom-full.debug.js:41906
>>>> x3dom.gfx_webgl.Context.renderScene @ x3dom-full.debug.js:16898
>>>> x3dom.X3DDocument.render @ x3dom-full.debug.js:21982
>>>> x3dom.X3DCanvas.tick @ x3dom-full.debug.js:1922
>>>> x3dom.X3DCanvas.mainloop @ x3dom-full.debug.js:1994
>>>> doc.onload @ x3dom-full.debug.js:2026
>>>> next_step @ x3dom-full.debug.js:21871
>>>> next_step @ x3dom-full.debug.js:21882
>>>> x3dom.X3DDocument.load @ x3dom-full.debug.js:21886
>>>> x3dom.X3DCanvas.load @ x3dom-full.debug.js:2053
>>>> onload @ x3dom-full.debug.js:20501
>>>> x3dom.reload @ x3dom-full.debug.js:20564
>>>> x3dom.Runtime.replaceWorld @ x3dom-full.debug.js:20179
>>>> updatex3d @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:263
>>>> load @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:247
>>>> await in load
>>>> onload @ index.html?url=
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/AllenDutton.x3d:81
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>>
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to image at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif:1
>>>>   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>> Image
>>>> xhr.onerror @ x3dom-full.debug.js:25472
>>>> XMLHttpRequest.send
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> requestImageWithChannelCount @ x3dom-full.debug.js:25475
>>>> (anonymous) @ x3dom-full.debug.js:25539
>>>> Promise.then
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/greenCamo.jpg
>>>> net::ERR_FAILED 404 (Not Found)
>>>> x3dom.RequestManager._sendRequest @ x3dom-full.debug.js:24131
>>>> x3dom.RequestManager.addRequest @ x3dom-full.debug.js:24188
>>>> (anonymous) @ x3dom-full.debug.js:32108
>>>> x3dom.DDSLoader.load @ x3dom-full.debug.js:32080
>>>> x3dom.Utils.tryDDSLoading @ x3dom-full.debug.js:25549
>>>> image.onerror @ x3dom-full.debug.js:25527
>>>> index.html:1  Access to XMLHttpRequest at '
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif'
>>>> from origin 'https://andreasplesch.github.io' has been blocked by CORS
>>>> policy: No 'Access-Control-Allow-Origin' header is present on the requested
>>>> resource.
>>>> x3dom-full.debug.js:24131   GET
>>>> https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/clone.gif
>>>> net::ERR_FAILED 404 (Not Found)
>>>>
>>>
>
> --
> Andreas Plesch
> Waltham, MA 02453
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20250716/b0326107/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 174891 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20250716/b0326107/attachment-0001.png>


More information about the x3d-public mailing list