Yannick

Results 211 comments of Yannick

I guess it can't find the PHP executable. See https://github.com/yandeu/five-server?tab=readme-ov-file#php-server

I have removed the feature that it will automatically open the current open file when clicking on the five-serve icon in the status bar. Instead you have to **right-click on...

The shortcut **Alt+L Alt+O** should open the current file in the next five-server version.

Thanks for reporting. Does this only happen with Firefox?

Strange. For me everything is working. Where do you get the url from? Does the browser open automatically? Can you please send me your entire test project with all config...

Couldn't it be that an Extension is blocking it. Is it possible to deactivate all Extensions and try it again?

Can you please share a code snippet where you get a error? I can't reproduce the error. What three.js version are you using?

Try to use the preloader: ```js await this.load.preload('flower', '/assets/flower.glb') const gltf1 = await this.load.gltf('flower') const gltf2 = await this.load.gltf('flower') ``` Once preloaded, it will use the browser cache. Unfortunately (and...

Don't worry. My enable3d documentation is bad and I should use `preload` in all examples.

I don't know it at the top of my head, but I'll have a look and report back.