Tom Brewe
Tom Brewe
@CleoMenezesJr Fair enough! Well, I did use quite a bit, really helped me organize my folders: `camera_2`, `camera`, `certificate`, `code`, `favorite`, `git`, `graphics`, `html5`, `important`, `office_documents`, `office_drawing`, `school`, `sciene`, `script`,...
> > @CleoMenezesJr Fair enough! > > Well, I did use quite a bit, really helped me organize my folders: `camera_2`, `camera`, `certificate`, `code`, `favorite`, `git`, `graphics`, `html5`, `important`, `office_documents`,...
I have the same/similar issue as @stefangweichinger. When enabling "time based" I also get a stuttering rendering of the screen, with varying framerates sometimes less than 1fps sometimes fluent. Switching...
Battle Star Galactica also handled swear words by inventing some new ones. Personally found it convincing on screen. eg. https://en.wikipedia.org/wiki/Frak_(expletive)
Reversing the function calls works without flaws interestingly: ``` .cpp message::list argumentList(std::make_shared(buff, buffer.size())); argumentList.push(string_message::create("foo2")); argumentList.push(string_message::create("foo3")); ``` I'd close this, but an explanation why my first attempt doesnt work, would be...
@macq-vraman ah, there is `binary_message::create`? Interesting! Didn't see it mentioned and didn't look thoroughly enough in the code, apparently. will try tommorow, thanks! _update (4. september)_: @macq-vraman it works :+1:...
@jsantell thank you for the Chacmool demo link. That one works indeed in the latest Chrome Canary. But running your own experiment from this repo apparently like @GeorgeDevDeakin also observed.
@jsantell I can't test the hosted version right now, but I can say for sure, that the localhost version was not working. (tested via chrome remote device dev tool and...
@jsantell I am well aware of that, since that was also the case for prior three.ar.js demos. The WebXR test website was indeed opened on the Pixel smartphone on localhost....
@jonashartmann I made the code style changes. I would be happy to add tests for the feature. However I have never done unit tests (via jasmine) for javascript code yet....