Antkeeper
0.0.1
|
#include "game/textures/cocoon-silk-sdf.hpp"
#include <engine/math/noise/noise.hpp>
#include <engine/debug/log.hpp>
#include <algorithm>
#include <execution>
#include <fstream>
#include <stb/stb_image_write.h>
Go to the source code of this file.
Functions | |
void | generate_cocoon_silk_sdf (std::filesystem::path path) |
void generate_cocoon_silk_sdf | ( | std::filesystem::path | path | ) |
Definition at line 28 of file cocoon-silk-sdf.cpp.