Package com.badlogic.gdx.graphics.g3d.shaders.DefaultShader

Examples of com.badlogic.gdx.graphics.g3d.shaders.DefaultShader.Config


 
  public final int numBones;
  public final int weights;
 
  public DepthShader(final Renderable renderable) {
    this(renderable, new Config());
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.shaders.DefaultShader.Config

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.