Lines Matching refs:material
36 import com.jme3.material.MatParamTexture;
37 import com.jme3.material.Material;
108 * //create material and set texture
109 * Material mat = new Material(mgr, "Common/MatDefs/Light/Lighting.j3md");
111 * //change one geometry to use atlas, apply texture coordinates and replace material.
482 * @param mgr An assetmanager that can be used to create the material.
501 Material mat = new Material(mgr, "Common/MatDefs/Light/Lighting.j3md");
544 Material mat = geometry.getMaterial();