Diarmid Mackenzie

Results 52 issues of Diarmid Mackenzie

I had been using the two sample HAs, with no indications of success from the app. I assumed that was because the GPS data didn't match my GPS location. Later,...

Bug
Work In Progress
High Priority

I think this might be a bug, but that depends on the exact algorithms we use for collision detection, and I don't actually know what those are I would appreciate...

Enhancement
good first issue

https://github.com/tripleblindmarket/covid-safe-paths/blob/develop/app/helpers/Intersect.js 2 problems spotted when testing a Python version of the same algorithm. // Close enough to do a detailed calculation. Using the the Spherical Law of Cosines method. //...

Data Science

When I move from the Dashboard to the main screen using the back button (either in the app, or the Android back button, the part of the screen at the...

good first issue
UI/UX

If this PR gets merged into three.js... https://github.com/mrdoob/three.js/pull/27616 ... I would look at adding support to a-frame instanced-mesh.

Open the coloring-blocks example, and right click quickly to delete a series of blocks. In the console it's fairly easy to generate this error: ``` instanced-mesh.js:793 Member block-5-7-7 not found...

I've been working on instancing compatibility will the various A-Frame physics systems. Current status is as follows: Ammo works fine in 2 different modes - Manual fitting, without per-member meshes...

I'd love to have a page in this repo that showcases projects that have used this component. In advance of constructing that, I'll keep a list here of projects that...

When a screen element being rendered to has a border, these aren't allowed for in the render viewport calculations. This means that rendering might be slightly off-center vs. what's expected,...

This is a fix for #6. It doesn't address this secondary issue... > It's straightforward to scale the rectangle, but this causes a different issue: the secondary camera views can...