Kyle Baker

Results 230 comments of Kyle Baker

Note that I did also mention this to A-Frame, as I really think they should handle it: https://github.com/aframevr/aframe/issues/4767 But I also don't think they will. In the meantime I've just...

...I also think that checking if every warn message contains "THREE" in its first five chars hundreds to thousands of times per minute is still a significant overhead to the...

The server is using a socket connection, so you use socket.emit, not easyrtc. I have done this on an older version on an app of mine. some quick old example...

timescale 1 set manually for me doesn't play my animation. Had to set to .99.

-.5 is not working for me right now. Unfortunately, glitch seems to be experiencing an error and I cannot load the glitch code, either.

I see that that code, by looking in sources, is using the dist version of aframe-extras, which doesn't include support for startFrame. Sadly, I need to play a certain animation...

Found [this issue](https://github.com/supermedium/superframe/issues/222) which was the source of my problem and enabled a work-around. I have not yet been able to get sun-position-setter to work, unfortunately. It is worth exploring...

Just wanted to share that I got this working with up to A-Frame 1.2.0 after all and added my own component to enable rotation as shown in the demo [here](https://github.com/kylebakerio/a-super-sky),...

Just realized I didn't share the link to the component... derp. https://github.com/kylebakerio/a-super-sky/ just had a big overhaul, spent last two days tweaking it. cleaning up demos and documentation again tomorrow.

oh, forgot I had changed something else trying to get this to work as well (though it either wasn't enough on its own, or was delayed in becoming live)... At...