Home
last modified time | relevance | path

Searched refs:ground (Results 1 – 22 of 22) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/input/
DTestChaseCamera.java68 Geometry ground = new Geometry("ground", new Quad(50, 50)); in simpleInitApp() local
69 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X)); in simpleInitApp()
70 ground.setLocalTranslation(-25, -1, 25); in simpleInitApp()
71 ground.setMaterial(mat_ground); in simpleInitApp()
72 rootNode.attachChild(ground); in simpleInitApp()
DTestCameraNode.java78 Geometry ground = new Geometry("ground", new Quad(50, 50)); in simpleInitApp() local
79 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X)); in simpleInitApp()
80 ground.setLocalTranslation(-25, -1, 25); in simpleInitApp()
81 ground.setMaterial(mat); in simpleInitApp()
82 rootNode.attachChild(ground); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainFractalGridTest.java103 FilteredBasis ground = new FilteredBasis(this.base); in simpleInitApp() local
122 ground.addPreFilter(this.iterate); in simpleInitApp()
124 this.terrain = new TerrainGrid("terrain", 33, 129, new FractalTileLoader(ground, 256f)); in simpleInitApp()
DTerrainGridAlphaMapTest.java133 FilteredBasis ground = new FilteredBasis(this.base); in simpleInitApp() local
152 ground.addPreFilter(this.iterate); in simpleInitApp()
154 this.terrain = new TerrainGrid("terrain", 33, 257, new FractalTileLoader(ground, 256)); in simpleInitApp()
DTerrainTestModifyHeight.java384 FilteredBasis ground = new FilteredBasis(base); in createTerrainGrid() local
403 ground.addPreFilter(iterate); in createTerrainGrid()
405 this.terrain = new TerrainGrid("terrain", 65, 257, new FractalTileLoader(ground, 256f)); in createTerrainGrid()
/external/clang/utils/OptionalTests/
DREADME.txt1 This is a dumping ground for additional tests which do not fit cleanly into the
/external/libpng/contrib/pngminus/
DREADME42 interface of libpng. Hence, it is time for a rewrite from the ground up
/external/quake/quake/src/QW/
Dqwchangelog.txt101 - fixed up ramp movement (on ground stuff)
Dqwrlnote.txt238 - fixed up ramp movement (on ground stuff)
/external/quake/quake/src/QW/progs/
Dtriggers.qc618 // set XY even if not on ground, so the jump will clear lips
Ddefs.qc648 float(entity e) checkbottom = #40; // true if self is on ground
/external/quake/quake/src/WinQuake/data/
DREADME.TXT232 Problem: Zombies sometime get stuck on the ground and connot get back up.
/external/iproute2/doc/
Dss.sgml302 <sect> Returning to ground: real manual
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1359 ground near the door, staring stupidly up into the sky.
2197 curious croquet-ground in her life; it was all ridges and
2215 ground, Alice soon came to the conclusion that it was a very
2254 walking about at the other end of the ground--and I should have
2313 are gone from this side of the ground.' So she tucked it away
2483 the ground as she spoke; `either you or your head must be off,
2490 back to the croquet-ground.
/external/dnsmasq/
DFAQ178 in the way the two daemons bypass the IP stack to do "ground up"
/external/srec/config/en.us/dictionary/
Dlarge.ok12395 ground gr?nd
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en7017 http://ground-transport.tradeworlds.com/web_category_14508.html
8677 http://jaycost.blogspot.com/2004/10/theorizing-about-oh-ground-game.html
17778 http://uk.videogames.games.yahoo.com/pc/reviews/ground-control-2--operation-exodus-6e7f53.html
44898 http://www.globalsecurity.org/military/systems/ground/m107.htm
47429 http://www.hoganstand.com/general/ground/articles/03140311.htm
58161 http://www.mwaa.com/dulles/ground.htm
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1010536 Add attribute information to SymbolTable as ground work for
/external/webkit/Source/WebCore/
DChangeLog-2011-02-169622 ground truth for these names with the XSSFilter.
DChangeLog-2005-08-2339149 when a load doesn't get off the ground.
DChangeLog-2007-10-1424033 Add all the ground work to set up FileDescriptors and FileContent
DChangeLog1800 This patch lays the ground for refactoring the drag start logic. It moves draggableNode to