Package com.badlogic.gdx.graphics.g3d.utils

Examples of com.badlogic.gdx.graphics.g3d.utils.GLES10ShaderProvider


 
  /** Construct a ModelBatch with the default implementation */
  public ModelBatch() {
    this(new RenderContext(new DefaultTextureBinder(DefaultTextureBinder.ROUNDROBIN, 1)),
        true,
        Gdx.graphics.isGL20Available() ? new DefaultShaderProvider() : new GLES10ShaderProvider(),
        new DefaultRenderableSorter());
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.utils.GLES10ShaderProvider

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.