Searched refs:emissive (Results 1 – 8 of 8) sorted by relevance
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/ |
D | ModelMaterial.java | 34 public Color emissive; field in ModelMaterial
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/ |
D | G3dModelLoader.java | 193 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/ |
D | svga_dump.c | 412 _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/ |
D | Model.java | 278 if (mtl.emissive != null) result.set(new ColorAttribute(ColorAttribute.Emissive, mtl.emissive)); in convertMaterial()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_reg.h | 1595 float emissive[4]; member
|
/external/mesa3d/docs/ |
D | VERSIONS | 699 - glColorMaterial and glMaterial updates to emissive and ambient
|
/external/libgdx/tests/gdx-tests-android/assets/data/issue/ |
D | funky_palm_tree.g3dj.txt | 919 "emissive": [ 0.800000, 0.800000, 0.800000], 932 "emissive": [ 1.000000, 1.000000, 1.000000],
|
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/ |
D | knight.g3dj | 881 "emissive": [ 0.800000, 0.800000, 0.800000],
|