Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor::FractalNoiseT< NoiseT > Class Template Reference

Fractal noise generator for PerlinNoise or SimplexNoise. More...

#include <FractalNoise.hpp>

Public Member Functions

 FractalNoiseT (uint32_t octaves, NoiseT noise)
 
TypeT noise (TypeT x, TypeT y, TypeT z)
 

Detailed Description

template<typename NoiseT>
class castor::FractalNoiseT< NoiseT >

Fractal noise generator for PerlinNoise or SimplexNoise.

Constructor & Destructor Documentation

◆ FractalNoiseT()

template<typename NoiseT >
castor::FractalNoiseT< NoiseT >::FractalNoiseT ( uint32_t octaves,
NoiseT noise )

Member Function Documentation

◆ noise()

template<typename NoiseT >
NoiseT::TypeT castor::FractalNoiseT< NoiseT >::noise ( typename NoiseT::TypeT x,
typename NoiseT::TypeT y,
typename NoiseT::TypeT z )

The documentation for this class was generated from the following file: