I want to create a BoxShape in jBullet. The constructor asks for a Vector3f object as parameter which asks for three float parameters.
BoxShape(Vector3f boxHalfExtends) //The constructor for the "BoxShape" class.
I have looked at the jBullet page and couldn't find what boxHalfExtends is.
What am I supposed to enter to the constructor parameter for the BoxShape?