Searched defs:NoiseFunction (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DNoiseGenerator.java132 protected static Map<Integer, NoiseFunction> noiseFunctions = new HashMap<Integer, NoiseFunction>();
134 noiseFunctions.put(Integer.valueOf(0), new NoiseFunction() {
146 noiseFunctions.put(Integer.valueOf(1), new NoiseFunction() {
158 noiseFunctions.put(Integer.valueOf(2), new NoiseFunction() {
170 noiseFunctions.put(Integer.valueOf(3), new NoiseFunction() {
186 noiseFunctions.put(Integer.valueOf(4), new NoiseFunction() {
202 noiseFunctions.put(Integer.valueOf(5), new NoiseFunction() {
218 noiseFunctions.put(Integer.valueOf(6), new NoiseFunction() {
234 noiseFunctions.put(Integer.valueOf(7), new NoiseFunction() {
788 interface NoiseFunction { interface in class:NoiseGenerator
[all...]

Completed in 133 milliseconds