Package one.empty3.library
Class TextureOp2D
- java.lang.Object
-
- one.empty3.library.ITexture
-
- one.empty3.library.TextureOp2D
-
- All Implemented Interfaces:
MatrixPropertiesObject
- Direct Known Subclasses:
TextureOpSphere
public abstract class TextureOp2D extends ITexture implements MatrixPropertiesObject
-
-
Field Summary
Fields Modifier and Type Field Description protected StructureMatrix<ITexture>
upText
-
Fields inherited from class one.empty3.library.ITexture
COLOR_IDENT, COLOR_MIROR_X, COLOR_MIROR_XY, COLOR_MIROR_Y, COLOR_ROT_090, COLOR_ROT_180, COLOR_ROT_270, colorMask, onTextureEnds, repeatX, repeatY
-
-
Constructor Summary
Constructors Constructor Description TextureOp2D()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getColorAt(double u, double v)
void
setUpText(ITexture upText)
-
Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeclaredProperty, getDeformMap, getRepeatX, getRepeatY, getTransparent, iterate, setColorMask, setDeformMap, setRepeatX, setRepeatY, setTransparent, timeNext, timeNext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.empty3.library.MatrixPropertiesObject
copy, declarations, declareProperties, getDeclaredProperty
-
-
-
-
Field Detail
-
upText
protected StructureMatrix<ITexture> upText
-
-
Method Detail
-
getColorAt
public abstract int getColorAt(double u, double v)
- Specified by:
getColorAt
in classITexture
-
setUpText
public void setUpText(ITexture upText)
-
-