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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGenerator.java323 public int cursorsAmount, ipoType; field in class:TextureGenerator.ColorBand
334 this.cursorsAmount = ((Number) colorbandStructure.getFieldValue("tot")).intValue();
336 this.data = new ColorBandData[this.cursorsAmount];
338 for (int i = 0; i < this.cursorsAmount; ++i) {

Completed in 145 milliseconds