com.jme3.scene.plugins.blender.textures.generating
Class TextureGeneratorDistnoise
java.lang.Object
com.jme3.scene.plugins.blender.textures.generating.TextureGenerator
com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorDistnoise
public class TextureGeneratorDistnoise
- extends TextureGenerator
This class generates the 'distorted noise' texture.
Constructor Summary |
TextureGeneratorDistnoise(com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator noiseGenerator)
Constructor stores the given noise generator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noisesize
protected float noisesize
distAmount
protected float distAmount
noisebasis
protected int noisebasis
noisebasis2
protected int noisebasis2
TextureGeneratorDistnoise
public TextureGeneratorDistnoise(com.jme3.scene.plugins.blender.textures.generating.NoiseGenerator noiseGenerator)
- Constructor stores the given noise generator.
- Parameters:
noiseGenerator
- the noise generator
readData
public void readData(Structure tex,
BlenderContext blenderContext)
- Overrides:
readData
in class TextureGenerator
getPixel
public void getPixel(TexturePixel pixel,
float x,
float y,
float z)
- Specified by:
getPixel
in class TextureGenerator