Uses of Class
com.jme.image.Texture3D

Packages that use Texture3D
com.jme.scene.state.jogl   
com.jme.scene.state.lwjgl   
 

Uses of Texture3D in com.jme.scene.state.jogl
 

Methods in com.jme.scene.state.jogl with parameters of type Texture3D
static void JOGLTextureState.applyWrap(Texture3D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
 

Uses of Texture3D in com.jme.scene.state.lwjgl
 

Methods in com.jme.scene.state.lwjgl with parameters of type Texture3D
static void LWJGLTextureState.applyWrap(Texture3D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.