Kyle Phillips
Kyle Phillips
thanks for your helpful response. Currently I've taken the approach of decoding all frames to image data in memory. The other method you described sounds interesting but currently a little...
did you try adding the `-strict -2` as mentioned in the message on the ffmpeg line? or you could install libvorbis and change where it says "vorbis" to "libvorbis" on...
It is possible to deploy this to a shared host but would take some work, you would need to sort out the site's paths that are listed in the app.yaml...
This still seems to be an issue with Chrome Version 34.0.1847.137 On some occasions when I load a page the test returns false. I increased the delay on the initial...
thanks for bringing this to our attention, we will look into this, it is our plan to support future THREE.js versions
I have created a [pull request for three.js](https://github.com/mrdoob/three.js/pull/12082) that resolves this issue. I am hoping this gets merged as it is best for the device to be captured through the...
@cvan tried it tonight with 55.0a1 (2017-04-13) (64-bit) and it did still reject the request to present.
so you are using NPM to manage packages but not using a build tool such as browserify, webpack, require.js? Your workflow is to bring in the file with NPM but...
yes currently only the code for VerletPhysics2D has been implemented. VerletPhysics for 3D is in the works but is not currently my top priority.
This progress + code-style looks great. Thanks for contributing and for using the internals where appropriate! Your list looks accurate, there is no need for the interfaces. It isn't naive,...