Holger Seelig

Results 68 comments of Holger Seelig

It seems that it cannot be solved easily your localhost server problem. First of all, you need this localhost server, make sure your server is running properly, try simple html...

I can now reproduce the bug from the image, and as you say the answer is quite simple. X_ITE is not only the .js and the .css it is a...

Just for documentation: I just added a commit that fixes this problem when CORS is disabled in the web browser's setting, then even file:// protocol will work with X_ITE.

**Firefox:** about:config -> security.fileuri.strict_origin_policy -> false **Safari:** Developer Menu -> Disable local file restrictions **Chrome:** https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf?hl=de + start chrome from command line with `chrome --allow-file-access-from-files`

@zzarkov Do you still have the problem?

I have opened a new issue for that topic, [how to use X_ITE and Electron?](https://github.com/create3000/x_ite/issues/141)

The bug is caused by AudioClip nodes and MovieTexture nodes.

EnvironmentLight is still experimental and will only work if you use PhysicalMaterial node, you then should set the *diffuseTexture* and *specularTexture* field. Here are some image that will work https://github.com/KhronosGroup/glTF-Sample-Environments/tree/b710a9fe6bcdfb8965530ede36e8279c298261de....

If you turn on DirectionalLight.ambientIntensity you should also adjust Material.ambientIntensity. ;)