Dirk Krause

Results 104 comments of Dirk Krause
trafficstars

The link in your latest comment gave a 404 for me. Now it works.

Not sure what's wrong with your code, but this works like a charm: var entityEl = document.createElement("a-entity"); entityEl.setAttribute("id", "model1"); entityEl.setAttribute("gltf-model", thisModel.name); entityEl.setAttribute("model-test", ""); entityEl.setAttribute("animation-mixer", "loop: once;"); So I guess this...

@diarmidmackenzie thanks! I was trying it out only with rain which didn't work so I nearly gave up on this. Turn out you have to add size for some reason,...

Hi Vincent, np at all! I usually use Letsencrypt to create a real certificate, since I mainly use this on either an AWS instance or a Raspi for temporary installations....

ok, I see - so we have 4 possible levels: - no certs - certs with mkcert - certs with letsencrypt - production setup with nginx et al which we...

Not sure if this addresses the topic, but this might be of interest anyhow. I took the code for the Quest mainly from this example which implements the controls in...

I would like to know that, too! First of all - great example! But the NavMesh in there seems to be somewhat off?

It does work for me: https://mech-walker.glitch.me/ via https://glitch.com/edit/#!/mech-walker?path=index.html%3A20%3A15