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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
MeshShapeTest.java 42 final Model sphereModel = modelBuilder.createSphere(0.5f, 0.5f, 0.5f, 8, 8,
45 disposables.add(sphereModel);
46 final BulletConstructor sphereConstructor = new BulletConstructor(sphereModel, 0.25f, new btSphereShape(0.25f));
ContactCacheTest.java 125 final Model sphereModel = modelBuilder.createSphere(1f, 1f, 1f, 8, 8,
128 disposables.add(sphereModel);
129 final BulletConstructor sphereConstructor = new BulletConstructor(sphereModel, 0.5f, new btSphereShape(0.5f));
BasicBulletTest.java 114 final Model sphereModel = modelBuilder.createSphere(
122 models.add(sphereModel);
156 ModelInstance sphere = new ModelInstance(sphereModel);

Completed in 2558 milliseconds