7 lines
182 B
C
7 lines
182 B
C
#pragma once
|
|
#include "opengl.h"
|
|
|
|
float* noise_genNebulaeMap(const int w, const int h, const int n, float rug);
|
|
float* noise_genNebulaePuffMap(const int w, const int h, float rug);
|
|
|