▲PETE

Results 6 issues of ▲PETE

would be really great to be able to jump to a specific time, and a specific percent instead of just ff / rw. controls. In addition (since they will be...

#### background I'm using AnimationLoop from `@luma.gl/engine` `v8.5.21` to create a model and run a render loop, elsewhere on the page I have webm videos embedded with a standard html...

I'm seeing an error in the matrix derivative line here: ``` 128: vec3 derivative = -8.0 * mat4x3(d1, d2, d3, d4) * (aa * a * extrapolations) ^^^ ERROR: '='...

there's times when I need to tween a rotation in a specific direction ie tween 0 - 180 clockwise vs anti-clockwise, or 0-270 going the long way around instead of...

**Is your feature request related to a problem? Please describe.** Editors are frequently frustrated with the inline image upload message `Can't upload files here` "It appears broken" "I'm not sure...

when I use `once` and `on:intersect` the function seems to be getting called every frame instead of just one time. ``` const doOnce = () => { console.log('once?'); //this is...