Veeti Haapsamo

Results 40 comments of Veeti Haapsamo

@hnicke Unfortunately, the shallow clone for a specific commit requires a full 40char hash: > ``... > The remote heads to update from. This is relative to $GIT_DIR (e.g. "HEAD",...

This depends on upstream `helm`: - issue https://github.com/helm/helm/issues/10398 - pull request https://github.com/helm/helm/pull/11510

Implement based on this blog post: https://jacco.ompf2.com/2022/05/13/how-to-build-a-bvh-part-6-all-together-now/

Look into modern papers and blogs! - [Fast Parallel Construction of High-Quality Bounding Volume Hierarchies](https://research.nvidia.com/sites/default/files/pubs/2013-07_Fast-Parallel-Construction/karras2013hpg_paper.pdf) - [How to build a BVH](https://jacco.ompf2.com/2022/04/13/how-to-build-a-bvh-part-1-basics/) Add statistics methods for inspecting the "quality" of the...

First set of improvements done in #208. Closing as complete - future improvements can be done as separate tickets.

Possibly interesting library to use: https://crates.io/crates/saft

See also https://jcgt.org/published/0011/03/06/paper-lowres.pdf

Unfortunately, this seems to be reproducible using Node 18.16.0 even with `unzipper` version `0.10.14`, which was released after merging https://github.com/ZJONSSON/node-unzipper/pull/274

This could be useful, perhaps in combination with some chord degree notation (e.g. ii, V, I) getters. In addition to the triads, ability to get the common tetrads for the...

We could have a function `aScale.getChord(degree [, tones])` which would return a chord at the `degree`:th position on the scale, defaulting to a triad, optionally returning a `tones` polyad. A...