perlin noise

This commit is contained in:
onezplpl 2024-07-13 11:18:12 -04:00
parent 48ecd8d9e8
commit 186ea5f204
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
7 changed files with 279 additions and 61 deletions

View file

@ -1,4 +1,5 @@
// https://github.com/glfw/glfw/blob/master/deps/linmath.h
// adapted from
// https://github.com/datenwolf/linmath.h
#ifndef LINMATH_H
#define LINMATH_H