Andrew Taber

Results 7 issues of Andrew Taber

It seems the controllers take as input a min and a max as two separate arguments. See [here](https://github.com/mikolalysenko/3d-view/blob/master/view.js#L112)

The argument order seems to be permuted. In this repo: `camera.lookAt(center, eye, up)` In [one of the view repos](https://www.npmjs.com/package/orbit-camera): `camera.lookAt(eye, center, up)` Thanks for the package! :)

To fix [this issue](https://github.com/libMesh/libmesh/issues/1680)

do not merge

Hello! I'm very excited about using OpenVDB, but I'm looking for a cross-platform, easy-to-install way of interacting with it. I have successfully compiled but it would be great to be...

How will custom integrals be implemented? I imagine there's a lot of coordination required with [this issue](https://github.com/FEniCS/dolfinx/issues/15). When I say "custom integrals" I mean: quadrature rules that are computed at...

question

The original paper warns of the possibility of flipping orientation on vertex collapse. We should probably disallow that.