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

  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 63 private ColorRGBA ambient, diffuse, specular, emissive; field in class:MaterialLoader
228 }else if (keyword.equals("emissive")){
229 emissive = readColor(split[1]);
381 if (emissive != null){
382 mat.setColor("GlowColor", emissive);
408 if (emissive != null){
409 mat.setColor("GlowColor", emissive);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 1595 float emissive[4]; member in struct:__anon14751
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1595 float emissive[4]; member in struct:__anon25095
    [all...]

Completed in 364 milliseconds