Ash Weeks
Ash Weeks
This is the fix for this issue in PlayCanvas – https://github.com/playcanvas/engine/pull/4062
Any plans to fix how the module exports are defined?
I have implemented this for circle collisions (https://gist.github.com/jpweeks/023236cc972c1eff389d). I'm not sure what the best api would be, and for my purposes I just overwrote the current behavior. The curves aren't...
@smatthews1999 Looks like it does (http://codepen.io/jpweeks/pen/FJshg).
@heaversm You will need to provide your own Three.js camera pipeline module with a render hook that uses the EffectComposer instead of rendering directly to the canvas. Here's a starting...
This might be a bug, according to the docs: > If an image element is specified and not yet loaded, then regl will upload a temporary image and hook a...
Thanks for the quick response! I've been digging through `cardboard-distorter` but haven't found the cause yet; I'll report back if I'm able to resolve it.
There is [`GLView`](https://docs.expo.io/versions/latest/sdk/gl-view.html) in the Expo React Native framework: > A View that acts as an OpenGL ES render target. On mounting, an OpenGL ES context is created. Its drawing...