HomeSort by relevance Sort by last modified time
    Searched full:cursorsamount (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 323 public int cursorsAmount, ipoType;
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 400 milliseconds