Skip to content

Commit c41f67f

Browse files
committed
Test Gimpact and Removal of List of Ogre Files Text
1 parent 626b36a commit c41f67f

2 files changed

Lines changed: 4 additions & 159 deletions

File tree

jme3-examples/src/main/java/jme3test/bullet/shape/TestGimpactShape.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,19 +262,19 @@ private void dropTest2(Vector3f offset) {
262262
}
263263

264264
private void dropPot(Vector3f offset) {
265-
drop(offset.add(-12, 7, 15), "Models/Teapot/Teapot.mesh.xml", 1.0f, 2);
265+
drop(offset.add(-12, 7, 15), "Models/Teapot/Teapot.j3o", 1.0f, 2);
266266
}
267267

268268
private void dropSword(Vector3f offset) {
269-
drop(offset.add(-10, 5, 3), "Models/Sinbad/Sword.mesh.xml", 1.0f, 2);
269+
drop(offset.add(-10, 5, 3), "Models/Sinbad/Sword.j3o", 1.0f, 2);
270270
}
271271

272272
private void dropSign(Vector3f offset) {
273-
drop(offset.add(9, 15, 5), "Models/Sign Post/Sign Post.mesh.xml", 1.0f, 1);
273+
drop(offset.add(9, 15, 5), "Models/Sign Post/Sign Post.j3o", 1.0f, 1);
274274
}
275275

276276
private void dropRocket(Vector3f offset) {
277-
RigidBodyControl c = drop(offset.add(26, 4, 7), "Models/SpaceCraft/Rocket.mesh.xml", 4.0f, 3);
277+
RigidBodyControl c = drop(offset.add(26, 4, 7), "Models/SpaceCraft/Rocket.j3os", 4.0f, 3);
278278
c.setAngularDamping(0.5f);
279279
c.setLinearDamping(0.5f);
280280
}

ogre_files_list.txt

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)