Package com.jme.util

Examples of com.jme.util.TextureKey


    }


    private TextureKey createTextureKey( final int imageHashcode )
    {
        final TextureKey tkey = new TextureKey( null, Texture.MM_LINEAR, Texture.FM_LINEAR,
                                                DEFAULT_ANISO_LEVEL, false, DEFAULT_TEXTURE_IMAGE_FORMAT );
        tkey.setFileType( "" + imageHashcode );
        return tkey;
    }
View Full Code Here

TOP

Related Classes of com.jme.util.TextureKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.