/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SceneLoader.java | 39 import com.jme3.light.SpotLight; 147 // SpotLight will be supporting a direction-normal, too. 150 else if (light instanceof SpotLight){ 151 ((SpotLight) light).setDirection(parseVector3(attribs)); 160 if (light instanceof PointLight || light instanceof SpotLight){ 178 ((SpotLight)light).setSpotRange(range); 189 if (!(light instanceof SpotLight)){ 194 SpotLight sl = (SpotLight) light; 212 } else if(lightType.equals("spotLight") || lightType.equals("spot")) [all...] |
/external/chromium/chrome/browser/cocoa/ |
file_metadata.mm | 19 // various attributes. Metadata is integrated with the system's Spotlight 21 // Spotlight importers, which requires that the importer own the target file. 26 // attribute can only be populated by the downloader, not a Spotlight importer. 29 // With this metadata set, you can locate downloads by performing a Spotlight 30 // search for their source or referrer URLs, either from within the Spotlight
|
/external/chromium_org/content/browser/download/ |
file_metadata_mac.mm | 20 // various attributes. Metadata is integrated with the system's Spotlight 22 // Spotlight importers, which requires that the importer own the target file. 27 // attribute can only be populated by the downloader, not a Spotlight importer. 30 // With this metadata set, you can locate downloads by performing a Spotlight 31 // search for their source or referrer URLs, either from within the Spotlight
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/ |
LightHelper.java | 38 import com.jme3.light.SpotLight;
85 result = new SpotLight();
87 ((SpotLight)result).setSpotRange(((Number) structure.getFieldValue("dist")).floatValue());
90 ((SpotLight)result).setSpotOuterAngle(outerAngle);
96 ((SpotLight)result).setSpotInnerAngle(innerAngle);
|
/frameworks/base/docs/html/distribute/ |
distribute_toc.cs | 80 <div class="nav-section-header"><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></div> 82 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/tablets.html">Tablet Stories</a></li> 83 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/games.html">Game Stories</a></li>
|
/external/jmonkeyengine/engine/src/core/com/jme3/light/ |
SpotLight.java | 55 public class SpotLight extends Light implements Savable { 65 public SpotLight() { 127 throw new IllegalArgumentException("SpotLight range cannot be negative");
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
LightControl.java | 133 // if( light instanceof SpotLight){ 134 // ((SpotLight)light).setPosition(spatial.getWorldTranslation()); 135 // ((SpotLight)light).setRotation(spatial.getWorldRotation());
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestSpotLight.java | 37 import com.jme3.light.SpotLight; 57 SpotLight spot; 64 spot=new SpotLight();
|
TestSpotLightTerrain.java | 39 import com.jme3.light.SpotLight; 77 SpotLight sl; 90 sl = new SpotLight();
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
balloon_view.mm | 30 // popup menus which are at NSPopUpMenuWindowLevel (101) and Spotlight
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
ObjectHelper.java | 43 import com.jme3.light.SpotLight;
215 } else if(light instanceof SpotLight) {
216 ((SpotLight)light).setPosition(t.getTranslation());
222 ((SpotLight)light).setDirection(axes[1].negate());//-Z is the direction axis of area lamp in blender
224 ((SpotLight)light).setDirection(axes[2].negate());
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
TerrainLighting.vert | 92 //computing spot direction in view space and unpacking spotlight cos
|
/build/tools/droiddoc/templates-ds/components/ |
masthead.cs | 160 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></li>
|
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 203 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></li>
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/ |
Lighting.vert | 179 //computing spot direction in view space and unpacking spotlight cos
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 52 'spotted', 'spotlight', 'split_union', 'spline', 'spiral2', 'spiral1', 'spherical', 'specular',
|
/frameworks/base/services/java/com/android/server/ |
LightsService.java | 142 private static final String FLASHLIGHT_FILE = "/sys/class/leds/spotlight/brightness";
|
/external/chromium_org/third_party/skia/src/effects/ |
SkLightingImageFilter.cpp | [all...] |
/external/skia/src/effects/ |
SkLightingImageFilter.cpp | [all...] |
/build/tools/droiddoc/templates-sac/components/ |
masthead.cs | 179 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></li>
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_lighttmp.h | 142 /* spotlight attenuation */ 320 /* spotlight attenuation */
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_lighttmp.h | 142 /* spotlight attenuation */ 320 /* spotlight attenuation */
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
scene.js | 164 var light = new THREE.SpotLight( 0xffffff, 1.5 );
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
index.jd | 1 page.title=Spotlight
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_controller.mm | 269 // Let cmd-click show the file in Finder, like e.g. in Safari and Spotlight.
|