Node: Gabor Noise Texture #110802

Open
Charlie Jolly wants to merge 68 commits from CharlieJolly/blender:gabor into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 7 additions and 1 deletions
Showing only changes of commit c0805ea670 - Show all commits

View File

@ -14,11 +14,17 @@
* Gabor noise originally based on:
* Lagae, A. and Drettakis, G. 2011. Filtering Solid Gabor Noise. */
#include <algorithm>
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BKE_texture.h"
#include "BLI_math_vector.hh"
#include "BLI_hash.hh"
#include "BLI_noise.hh"
#include "NOD_multi_function.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"