public class TextureGeneratorMusgrave extends TextureGenerator
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | TextureGeneratorMusgrave.MusgraveData | 
TextureGenerator.BrightnessAndContrastData| Modifier and Type | Field and Description | 
|---|---|
| protected TextureGeneratorMusgrave.MusgraveData | musgraveData | 
| protected com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator.MusgraveFunction | musgraveFunction | 
| protected float | noisesize | 
| protected int | stype | 
bacd, colorBand, flag, imageFormat, noiseGenerator| Constructor and Description | 
|---|
| TextureGeneratorMusgrave(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, getImageFormatprotected TextureGeneratorMusgrave.MusgraveData musgraveData
protected com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator.MusgraveFunction musgraveFunction
protected int stype
protected float noisesize
public TextureGeneratorMusgrave(com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator noiseGenerator)
noiseGenerator - the noise generatorpublic void readData(Structure tex, BlenderContext blenderContext)
readData in class TextureGeneratorpublic void getPixel(TexturePixel pixel, float x, float y, float z)
getPixel in class TextureGenerator