Package gov.nasa.worldwind.render
Class OffsetsList
- java.lang.Object
-
- gov.nasa.worldwind.render.OffsetsList
-
public class OffsetsList extends java.lang.ObjectDefines a structure to hold all the uv offsets for textures applied to a particular shape.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.Integer,float[]>offsets
-
Constructor Summary
Constructors Constructor Description OffsetsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]getOffset(int index)voidsetOffset(int index, float uOffset, float vOffset)
-