HomeSort by relevance Sort by last modified time
    Searched refs:createAmbient (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
ColorAttribute.java 45 public final static ColorAttribute createAmbient (final Color color) {
49 public final static ColorAttribute createAmbient (float r, float g, float b, float a) {
TextureAttribute.java 81 public static TextureAttribute createAmbient (final Texture texture) {
85 public static TextureAttribute createAmbient (final TextureRegion region) {

Completed in 43 milliseconds