Holger Seelig

Results 91 comments of Holger Seelig

You can of course also use the API to load a file, e.g. `Browser.loadURL` .php files should also work there.

This should be very well possible and in all places where you can enter a URL.

It's best if you try it out, if there are any problems I can try to help you.

There are various reasons why sometimes a scene cannot be loaded. In such a case it is good to have a look at the Developer Console of the browser, there...

Hi from Leipzig/Germany. You still seem to be the only one who cares about opentype.js. at least. I have enough to do with my own project ([x_ite](https://github.com/create3000/x_ite)) and am usually...

Unfortunately wireframe shading depends on the non-portable extension WEBGL_polygon_mode, which may not be present on your system.

Love to hear you like the Playground. 😃 Now there is a Windows installer version for Sunrize the editor available if you like: https://create3000.github.io/sunrize/#installer-packages

That's where PhysicalMaterial and EnvironmentLight come into account. Below is a simple example scene. Modify _baseColor_, _metallic_ and _roughness_ as you like. The image to reflect is set as _specularTexture_...

Added Discussions to repo. This is a place for Questions & Answers. https://github.com/create3000/x_ite/discussions

To use a Collision node with enabled `FALSE` is indeed the most optimal solution, because collision detection consists of two passes. First pass is the WALK/FLY viewer movement, whether the...