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/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1595 float emissive[4]; member in struct:__anon16589
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 502 D3DCOLORVALUE emissive; member in union:_D3DMATERIAL::__anon34044
527 D3DCOLORVALUE emissive; member in union:_D3DMATERIAL7::__anon34049
    [all...]

Completed in 47 milliseconds