Results 281 comments of Moritz Mœller
trafficstars

I worked as a shader writer & TD for 15 years in the VFX industry. Professional renderers normalize their noise functions (all of them) over -1..1 or 0..1. And when...

On that note: if the slice could have a different type, that would really rock. E.g. preallocated slice is `u16` (automatic type conversion & mapping from `f32::MIN`..`f32::MAX` to `u16::MIN`..`u16::MAX`).

I think of this as a standard feature when using octaves. But maybe I've been messing with noises for too many years. :) It's basically a must have to animate...

I would have to mock something up. The most common case is btw for antialiasing. I.e. if the resp. frequently of the last octave approaches the Nyquist limit, it will...

I like how you update the ticket while debugging. People should make this a habit.

I downgraded the `regex` crate and also bumped the DB to `.36`.

Most crates require running `rustfmt` and `clippy` (and the latter coming out clean) before submitting a PR. The former will alleviate whitespace issues in the future. I suggest adding both...

> I am not keen on rustfmt because it messes up some formatting in places so I usually run without. That will make it difficult for people who want to...

Strictly quads: not required. The mesh can be a mix of faces of any arity. Planarity: not required. 3Delight: required only for the example, I think. The crate has a...