9 Commits

Author SHA1 Message Date
0ec6f46be0 Finish up clippy lint. 2019-02-26 19:00:58 -08:00
e64e6af085 Fix clippy lint. 2019-02-26 18:50:35 -08:00
27c1534273 Add Mandelbrot texture and test scene. 2019-02-19 21:18:37 -08:00
c8f5bf9e19 cargo fix --edition and add edition="2018" to Cargo.toml. 2019-02-07 16:36:55 -08:00
bc8b79a3da Remove done TODO. 2019-02-03 19:38:40 -08:00
ce2d22b0b5 Add environment mapping for background. 2019-01-29 10:20:31 -08:00
ea0532fd6e Finalize marble parameters for scene/final.
Add pixel_scale parameter to noise_explorer to allow scaling of p vector
passed to value function.
2018-10-15 12:42:22 -07:00
5faba9cf26 Moved lode/perlin code to noise module.
Changed how NoiseTexture is created to allow noise function and
parameters to be passed in as options.
Allowed setting of noise source from URL parameters.
2018-10-14 15:09:57 -07:00
f483f2905b Break texture module into multiple files. 2018-10-11 20:00:44 -07:00