mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 13:16:11 +00:00
Merge pull request #441 from MarcinKonowalczyk/perlin
Implement Perlin noise
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
#include "test_plane.h"
|
||||
#include "test_noise.h"
|
||||
#include "test_affine.h"
|
||||
#include "test_affine2d.h"
|
||||
#include "test_affine_mat.h"
|
||||
@@ -70,6 +71,7 @@
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
#include "test_plane.h"
|
||||
#include "test_noise.h"
|
||||
#include "test_affine.h"
|
||||
#include "test_affine2d.h"
|
||||
#include "test_affine_mat.h"
|
||||
|
||||
Reference in New Issue
Block a user