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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGenerator.java89 Structure colorbandStructure;
91 colorbandStructure = pColorband.fetchData(blenderContext.getInputStream()).get(0);
92 result = new ColorBand(colorbandStructure);
333 public ColorBand(Structure colorbandStructure) { argument
334 this.cursorsAmount = ((Number) colorbandStructure.getFieldValue("tot")).intValue();
335 this.ipoType = ((Number) colorbandStructure.getFieldValue("ipotype")).intValue();
337 DynamicArray<Structure> data = (DynamicArray<Structure>) colorbandStructure.getFieldValue("data");

Completed in 39 milliseconds