Searched refs:TextureGenerator (Results 1 - 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorNoise.java49 public class TextureGeneratorNoise extends TextureGenerator {
H A DTextureGeneratorClouds.java49 public class TextureGeneratorClouds extends TextureGenerator {
H A DTextureGeneratorDistnoise.java50 public class TextureGeneratorDistnoise extends TextureGenerator {
H A DTextureGeneratorMusgrave.java49 public class TextureGeneratorMusgrave extends TextureGenerator {
H A DTextureGeneratorStucci.java48 public class TextureGeneratorStucci extends TextureGenerator {
H A DTextureGenerator.java50 /* package */abstract class TextureGenerator { class
51 private static final Logger LOGGER = Logger.getLogger(TextureGenerator.class.getName());
55 public TextureGenerator(NoiseGenerator noiseGenerator) { method in class:TextureGenerator
H A DTextureHelper.java117 private Map<Integer, TextureGenerator> textureGenerators = new HashMap<Integer, TextureGenerator>();
183 TextureGenerator textureGenerator = textureGenerators.get(Integer.valueOf(type));
H A DTextureGeneratorBlend.java49 public final class TextureGeneratorBlend extends TextureGenerator {
H A DTextureGeneratorMagic.java49 public class TextureGeneratorMagic extends TextureGenerator {
H A DTextureGeneratorVoronoi.java50 public class TextureGeneratorVoronoi extends TextureGenerator {
H A DTextureGeneratorWood.java48 public class TextureGeneratorWood extends TextureGenerator {

Completed in 75 milliseconds