public class TextureGeneratorStucci extends TextureGenerator
TextureGenerator.BrightnessAndContrastData
Modifier and Type | Field and Description |
---|---|
protected boolean |
isHard |
protected int |
noisebasis |
protected com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator.NoiseFunction |
noiseFunction |
protected float |
noisesize |
protected int |
noisetype |
protected int |
stype |
protected static int |
TEX_NOISESOFT |
protected float |
turbul |
bacd, colorBand, flag, imageFormat, noiseGenerator
Constructor and Description |
---|
TextureGeneratorStucci(com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator noiseGenerator)
Constructor stores the given noise generator.
|
Modifier and Type | Method and Description |
---|---|
void |
getPixel(TexturePixel pixel,
float x,
float y,
float z) |
void |
readData(Structure tex,
BlenderContext blenderContext) |
applyBrightnessAndContrast, applyBrightnessAndContrast, getImageFormat
protected static final int TEX_NOISESOFT
protected float noisesize
protected int noisebasis
protected com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator.NoiseFunction noiseFunction
protected int noisetype
protected float turbul
protected boolean isHard
protected int stype
public TextureGeneratorStucci(com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator noiseGenerator)
noiseGenerator
- the noise generatorpublic void readData(Structure tex, BlenderContext blenderContext)
readData
in class TextureGenerator
public void getPixel(TexturePixel pixel, float x, float y, float z)
getPixel
in class TextureGenerator