I wanted to use some pivot joints in my game, so I had a look at the test example of the pendulum http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/bullet/TestPhysicsHingeJoint.java. I never really noticed the flicker until I used it in my game and had to translate it, then it was very noticeable. But you can even see it in the test itself where is starts at 1 position, and then immediately moves to another, if only for a brief millisecond.
Took me about 3 tries to get this first pic, I got very lucky xD, could’ve taken a lot more, anyways: heres like 0.01 seconds into loading.
heres 0.02 seconds (what it should look like)
http://imgur.com/uzZLI.png
Just wondering if anyone else can see this using the test, or is it just me?