perlin.h -> noise.h

This commit is contained in:
Marcin
2025-01-15 14:05:01 +00:00
parent 43c9f84c8c
commit a0d8803f76
15 changed files with 68 additions and 68 deletions

View File

@@ -10,6 +10,6 @@
CGLM_EXPORT
float
glmc_perlin(vec4 p) {
return glm_perlin(p);
glmc_perlin_vec4(vec4 p) {
return glm_perlin_vec4(p);
}