com.badlogic.gdx.graphics.g3d.utils
Interface TextureProvider

All Known Implementing Classes:
TextureProvider.AssetTextureProvider, TextureProvider.FileTextureProvider

public interface TextureProvider

Used by Model to load textures from ModelData.

Author:
badlogic

Nested Class Summary
static class TextureProvider.AssetTextureProvider
           
static class TextureProvider.FileTextureProvider
           
 
Method Summary
 Texture load(String fileName)
           
 

Method Detail

load

Texture load(String fileName)


Copyright © 2014. All Rights Reserved.