mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
boilerplate
This commit is contained in:
15
src/perlin.c
Normal file
15
src/perlin.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c), Recep Aslantas.
|
||||
*
|
||||
* MIT License (MIT), http://opensource.org/licenses/MIT
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../include/cglm/cglm.h"
|
||||
#include "../include/cglm/call.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_perlin(vec4 p) {
|
||||
return glm_perlin(p);
|
||||
}
|
||||
Reference in New Issue
Block a user