|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Texture.WrapMode | |
---|---|
com.jme.image | |
com.jme.scene.state.jogl.records | |
com.jme.scene.state.lwjgl.records | |
com.jmex.model.collada |
Uses of Texture.WrapMode in com.jme.image |
---|
Methods in com.jme.image that return Texture.WrapMode | |
---|---|
abstract Texture.WrapMode |
Texture.getWrap(Texture.WrapAxis axis)
getWrap returns the wrap mode for a given coordinate axis
on this texture. |
Texture.WrapMode |
Texture1D.getWrap(Texture.WrapAxis axis)
getWrap returns the wrap mode for a given coordinate axis
on this texture. |
Texture.WrapMode |
Texture2D.getWrap(Texture.WrapAxis axis)
getWrap returns the wrap mode for a given coordinate axis
on this texture. |
Texture.WrapMode |
Texture3D.getWrap(Texture.WrapAxis axis)
getWrap returns the wrap mode for a given coordinate axis
on this texture. |
Texture.WrapMode |
TextureCubeMap.getWrap(Texture.WrapAxis axis)
getWrap returns the wrap mode for a given coordinate axis
on this texture. |
static Texture.WrapMode |
Texture.WrapMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Texture.WrapMode[] |
Texture.WrapMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme.image with parameters of type Texture.WrapMode | |
---|---|
abstract void |
Texture.setWrap(Texture.WrapAxis axis,
Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for a
particular axis. |
void |
Texture1D.setWrap(Texture.WrapAxis axis,
Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for a
particular axis. |
void |
Texture2D.setWrap(Texture.WrapAxis axis,
Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for a
particular axis. |
void |
Texture3D.setWrap(Texture.WrapAxis axis,
Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for a
particular axis. |
void |
TextureCubeMap.setWrap(Texture.WrapAxis axis,
Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for a
particular axis. |
abstract void |
Texture.setWrap(Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for all axis. |
void |
Texture1D.setWrap(Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for all axis. |
void |
Texture2D.setWrap(Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for all axis. |
void |
Texture3D.setWrap(Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for all axis. |
void |
TextureCubeMap.setWrap(Texture.WrapMode mode)
setWrap sets the wrap mode of this texture for all axis. |
Uses of Texture.WrapMode in com.jme.scene.state.jogl.records |
---|
Methods in com.jme.scene.state.jogl.records with parameters of type Texture.WrapMode | |
---|---|
int |
TextureStateRecord.getGLWrap(Texture.WrapMode wrap)
|
Uses of Texture.WrapMode in com.jme.scene.state.lwjgl.records |
---|
Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.WrapMode | |
---|---|
int |
TextureStateRecord.getGLWrap(Texture.WrapMode wrap)
|
Uses of Texture.WrapMode in com.jmex.model.collada |
---|
Methods in com.jmex.model.collada that return Texture.WrapMode | |
---|---|
Texture.WrapMode |
ColladaMaterial.getWrapSConstant()
|
Texture.WrapMode |
ColladaMaterial.getWrapTConstant()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |