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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGenerator.java84 private ColorBand readColorband(Structure tex, BlenderContext blenderContext) {
85 ColorBand result = null;
92 result = new ColorBand(colorbandStructure);
101 ColorBand colorBand = this.readColorband(tex, blenderContext);
119 case ColorBand.IPO_LINEAR:
143 case ColorBand.IPO_BSPLINE:
144 case ColorBand.IPO_CARDINAL:
204 case ColorBand.IPO_EASE:
229 case ColorBand.IPO_CONSTANT:
257 private void getIpoData(ColorBand colorBan
315 protected static class ColorBand { class in class:TextureGenerator
333 public ColorBand(Structure colorbandStructure) { method in class:TextureGenerator.ColorBand
[all...]

Completed in 36 milliseconds