Package atlasgen
Class TextureOpSphere
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.TextureOp2D
atlasgen.TextureOpSphere
- All Implemented Interfaces:
MatrixPropertiesObject
-
Field Summary
Fields inherited from class one.empty3.library.TextureOp2D
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 -
Method Summary
Modifier and TypeMethodDescriptioncopy()
int
getColorAt
(double u, double v) getDeclaredProperty
(String name) void
iterate()
void
timeNext()
void
timeNext
(long milli) Methods inherited from class one.empty3.library.TextureOp2D
setUpText
Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeformMap, getRepeatX, getRepeatY, getTransparent, setColorMask, setDeformMap, setRepeatX, setRepeatY, setTransparent
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
declarations, declareProperties
-
Constructor Details
-
TextureOpSphere
-
-
Method Details
-
iterate
- Overrides:
iterate
in classITexture
- Throws:
EOFVideoException
-
timeNext
public void timeNext() -
timeNext
public void timeNext(long milli) -
getDeclaredProperty
- Specified by:
getDeclaredProperty
in interfaceMatrixPropertiesObject
- Overrides:
getDeclaredProperty
in classITexture
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, IllegalAccessException, InstantiationException -
getColorAt
public int getColorAt(double u, double v) - Specified by:
getColorAt
in classTextureOp2D
-