Avaer Kazmer

Results 215 comments of Avaer Kazmer

Yeah, though that seems to have been resolved many years ago :/.

I have this fork, with a small config change: https://github.com/avaer/browser-vm Then I run the docker build on that fork. Then I docker run without modification, and I successfully get the...

I've been working with rigs that use Y+ (blender's convention). https://blender.stackexchange.com/questions/15609/in-which-direction-should-bone-axes-be-oriented I haven't seen any good arguments for any convention, but it might be nice to be able to specify...

Might be related to https://github.com/soimy/maxrects-packer/issues/28. Tested on `2.7.3`

I found another case that doesn't work: Promise microtasks. ``` const c = { console, }; vm.createContext(c); vm.runInContext(` console.log('script ok 0'); new Promise(accept => accept()) .then(() => { console.log('script ok...

Re: the above, let me know if it should be filed separately. It's not strictly anything to do with sandbox properties, but tick management.

I didn't know Unity worked like this as well, thanks for the tip.

Note that this is not a problem when creating the `xr-iframe` from within VR, to load a VR site -- in that case the correct metrics are usually picked up...

Ok, I think this is a double-teleport situation. The second inner teleport should probably not happen in menu mode.