com.jme3.scene.plugins.blender.textures.generating
Class TextureGeneratorStucci
java.lang.Object
com.jme3.scene.plugins.blender.textures.generating.TextureGenerator
com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorStucci
public class TextureGeneratorStucci
- extends TextureGenerator
This class generates the 'stucci' texture.
Constructor Summary |
TextureGeneratorStucci(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 |
TEX_NOISESOFT
protected static final int TEX_NOISESOFT
- See Also:
- Constant Field Values
noisesize
protected float noisesize
noisebasis
protected int noisebasis
noisetype
protected int noisetype
turbul
protected float turbul
isHard
protected boolean isHard
stype
protected int stype
TextureGeneratorStucci
public TextureGeneratorStucci(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