HomeSort by relevance Sort by last modified time
    Searched refs:Bullet (Results 1 - 25 of 26) sorted by null

1 2

  /external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
PhysicsAPI.i 6 #include <Bullet-C-Api.h>
8 %include "Bullet-C-Api.h"
  /external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
BulletBase.java 17 package com.badlogic.gdx.physics.bullet;
43 if (--refCount <= 0 && Bullet.useRefCounting)
94 /** Deletes the bullet object this class encapsulates. Do not call directly, instead use the {@link #dispose()} method. */
101 if (refCount > 0 && Bullet.useRefCounting && Bullet.enableLogging)
102 Gdx.app.error("Bullet", "Disposing "+toString()+" while it still has "+refCount+" references.");
119 if (destroyed && Bullet.enableLogging)
120 Gdx.app.error("Bullet", "Already destroyed "+toString());
124 if (Bullet.enableLogging)
125 Gdx.app.error("Bullet", "Disposing "+toString()+" due to garbage collection.")
    [all...]
Bullet.java 17 package com.badlogic.gdx.physics.bullet;
24 import com.badlogic.gdx.physics.bullet.collision.btBvhTriangleMeshShape;
25 import com.badlogic.gdx.physics.bullet.collision.btCollisionShape;
26 import com.badlogic.gdx.physics.bullet.collision.btCompoundShape;
27 import com.badlogic.gdx.physics.bullet.linearmath.LinearMath;
28 import com.badlogic.gdx.physics.bullet.linearmath.LinearMathConstants;
34 public class Bullet {
35 /** The version of the Bullet library used by this wrapper. */
41 /** Loads the native Bullet native library and initializes the gdx-bullet extension. Must be called before any of the bullet
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 41 * when a bullet is fired or the ship crashes into an obstacle. Otherwise, the
52 private final List<Bullet> mBullets;
87 mBullets = new ArrayList<Bullet>();
310 Bullet bullet = new Bullet();
311 bullet.setPosition(mShip.getBulletInitialX(), mShip.getBulletInitialY());
312 bullet.setVelocity(mShip.getBulletVelocityX(mBulletSpeed),
314 mBullets.add(bullet);
372 final Bullet bullet = mBullets.get(i)
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 48 * a bullet is fired or the ship crashes into an obstacle. Otherwise, the system
66 private final List<Bullet> mBullets;
89 mBullets = new ArrayList<Bullet>();
228 final Bullet bullet = mBullets.get(i); local
229 bullet.draw(canvas);
340 final Bullet bullet = mBullets.get(i); local
341 if (!bullet.step(tau)) {
361 final Bullet bullet = mBullets.get(i) local
736 Bullet bullet = new Bullet(); local
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BaseBulletTest.java 17 package com.badlogic.gdx.tests.bullet;
39 import com.badlogic.gdx.physics.bullet.Bullet;
40 import com.badlogic.gdx.physics.bullet.dynamics.btRigidBody;
41 import com.badlogic.gdx.physics.bullet.linearmath.LinearMath;
42 import com.badlogic.gdx.physics.bullet.linearmath.btIDebugDraw.DebugDrawModes;
49 private final static String customDesktopLib = null;//"D:\\Xoppa\\code\\libgdx\\extensions\\gdx-bullet\\jni\\vs\\gdxBullet\\x64\\Debug\\gdxBullet.dll";
57 // Need to initialize bullet before using it.
61 Bullet.init();
62 Gdx.app.log("Bullet", "Version = " + LinearMath.btGetVersion())
    [all...]
  /frameworks/base/core/java/android/text/
Html.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 19 // Auto generated from Bullet/Extras/HeaderGenerator/bulletGenerate.py
22 namespace Bullet {
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 

Completed in 702 milliseconds

1 2