Package com.badlogic.gdx.graphics.g3d.attributes

Examples of com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute


    for (int i = 0; i < n; i++) {
      final VertexAttribute attr = renderable.mesh.getVertexAttributes().get(i);
      if (attr.usage == Usage.BoneWeight) w |= (1 << attr.unit);
    }
    weights = w;
    alphaTestAttribute = new FloatAttribute(FloatAttribute.AlphaTest, config.defaultAlphaTest);
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute

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.