HomeSort by relevance Sort by last modified time
    Searched defs:createDiffuse (Results 1 - 7 of 7) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ConvexHullTest.java 37 carModel.materials.get(0).set(ColorAttribute.createDiffuse(Color.WHITE), ColorAttribute.createSpecular(Color.WHITE));
GimpactTest.java 25 chassisModel.materials.get(0).set(ColorAttribute.createDiffuse(Color.RED), ColorAttribute.createSpecular(Color.WHITE));
ConvexHullDistanceTest.java 52 carModel.materials.get(0).set(ColorAttribute.createDiffuse(Color.WHITE), ColorAttribute.createSpecular(Color.WHITE));
TriangleRaycastTest.java 115 model.materials.get(0).set(ColorAttribute.createDiffuse(Color.WHITE), ColorAttribute.createSpecular(Color.WHITE));
VehicleTest.java 65 chassisModel.materials.get(0).set(ColorAttribute.createDiffuse(Color.RED), ColorAttribute.createSpecular(Color.WHITE));
69 wheelModel.materials.get(0).set(ColorAttribute.createDiffuse(Color.BLACK), ColorAttribute.createSpecular(Color.WHITE),
76 new Material(TextureAttribute.createDiffuse(checkboard), ColorAttribute.createSpecular(Color.WHITE), FloatAttribute
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
ColorAttribute.java 53 public final static ColorAttribute createDiffuse (final Color color) {
57 public final static ColorAttribute createDiffuse (float r, float g, float b, float a) {
TextureAttribute.java 49 public static TextureAttribute createDiffuse (final Texture texture) {
53 public static TextureAttribute createDiffuse (final TextureRegion region) {

Completed in 686 milliseconds