#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/noise/noise_turbulence.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::image |
Functions | |
template<typename image_type > | |
void | OpenTissue::image::animate_turbulence (image_type &image, float time=0.0f, float freq=4.0f, float amplitude=0.25f, size_t octaves=4u) |