Package snap.gfx3d
Class Texture
java.lang.Object
snap.gfx3d.Texture
This class represents an image texture.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImage()
Returns the image.boolean
Returns whether the image is flipped.void
setFlipped
(boolean aValue) Sets whether the image is flipped.
-
Constructor Details
-
Texture
Constructor.
-
-
Method Details
-
getImage
Returns the image. -
isFlipped
public boolean isFlipped()Returns whether the image is flipped. -
setFlipped
public void setFlipped(boolean aValue) Sets whether the image is flipped.
-