HomeSort by relevance Sort by last modified time
    Searched full:spat (Results 1 - 22 of 22) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
TransparentComparator.java 52 * @param spat
56 private float distanceToCam2(Geometry spat){
57 if (spat == null)
60 if (spat.queueDistance != Float.NEGATIVE_INFINITY)
61 return spat.queueDistance;
67 if (spat.getWorldBound() != null){
68 spatPosition = spat.getWorldBound().getCenter();
70 spatPosition = spat.getWorldTranslation();
74 spat.queueDistance = tempVec.dot(tempVec);
80 spat.queueDistance = tempVec.length()
    [all...]
OpaqueComparator.java 50 public float distanceToCam(Geometry spat){
51 if (spat == null)
54 if (spat.queueDistance != Float.NEGATIVE_INFINITY)
55 return spat.queueDistance;
61 if (spat.getWorldBound() != null){
62 spatPosition = spat.getWorldBound().getCenter();
64 spatPosition = spat.getWorldTranslation();
68 spat.queueDistance = tempVec.dot(viewVector);
70 return spat.queueDistance;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionShapeFactory.java 119 private void randomizeTransform(Spatial spat){
120 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
121 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
122 spat.setLocalScale((float) Math.random() * 2, (float) Math.random() * 2, (float) Math.random() * 2);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 55 * @param spat
59 private static Transform getTransform(Spatial spat, Spatial parent) {
61 Spatial parentNode = spat.getParent() != null ? spat.getParent() : spat;
62 Spatial currentSpatial = spat;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
AssetLinkNode.java 101 public void attachLinkedChild(Spatial spat, ModelKey key) {
103 assetChildren.put(key, spat);
104 attachChild(spat);
Node.java 450 * @param spat
454 public boolean hasChild(Spatial spat) {
455 if (children.contains(spat))
459 if (child instanceof Node && ((Node) child).hasChild(spat))
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java     [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 337 * @param spat
339 public void setReflectionScene(Spatial spat) {
340 reflectionScene = spat;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 73 public VehicleWheel(Spatial spat, Vector3f location, Vector3f direction, Vector3f axle,
76 wheelSpatial = spat;
PhysicsVehicle.java 167 * @param spat the wheel Geometry
176 public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) {
178 if (spat == null) {
181 wheel = new VehicleWheel(spat, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 73 public VehicleWheel(Spatial spat, Vector3f location, Vector3f direction, Vector3f axle,
76 wheelSpatial = spat;
PhysicsVehicle.java 154 * @param spat the wheel Geometry
163 public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) {
165 if (spat == null) {
168 wheel = new VehicleWheel(spat, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 490 Spatial spat = it.next(); local
491 addAll(spat);
537 Spatial spat = it.next(); local
538 removeAll(spat);
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 464 Spatial spat = it.next(); local
465 addAll(spat);
511 Spatial spat = it.next(); local
512 removeAll(spat);
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 481 * @param spat The root spatial of the scene to batch
486 public static Geometry makeAtlasBatch(Spatial spat, AssetManager mgr, int atlasSize) {
488 GeometryBatchFactory.gatherGeoms(spat, geometries);
489 TextureAtlas atlas = createAtlas(spat, atlasSize);
  /external/skia/tools/lua/
bbh_filter.lua 146 print ("-- Spat", count, "files")
  /external/mksh/src/
tree.c 404 case SPAT:
629 case SPAT:
884 case SPAT:
885 shf_puts("SPAT", shf);
lex.c 725 *wp++ = SPAT;
887 *wp++ = SPAT;
    [all...]
eval.c 802 case SPAT:
    [all...]
sh.h     [all...]
  /packages/inputmethods/LatinIME/java/res/values-af/
strings-emoji-descriptions.xml     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]

Completed in 681 milliseconds