Hi
I’ve A Problem With This Code :
https://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/bullet/TestFancyCar.java
The Problem Is This Code Give Me Error message In This Line " PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace()); "
Exactly Under " PhysicsTestHelper "
and he cannot see this class !
what should i do ?!
You’ll be needing the helper class (PhysicsTestHelper):
alternatively create a jMETests project, and run the car test there (Shift + F6)
Many Thnx To You Wezule