Uses of Class
com.jme3.material.MatParamTexture

Packages that use MatParamTexture
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
 

Uses of MatParamTexture in com.jme3.material
 

Methods in com.jme3.material that return MatParamTexture
 MatParamTexture Material.getTextureParam(java.lang.String name)
          Returns the texture parameter set on this material with the given name, returns null if the parameter is not set.