mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 02:25:02 +00:00
perlin.h -> noise.h
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user