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.java101 ColorBand colorBand = this.readColorband(tex, blenderContext);
103 if(colorBand!=null) {
105 ColorBandData[] dataArray = colorBand.data;
118 switch(colorBand.ipoType) {
146 for(int i=0;i<colorBand.data.length;++i) {
147 cbDataMap.put(Integer.valueOf(i), colorBand.data[i]);
150 if(colorBand.data[0].pos==0) {
151 cbDataMap.put(Integer.valueOf(-1), colorBand.data[0]);
153 ColorBandData cbData = colorBand.data[0].clone();
159 if(colorBand
257 getIpoData(ColorBand colorBand, float d, float[] ipoFactors) argument
[all...]

Completed in 348 milliseconds