_CrazyWords_

Results 13 comments of _CrazyWords_

I can hardly provide a normal test case, I'm using a special environment for rapid development, not java. I think that may be the problem. But everything else works. Even...

If you tell me that your code works differently, I'll go look for a bug in my environment, but it's strange that all other methods work. I also wanted to...

While I was testing, decided to upgrade to the new version, everything broke :( ```log [17:34:01 INFO]: [com.jme3.system.NativeLibraryLoader] Loading native library from /home/crazywords/phys/Linux64DebugSp_libbulletjme.so > Debug_Libbulletjme version 21.1.0 initializing [17:34:01 WARN]:...

Gosh, I don't know why, but after I went back to the old version and rebooted the server, everything worked, including applyCentralImpulse

Thank you so much for the replies, at the moment with your advice, everything worked!

> Note for anyone following this or who has the same issue - I added my own temporary fix. The issue stems from the body aabb not updating due to...

Thank you so much, I figured out how to set the center of mass, I really appreciate your help. now I'm trying to figure out why the minecraft model doesn't...

With SPORT I was able to fix the visualization of the model, and I still have one last question, how i can mirror (flip) the CompoundCollisionShape on one of the...

> That looks like a rendering question, not a Libbulletjme question. Mathematically, mirroring on, say, the X axis replaces (x, y, z) with (-x, y, z). In the context of...