Home
last modified time | relevance | path

Searched refs:emissive (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/
DModelMaterial.java34 public Color emissive; field in ModelMaterial
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
DG3dModelLoader.java193 final JsonValue emissive = material.get("emissive"); in parseMaterials() local
194 if (emissive != null) jsonMaterial.emissive = parseColor(emissive); in parseMaterials()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c412 _debug_printf("\t\t.material.emissive[0] = %f\n", (*cmd).material.emissive[0]); in dump_SVGA3dCmdSetMaterial()
413 _debug_printf("\t\t.material.emissive[1] = %f\n", (*cmd).material.emissive[1]); in dump_SVGA3dCmdSetMaterial()
414 _debug_printf("\t\t.material.emissive[2] = %f\n", (*cmd).material.emissive[2]); in dump_SVGA3dCmdSetMaterial()
415 _debug_printf("\t\t.material.emissive[3] = %f\n", (*cmd).material.emissive[3]); in dump_SVGA3dCmdSetMaterial()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModel.java278 if (mtl.emissive != null) result.set(new ColorAttribute(ColorAttribute.Emissive, mtl.emissive)); in convertMaterial()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1595 float emissive[4]; member
/external/mesa3d/docs/
DVERSIONS699 - glColorMaterial and glMaterial updates to emissive and ambient
/external/libgdx/tests/gdx-tests-android/assets/data/issue/
Dfunky_palm_tree.g3dj.txt919 "emissive": [ 0.800000, 0.800000, 0.800000],
932 "emissive": [ 1.000000, 1.000000, 1.000000],
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/
Dknight.g3dj881 "emissive": [ 0.800000, 0.800000, 0.800000],