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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorNoise.java66 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorClouds.java81 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorDistnoise.java72 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorMarble.java69 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorMusgrave.java68 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorStucci.java77 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorBlend.java123 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorMagic.java132 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorVoronoi.java78 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGeneratorWood.java81 float[][] colorBand = this.computeColorband(tex, blenderContext);
H A DTextureGenerator.java100 protected float[][] computeColorband(Structure tex, BlenderContext blenderContext) { method in class:TextureGenerator

Completed in 70 milliseconds