v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
12
source/core/StarPerlin.cpp
Normal file
12
source/core/StarPerlin.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "StarPerlin.hpp"
|
||||
|
||||
namespace Star {
|
||||
|
||||
EnumMap<PerlinType> const PerlinTypeNames{
|
||||
{PerlinType::Uninitialized, "uninitialized"},
|
||||
{PerlinType::Perlin, "perlin"},
|
||||
{PerlinType::Billow, "billow"},
|
||||
{PerlinType::RidgedMulti, "ridgedMulti"},
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue