HomeSort by relevance Sort by last modified time
    Searched refs:TextureGeneratorVoronoi (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorVoronoi.java 50 public class TextureGeneratorVoronoi extends TextureGenerator {
57 public TextureGeneratorVoronoi(NoiseGenerator noiseGenerator) {
TextureHelper.java 139 textureGenerators.put(Integer.valueOf(TEX_VORONOI), new TextureGeneratorVoronoi(noiseGenerator));

Completed in 729 milliseconds