jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.8k stars 1.12k forks source link

Bullet VehicleControl behaves differently in jME 3.1 #593

Closed mrwatts closed 6 years ago

mrwatts commented 7 years ago

A Bullet vehicle that worked perfectly in jME 3.0, no longer works in jME 3.1. At least not in the most current beta of jME 3.1.

Versions used:

JME sdk 3.0.10 (Windows x64) jME 3.1-beta2-b001-SNAPSHOT (Windows x64)

Steps to reproduce:

  1. Create a new project from the BasicGame template
  2. Copy the files in the attached zip file to your project folder
  3. Hit F6

Results:

Test files: testfiles.zip

ghost commented 7 years ago

related: https://hub.jmonkeyengine.org/t/solved-problem-with-switching-to-jbullet-in-jme-3-1-alpha-5-sdk/35698

Troxid commented 7 years ago

vehicle doesn't work only in bullet (native) or for jbullet too?

Ali-RS commented 7 years ago

vehicle doesn't work only in bullet (native) or for jbullet too?

Only in native bullet, which I think someone was able to solve it. see https://hub.jmonkeyengine.org/t/bullet-vehicle-problems/37578/19?u=ali_rs

stephengold commented 6 years ago

I tested the original testfiles.zip from 7 January 2017 with JME 3.2.0, and it worked perfectly with both Native Bullet and JBullet. Not sure when or how it was fixed.